You are not logged in.
Pages: 1
This is good news!
In similar news the creator of clearlooks-phenix seems to be back with an update.
+1 for keepassxc totp!
or perhaps pass-otp and oathtool
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
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 LicenseAnd other licenses that meet the Free Software Definition. Please refer to our Terms of Service for details.
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,
Pages: 1