-
Notifications
You must be signed in to change notification settings - Fork 12
Packaging the x2goclient in SubutaiTray
Narmamatov Kadyrbek edited this page Dec 18, 2017
·
4 revisions
We need to deliver x2goclient for users in most efficient way. So we are planning to use follow instructions to package x2goclient for three different OSs.
We will put x2goclient.exe file within SubutaiTray package and make it run after SubutaiTray will finish to be installed successfully.
We will embed following postinstall commands to .deb package of SubutaiTray
sudo apt-get install python-software-propertiessudo apt-get install software-properties-commonsudo add-apt-repository ppa:x2go/stablesudo apt-get updateapt-get install x2goclientaptitude install x2goclient
From: https://wiki.x2go.org/doku.php/wiki:repositories:ubuntu
apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6Eeditor /etc/apt/sources.list.d/x2go.listapt-get install x2goclientaptitude install x2goclient
From: https://wiki.x2go.org/doku.php/wiki:repositories:debian
Include .dmg packages of https://www.xquartz.org/ and http://code.x2go.org/releases/binary-macosx/x2goclient/ to .pkg of SubutaiTray and make them run after SubutaiTray will finish to be installed successfully.