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 desktopgnome.sh for 2025

Add new support for SteamCloud CI signing keys and add a patch to keep gnome-control-center from fussing about not running on GNOME.

authored by

Different55 and committed by
GitHub
a7d8f2d7 ea6ec233

+2
+2
desktopgnome.sh
··· 10 10 # Prepare system for the pacman repos 11 11 sudo pacman-key --init 12 12 sudo pacman-key --populate archlinux 13 + sudo pacman-key --populate holo 13 14 14 15 # Install GNOME packages 15 16 sudo pacman --overwrite "*" -Syu gnome-keyring gnome-screenshot gnome-shell-extensions gnome-shell gnome-control-center gnome-tweaks gnome-software nautilus sushi xdg-user-dirs-gtk xdg-desktop-portal-gnome xorg-xinput ··· 22 23 #!/bin/sh 23 24 export XDG_SESSION_TYPE=x11 24 25 export GDK_BACKEND=x11 26 + export XDG_CURRENT_DESKTOP=GNOME 25 27 exec gnome-session 26 28 " | sudo tee /usr/bin/startgnome-x11 27 29 sudo chmod 755 /usr/bin/startgnome-x11