Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 x2goserver-4.1.0.6-x86_64-2cf.txz.md52025-02-22 13:36 68
 x2goserver-4.1.0.6-x86_64-2cf.txz.asc2025-02-22 13:36 508
 x2goserver-4.1.0.6-x86_64-2cf.txt2025-02-22 13:36 662
 x2goserver-4.1.0.6-x86_64-2cf.meta2025-02-22 13:36 1.1K
 README2025-02-22 13:36 1.9K
 x2goserver-4.1.0.6-x86_64-2cf.lst2025-02-22 13:36 20K
 x2goserver-4.1.0.6-x86_64-2cf.txz2025-02-22 13:36 155K


Slackware Current Repository by Conraid

======================================================================

x2goserver (X2Go Remote Desktop solution)

X2Go enables you to access a graphical desktop of a computer over a
low bandwidth (or high bandwidth) connection.
X2Go is a Remote Desktop solution, which is not to be confused with
Microsoft Remote Desktop Connection.
You can connect from a computer running Linux, Windows or MacOS X.
Multiple users/clients can access a single X2Go Server at the same
time, with each user/client having an individual Desktop session by
default; however, desktop sharing is possible.
This is the server.
HOME: http://www.x2go.org

======================================================================
NOTE: 

X2Go enables you to access a graphical desktop of a computer over
a low bandwidth (or high bandwidth) connection.

You can connect from a computer running Linux, Windows or MacOS X.
Multiple users/clients can access a single X2Go Server at the same time,
with each user/client having an individual Desktop session by default;
however, desktop sharing is possible.

This is the server component.

This script requires a 'x2gouser' user/group to exist before running.

You can create these using:

  groupadd -g 290 x2gouser
  useradd -u 290 -d /var/lib/x2go -M -s /bin/false -c "X2GO Remote Desktop" \
          -g x2gouser x2gouser
  groupadd -g 291 x2goprint
  useradd -u 291 -d /var/spool/x2goprint -M -s /bin/false -c "X2GO Remote Desktop" \
          -g x2goprint x2goprint

Before running the server, you have to initialize the internal database:
  x2godbadmin --createdb

If you want to run the server at boot include it in your
/etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.x2goserver ]; then
  /etc/rc.d/rc.x2goserver start
fi


======================
REQUIRES: nx-libs, perl-capture-tiny, perl-config-simple, perl-file-readbackwards, perl-switch, perl-try-tiny, perl-unix-syslog, perl-file-basedir, perl-dbd-sqlite