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.

Update install instructions for gardengnome.sh.

Also finish renaming all references from "desktopgnome.sh" since this is still the only script in here.

authored by

Different55 and committed by
GitHub
22867400 2585237d

+4 -4
+4 -4
README.md
··· 5 5 6 6 Sticking on the Stable update channel is HIGHLY recommended. Both to minimize the number of updates and because Beta and Preview are often subtly broken. Not even Stable is immune though, so do all of this at your own risk. 7 7 8 - ## desktopgnome.sh 8 + ## gardengnome.sh 9 9 10 - `desktopgnome.sh` installs GNOME and makes it the default Desktop Mode. 10 + `gardengnome.sh` installs GNOME and makes it the default Desktop Mode. 11 11 12 12 ### Install GNOME 13 13 14 14 To install GNOME with this script, easiest way is to switch to Desktop Mode, open Konsole, and paste this in: 15 15 16 16 ``` 17 - curl https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/gardengnome.sh | fish 17 + wget https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/gardengnome.sh; chmod +x gardengnome.sh; fish gardengnome.sh 18 18 ``` 19 19 20 20 But keep in mind that this literally just downloads whatever I have here on GitHub and runs it, which is decidedly insecure. I invite you to read the script before running it. ··· 35 35 36 36 ### SteamOS Updates 37 37 38 - Currently, `desktopgnome.sh` needs to be manually run every OS update. It's possible to set up a systemd unit to automatically run it on boot, but that work hasn't been done yet. Pull requests are welcomed with open arms! 38 + Currently, `gardengnome.sh` needs to be manually run every OS update. It's possible to set up a systemd unit to automatically run it on boot, but that work hasn't been done yet. Pull requests are welcomed with open arms! 39 39 40 40 Steam client updates are no problem, though. If an update says "Applying", you'll need to re-run the script. If it just immediately restarts, you're good. 41 41