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/04 17:13]
stefanbaur [Reporting Bugs]
doc:howto:nx-libs-betatesting [2017/01/30 02:29]
stefanbaur Firefox is called firefox-esr in Debian
Line 25: Line 25:
  
 <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 61:
     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
  
  
Line 83: Line 85:
 </note> </note>
  
 +
 +<note important>When your first session is up and running check the following on the server:
 +  - ''ps u -C x2goagent'' (identify the pid of your session's x2goagent)
 +  - ''grep -e libX11 -e libNX_X11 /proc/<pid>/maps''
 +
 +This should only show libraries from the nx installation directory, not from the system.</note>
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
 Please follow the instructions listed at [[wiki:bugs#reporting_bugs|Reporting Bugs]].  Do subscribe to the X2Go-Dev Mailing List beforehand, please (instructions on how to do that are linked within that page). Please follow the instructions listed at [[wiki:bugs#reporting_bugs|Reporting Bugs]].  Do subscribe to the X2Go-Dev Mailing List beforehand, please (instructions on how to do that are linked within that page).
doc/howto/nx-libs-betatesting.txt · Last modified: 2020/01/14 16:46 by stefanbaur