User Tools

Site Tools


doc:installation:x2goserver

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 Both sides next revision
doc:installation:x2goserver [2015/01/04 18:00]
mikedep333 Refactor RHEL/EPEL to separate OBS vs packages.x2go.org
doc:installation:x2goserver [2015/03/27 05:57]
ionic Add SUSE section, including OpenSUSE 11 and SLES/SLED 11 workaround.
Line 236: Line 236:
  
   yum install x2goserver   yum install x2goserver
 +  
 +===== SUSE ======
 +
 +==== Adding Repositories ====
 +
 +=== Release Version ===
 +
 +== SLES/SLED ==
 +<code bash>
 +zypper ar http://packages.x2go.org/sle/<distro-version>/extras x2go-extras
 +zypper ar http://packages.x2go.org/sle/<distro-version>/main x2go-release
 +</code>
 +
 +== OpenSUSE ==
 +<code bash>
 +zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras
 +zypper ar http://packages.x2go.org/opensuse/<distro-version>/main x2go-release
 +</code>
 +
 +
 +=== Nightly Version ===
 +
 +== SLES/SLED ==
 +<code bash>
 +zypper ar http://packages.x2go.org/sle/<distro-version>/extras x2go-extras
 +zypper ar http://packages.x2go.org/sle/<distro-version>/heuler x2go-nightly
 +</code>
 +
 +== OpenSUSE ==
 +<code bash>
 +zypper ar http://packages.x2go.org/opensuse/<distro-version>/extras x2go-extras
 +zypper ar http://packages.x2go.org/opensuse/<distro-version>/heuler x2go-nightly
 +</code>
 +
 +==== Installing X2GoServer ====
 +
 +<code bash>
 +zypper install x2goserver
 +</code>
 +
 +==== Workaround for Qt-based Applications and sudo/kdesu ====
 +
 +Please keep this section in sync with the README.sudoers file in our packages!
 +
 +=== Problem Description ===
 +
 +OpenSUSE 11 and SLES/SLED 11 do not support /etc/sudoers.d as a place for
 +custom sudoers config files.
 +
 +If you are using any of these distributions and
 +are having issues regarding running Qt applications with elevated privileges
 +(e.g., via kdesu or sudo), please use this workaround.
 +
 +
 +=== Necessary Actions ===
 +
 +  - Copy the contents of the "x2goserver" file residing in the documentation directory (FIXME).
 +  - Get elevated privileges. Either via su or sudo -i.
 +  - Launch visudo.
 +  - Paste the previously copied content at the end of the sudoers file.
 +  - Save and exit your editor.
doc/installation/x2goserver.txt ยท Last modified: 2019/07/01 08:03 by mmoeller