Scripts to install the GNOME Desktop on Steam Deck.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ask user if they want to start GNOME when finished.

authored by

Different55 and committed by
GitHub
b68df947 3f65d5b7

+11
+11
desktopgnome.sh
··· 55 55 X-KDE-RunOnDiscreteGpu=true 56 56 " > ~/.config/autostart/steam.desktop 57 57 chmod 644 ~/.config/autostart/steam.desktop 58 + 59 + # Ask if the user wants to launch into GNOME 60 + read -l -P "Do you want to close everything and launch GNOME now? (Y/n) " confirm 61 + switch $confirm 62 + case Y y Yes yes 63 + steamos-session-select plasma 64 + case '*' 65 + echo "Just log out and come back to Desktop mode whenever you're ready!" 66 + end 67 + 68 + echo "To uninstall, switch your update channel to Preview/Stable and then back."