Use startw instead of gnomew

This commit is contained in:
Anthony Rose 2023-08-19 16:22:57 -03:00
parent bf71202ccc
commit 8573b15a1f
2 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
#!/bin/sh
export XDG_SESSION_TYPE=wayland
exec /usr/bin/dbus-run-session /usr/bin/gnome-session