added GNOME_SESSION_DESKTOP_ID to launch script

otherwise Qt apps look dumb
This commit is contained in:
brl 2018-02-26 09:10:25 -05:00
parent 3d6497e41d
commit d9706589e4

View File

@ -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