don't start main services in gnome.sh

This commit is contained in:
Tobias Powalowski 2024-06-14 15:55:35 +02:00
parent d14bdf8cf8
commit a081339b54

View file

@ -43,9 +43,6 @@ _start_gnome() {
sleep 2
echo "MOZ_ENABLE_WAYLAND=1 QT_QPA_PLATFORM=wayland XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session >${_LOG} 2>&1" > /usr/bin/gnome-wayland
chmod 755 /usr/bin/gnome-wayland
systemctl restart dbus
systemctl restart polkit
systemctl restart avahi-daemon
systemctl restart ibus
systemctl restart usbguard
gnome-wayland