4 lines
96 B
Text
4 lines
96 B
Text
|
#!/bin/sh
|
||
|
export XDG_SESSION_TYPE=wayland
|
||
|
exec /usr/bin/dbus-run-session /usr/bin/gnome-session
|