We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3907ff commit 7130c12Copy full SHA for 7130c12
dev-example/vmop-agent/vmop-agent
@@ -101,6 +101,7 @@ doLogin() {
101
-p PAMName=login -p StandardInput=tty -p StandardOutput=journal \
102
-p Conflicts="gdm.service getty@tty1.service" \
103
-E XDG_RUNTIME_DIR="/run/user/$uid" \
104
+ -E XDG_CURRENT_DESKTOP=GNOME \
105
-p ExecStartPre="/usr/bin/chvt 1" \
106
dbus-run-session -- gnome-shell --display-server --wayland
107
if [ $? -eq 0 ]; then
0 commit comments