Add another environment setting.
This commit is contained in:
parent
f3907ffae9
commit
7130c128bb
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ doLogin() {
|
||||||
-p PAMName=login -p StandardInput=tty -p StandardOutput=journal \
|
-p PAMName=login -p StandardInput=tty -p StandardOutput=journal \
|
||||||
-p Conflicts="gdm.service getty@tty1.service" \
|
-p Conflicts="gdm.service getty@tty1.service" \
|
||||||
-E XDG_RUNTIME_DIR="/run/user/$uid" \
|
-E XDG_RUNTIME_DIR="/run/user/$uid" \
|
||||||
|
-E XDG_CURRENT_DESKTOP=GNOME \
|
||||||
-p ExecStartPre="/usr/bin/chvt 1" \
|
-p ExecStartPre="/usr/bin/chvt 1" \
|
||||||
dbus-run-session -- gnome-shell --display-server --wayland
|
dbus-run-session -- gnome-shell --display-server --wayland
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue