forked from brl/citadel
added GNOME_SESSION_DESKTOP_ID to launch script
otherwise Qt apps look dumb
This commit is contained in:
parent
3d6497e41d
commit
d9706589e4
@ -26,6 +26,7 @@ export DISPLAY=:0
|
|||||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
export XDG_RUNTIME_DIR=/run/user/1000
|
export XDG_RUNTIME_DIR=/run/user/1000
|
||||||
export PULSE_SERVER=unix:/run/user/host/pulse/native
|
export PULSE_SERVER=unix:/run/user/host/pulse/native
|
||||||
|
export GNOME_DESKTOP_SESSION_ID=this-is-deprecated
|
||||||
$@
|
$@
|
||||||
EOF
|
EOF
|
||||||
chmod +x /usr/libexec/launch
|
chmod +x /usr/libexec/launch
|
||||||
|
Loading…
Reference in New Issue
Block a user