User Tools

Site Tools


doc:howto:nx-libs-betatesting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:howto:nx-libs-betatesting [2017/01/13 14:57]
stefanbaur [Installation Instructions]
doc:howto:nx-libs-betatesting [2018/04/02 09:52]
ionic Add deprecation warning.
Line 2: Line 2:
  
 ===== What is Arctica and what do they have to do with X2Go and NX-Libs? ===== ===== What is Arctica and what do they have to do with X2Go and NX-Libs? =====
 +
 +<note warning>The information on this page is outdated. X2Go now uses nx-libs as released by Arctica Project.</note>
  
 The [[https://arctica-project.org/|Arctica Project]] is a fork/spin-off of X2Go, and overlapping with X2Go in several goals as well as the names of the volunteers involved. The [[https://arctica-project.org/|Arctica Project]] is a fork/spin-off of X2Go, and overlapping with X2Go in several goals as well as the names of the volunteers involved.
Line 25: Line 27:
  
 <code> <code>
 +# add the X3Go repo key (Debian only)
 +apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E # for Debian
 +
 # add the X2Go repo # add the X2Go repo
 add-apt-repository ppa:x2go/ppa # for Ubuntu add-apt-repository ppa:x2go/ppa # for Ubuntu
- 
-apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E # for Debian 
 echo 'deb http://packages.x2go.org/debian jessie main' >>/etc/apt/sources.list.d/x2go.list # for Debian echo 'deb http://packages.x2go.org/debian jessie main' >>/etc/apt/sources.list.d/x2go.list # for Debian
  
-# add the Arctica repo+# add the Arctica repo key
 wget -qO - http://packages.arctica-project.org/archive.key | sudo apt-key add - wget -qO - http://packages.arctica-project.org/archive.key | sudo apt-key add -
 +
 +# add the Arctica repo
 echo "deb http://packages.arctica-project.org/ubuntu xenial main" >> /etc/apt/sources.list.d/arctica.list # for Ubuntu echo "deb http://packages.arctica-project.org/ubuntu xenial main" >> /etc/apt/sources.list.d/arctica.list # for Ubuntu
 echo "deb http://packages.arctica-project.org/debian jessie main" >> /etc/apt/sources.list.d/arctica.list # for Debian echo "deb http://packages.arctica-project.org/debian jessie main" >> /etc/apt/sources.list.d/arctica.list # for Debian
Line 58: Line 63:
     mate-notification-daemon \     mate-notification-daemon \
     mate-screensaver \     mate-screensaver \
-    libcanberra-pulse +    libcanberra-pulse
-    firefox+
  
-apt-get install -y ubuntu-mate-themes # for Ubuntu +apt-get install -y firefox ubuntu-mate-themes # for Ubuntu 
-apt-get install -y mate-themes # for Debian+apt-get install -y firefox-esr mate-themes # for Debian
  
  
doc/howto/nx-libs-betatesting.txt · Last modified: 2020/01/14 16:46 by stefanbaur