Fenn
Fenn
UBUniversal Blue
Created by Fenn on 6/16/2024 in #🛟bazzite-help
[KDE] System Freezes After Entering Password on Login Screen
When I try to log in, the beginning animation for logging in plays and then freezes indefinitely. The only way I am able to access my computer is by using alt + f4, logging in, and running startplasma-wayland. Googling hasn't seemed to prove much help as most reported issues were specifically for Arch Linux and I haven't modified my system in many ways from stock. The attached txt file is a partial ouput of journalctl -p 3 -xb. Many of the errors were duplicates or at least extremely similar.
13 replies
UBUniversal Blue
Created by Fenn on 2/15/2024 in #🛟bazzite-help
`snapd` on Bazzite?
I'm aware that it's blasphemy, but I want to develop Flutter applications on my Bazzite machine and the SDK is officially distributed via Snap. I could compile it myself, but I would prefer to use Snap if possible. I've done some digging and it seems like installing snapd on Bazzite and other immutable distros is possible, but without some significant workarounds and risk of breakage, it's insecure and not recommended. The few scripts and articles I've seen on it appear to be outdated. Any recommendations or advice?
6 replies
UBUniversal Blue
Created by Fenn on 2/15/2024 in #🛟bazzite-help
[Distrobox] Installing apps that require systemd services?
I've been reading through the documentation for Bazzite, Distrobox, as well as the Arch Wiki trying to figure out how to start services from within a Distrobox container, from the host system. For example, I wanted to install ckb-next on the arch container, which has a daemon that runs at startup to detect my keyboard and adjust the RGB. It installs just fine, but I'm unable to start or enable any systemd services from within the container, nor start that specific service from outside of it. The Arch Wiki has a small blurb on how to use systemd from within the container, along with a couple commands to ostensibly make it happen:
# ln -s /run/host/run/systemd/system /run/systemd
# mkdir -p /run/dbus
# ln -s /run/host/run/dbu/system_bus_socket /run/dbus
# ln -s /run/host/run/systemd/system /run/systemd
# mkdir -p /run/dbus
# ln -s /run/host/run/dbu/system_bus_socket /run/dbus
Any ideas, or anyone able to point me to some more complete documentation? I should probably also be reading the Podman and Docker documentation, but I haven't yet.
3 replies