We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4fa3d commit 77eee46Copy full SHA for 77eee46
data/start-cosmic
@@ -40,13 +40,7 @@ export DCONF_PROFILE=cosmic
40
41
if command -v dbus-update-activation-environment >/dev/null; then
42
# set environment variables for new units started by user service manager
43
- dbus-update-activation-environment --systemd \
44
- DCONF_PROFILE \
45
- DISPLAY \
46
- WAYLAND_DISPLAY \
47
- XDG_CURRENT_DESKTOP \
48
- XDG_SESSION_TYPE \
49
- # EOF
+ dbus-update-activation-environment --systemd XDG_SESSION_TYPE XDG_CURRENT_DESKTOP DCONF_PROFILE
50
fi
51
# Run cosmic-session
52
if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]]; then
0 commit comments