You are not logged in.
Pages: 1
I would be inclined to wait until a bleeding edge distro like Artix Linux has it in their somewhat stable galaxy (main) repo, its still in testing there.
https://packages.artixlinux.org/package … e-xserver/
You could give it a try though, im sure if you joined xlibre mailing list,telegram,matrix chat they might be able to help you out.
https://github.com/X11Libre/xserver
https://www.freelists.org/list/xlibre
https://t.me/x11dev
https://matrix.to/#/#xlibre:matrix.org
FydeOS might be a good alternative. I tried this on bare metal recently and it was pretty close to a chromeOS like desktop experience. You can get android apps to work on it as well, bit of trial and error though. Not a fan of anything google so this fydeOS is a good alternative, you can still use google stuff on it and sign in to google, but it has a local account setup i thought was worth a look. Still a no go for me, you get trapped in that ecosystem, whether it be google or fydeOS.
https://fydeos.io/
PS: fdroid works flawlessly on fydeOS without having to set android rom stuff up.
https://f-droid.org/
Lets hope some talented programmers in debian take this up. I foresee breakage but that is good, what can be broken can usually be fixed, stupid usually cant be fixed though.
Also, for those who were wondering, yes, they do have a Code of Conduct.
kek
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