[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#947618: x2gothinclient: fails to start due to wrong x2go client configuration



Package: x2gothinclient
Version: 1.5.0.1-1
Severity: important

Hi Mike, hi all,

while trying to integrate the package into the Debian Edu LTSP setup I 
noticed that the client refused to start.

The failure seems to be caused by a wrong filename in the x2go client config 
(background image).

This change lets the client start:

diff --git a/management/share/etc/x2gothinclient-displaymanager_start b/management/share/etc/x2gothinclient-displaymanager_start
index bb9fd5e..ae934be 100755
--- a/management/share/etc/x2gothinclient-displaymanager_start
+++ b/management/share/etc/x2gothinclient-displaymanager_start
@@ -29,7 +29,7 @@
                     --thinclient \
                     --haltbt \
                     --read-exports-from=~/export \
-                    --background=/etc/x2go/x2gothinclient-background.svg \
+                    --background=/etc/x2go/x2gothinclient-displaymanager_background.svg \
                     --no-session-edit \
                     --session=X2Go.Example \
                     --add-to-known-hosts &

Please check.

Wolfgang

Attachment: signature.asc
Description: PGP signature


Reply to: