The officially official Devuan Forum!

You are not logged in.

#1 Re: Off-topic » libadwaita forked by Mint » 2025-05-27 01:41:38

This is good news!

In similar news the creator of clearlooks-phenix seems to be back with an update.

https://github.com/jpfleury/clearlooks-phenix

#3 Re: Installation » Looking for the "right way" to install xfce4 » 2025-05-26 00:48:02

without lightdm i think you would startxfce4 like so inside the .xinitrc file in the home directory.

exec dbus-launch --exit-with-session startxfce4

You would need to make sure you have xinit and dbus-x11 installed also.

with lightdm you would need the lightdm greeter.

apt install lightdm-gtk-greeter

then reboot

#4 Re: Off-topic » So Microsoft has ruined GitHub by pushing AI sloppy nonsense features » 2025-05-26 00:34:41

notabug.org is a good git host, no AI slop etc.

What is NotABug.org

NotABug.org is a free-software code collaboration platform for freely licensed projects. We exist to help projects that distribute under any free license. These include, but are not limited to:

    The GNU Affero General Public License
    The GNU General Public License
    The Lesser GNU General Public License
    The Apache License
    The two clause BSD License
    The three clause BSD License
    The MIT License

And other licenses that meet the Free Software Definition. Please refer to our Terms of Service for details.

#5 Re: Desktop and Multimedia » Pipewire without elogind » 2025-05-21 01:37:16

Are you using bluetooth audio?

I had to change line 66 from true to false in /usr/share/wireplumber/bluetooth.lua.d/50-bluez-config.lua

  -- Enable the logind module, which arbitrates which user will be allowed
  -- to have bluetooth audio enabled at any given time (particularly useful
  -- if you are using GDM as a display manager, as the gdm user also launches
  -- pipewire and wireplumber).
  -- This requires access to the D-Bus user session; disable if you are running
  -- a system-wide instance of wireplumber.
  ["with-logind"] = false,

Board footer

Forum Software