remove dbus fedora

This commit is contained in:
thelamer 2025-07-18 19:23:34 -04:00
parent c0aa0f6af4
commit a9ea0cd0c7
No known key found for this signature in database
6 changed files with 1 additions and 18 deletions

View File

@ -7,9 +7,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
export GALLIUM_DRIVER=zink
fi
# Dbus defaults
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
# Start DE
exec dbus-launch --exit-with-session /usr/bin/openbox-session > /dev/null 2>&1
/usr/bin/openbox-session > /dev/null 2>&1

View File

@ -1,12 +0,0 @@
#!/usr/bin/with-contenv bash
# Folder setup
mkdir -p /run/dbus
chown abc:abc /run/dbus
# Run dbus
exec s6-setuidgid abc \
dbus-daemon \
--system \
--nofork \
--nosyslog

View File

@ -1 +0,0 @@
longrun