Skip to content

Commit 77eee46

Browse files
committed
Revert "update $WAYLAND_DISPLAY and $DISPLAY post login"
This reverts commit dd4fa3d.
1 parent dd4fa3d commit 77eee46

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

data/start-cosmic

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ export DCONF_PROFILE=cosmic
4040

4141
if command -v dbus-update-activation-environment >/dev/null; then
4242
# 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
43+
dbus-update-activation-environment --systemd XDG_SESSION_TYPE XDG_CURRENT_DESKTOP DCONF_PROFILE
5044
fi
5145
# Run cosmic-session
5246
if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]]; then

0 commit comments

Comments
 (0)