chore: Require dbus-x11 in steamdeck-gnome-presets for starting DBus session

This commit is contained in:
Kyle Gospodnetich 2023-10-23 14:45:57 -07:00
parent 2c20dee969
commit 791000fd6c
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ BuildArch: noarch
Requires: steamdeck-backgrounds
Requires: zenity
Requires: dbus-x11
Conflicts: steamdeck-kde-presets
Conflicts: steamdeck-kde-presets-desktop

View File

@ -4,6 +4,7 @@ source /etc/default/steamos-nested-desktop
# Remove the performance overlay, it meddles with some tasks
unset LD_PRELOAD
# Start a new DBus session
eval $(dbus-launch --sh-syntax)
env MUTTER_DEBUG_DUMMY_MODE_SPECS=${STEAMOS_NESTED_DESKTOP_WIDTH:-1280}x${STEAMOS_NESTED_DESKTOP_HEIGHT:-800} \