Skip to content

Commit 7130c12

Browse files
committed
Add another environment setting.
1 parent f3907ff commit 7130c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-example/vmop-agent/vmop-agent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ doLogin() {
101101
-p PAMName=login -p StandardInput=tty -p StandardOutput=journal \
102102
-p Conflicts="gdm.service getty@tty1.service" \
103103
-E XDG_RUNTIME_DIR="/run/user/$uid" \
104+
-E XDG_CURRENT_DESKTOP=GNOME \
104105
-p ExecStartPre="/usr/bin/chvt 1" \
105106
dbus-run-session -- gnome-shell --display-server --wayland
106107
if [ $? -eq 0 ]; then

0 commit comments

Comments
 (0)