···7788## desktopgnome.sh
991010-`desktopgnome.sh` installs GNOME and makes it the default Desktop Mode. Just log out to return to Game Mode. To set Plasma back to being the default, run:
1010+`desktopgnome.sh` installs GNOME and makes it the default Desktop Mode.
1111+1212+### Install GNOME
1313+1414+To install GNOME with this script, easiest way is to just run this in your terminal:
1515+1616+`curl https://raw.githubusercontent.com/different55/GardenGNOMEs/refs/heads/main/desktopgnome.sh | fish`
1717+1818+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.
1919+2020+### Return to Game Mode
2121+2222+To return to Game Mode, just log out of GNOME. The "Return to Game Mode" button in Plasma is just a log out button with a hat, nothing fancier than that.
2323+2424+### Return to Plasma
2525+2626+To set Plasma back to being the default, run:
11271228`sudo mv /usr/bin/startplasma-x11.bak /usr/bin/startplasma-x11`
2929+3030+### Uninstall GNOME
3131+3232+Easiest way to uninstall GNOME is to set your Steam Deck Update channel to something else, apply updates, and then change it back. That'll trigger an OS update that'll wipe out GNOME. Speaking of...
3333+3434+### SteamOS Updates
13351436Currently, `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!
15373838+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.
3939+4040+### Miscellany
4141+1642Here's a few more snippets that might come in handy:
17431844`xinput set-prop "FTS3528:00 2808:1015" Coordinate\ Transformation\ Matrix 1 0 0 0 1 0 0 0 1`
19452046This doesn't seem to be needed anymore, but in the past the touchscreen would be rotated 90 degrees, and this resets the orientation. It needed to be run every time you booted into Desktop Mode.
2121-2222-`steam -silent`
2323-2424-This launches Steam entirely silently and entirely in the background, the same way the KDE session does. This gives you the full desktop input mappings and on-screen keyboard that you have in Plasma.
25472648## Troubleshooting
2749