Use startw instead of gnomew
This commit is contained in:
parent
bf71202ccc
commit
8573b15a1f
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
XDG_SESSION_TYPE=wayland /usr/bin/dbus-run-session /usr/bin/gnome-session
|
3
roles/home-gui/files/startw
Executable file
3
roles/home-gui/files/startw
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
exec /usr/bin/dbus-run-session /usr/bin/gnome-session
|
Loading…
Reference in a new issue