Skip to content

Instantly share code, notes, and snippets.

@Refalm
Created June 23, 2023 13:47
Show Gist options
  • Save Refalm/edba926566cafd217ac15c79ddd5018c to your computer and use it in GitHub Desktop.
Save Refalm/edba926566cafd217ac15c79ddd5018c to your computer and use it in GitHub Desktop.
X2Go installation on an empty Debian 11 (bullseye)
apt update && apt install -y gnupg gnupg1 gnupg2 && apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E1F958385BFE2B6E && echo -e "deb http://packages.x2go.org/debian bullseye extras main\ndeb-src http://packages.x2go.org/debian bullseye extras main" > /etc/apt/sources.list.d/x2go.list && apt update && apt install -y lightdm xfce4* x2goserver x2goserver-xsession && echo "/usr/bin/xfconf-query -c xfwm4 -p /general/use_compositing -s false" > /etc/x2go/Xsession.d/98xfwm4-no_compositing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment