[X2Go-Commits] page changed: doc:installation:x2goserver

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Mar 27 06:57:38 CET 2015


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2015/03/27 05:57
Browser     : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:36.0) Gecko/20100101 Firefox/36.0
IP-Address  : 217.92.117.31
Hostname    : home.ionic.de
Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver?rev=1420394458
New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2goserver
Edit Summary: Add SUSE section, including OpenSUSE 11 and SLES/SLED 11 workaround.
User        : ionic

@@ -234,4 +234,65 @@
  ==== Installing X2Go Server ====
  You should now be able to install the ''x2goserver'' & ''x2goserver-xsession' packages:
  
    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.



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list