The branch, master has been updated via 277b1f779a3d6b0f3a11fc7c4ad5b32dc16ac169 (commit) from d31612857aa5d01ed112f5f3c4cc4c1fee209ddc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 277b1f779a3d6b0f3a11fc7c4ad5b32dc16ac169 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 14 11:24:50 2013 +0100 Refrain from using "~<user>" when launching X2Go Client as it cannot handle it, yet. Use "~" instead (handable by X2Go Client >= 4.0.1.2). + Depend on x2goclient (>= 4.0.1.2-0~). * debian/control: + Depend on x2goclient (>= 4.0.1.2-0~). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ debian/control | 2 +- .../share/etc/x2gothinclient_start | 5 ++--- 3 files changed, 6 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 395b45c..7ca3a8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,10 +17,13 @@ x2gothinclient (1.1.0.1-0~x2go1) UNRELEASED; urgency=low avoid failures when clean tmp files on the read-only NFS root-fs. - Work around Debian bug #729373 during TCE creation. Patch alsa-utils init script and ALSA's utils.sh. + - Refrain from using "~<user>" when launching X2Go Client as it cannot + handle it, yet. Use "~" instead (handable by X2Go Client >= 4.0.1.2). * debian/control: + New bin:package x2gothinclient-chroot. + Make sure x2gothinclient-chroot pulls in editing tools like mc, vim, less via Recommends: field. + + Depend on x2goclient (>= 4.0.1.2-0~). [ Arnold Krille ] * New upstream version (1.1.0.1): diff --git a/debian/control b/debian/control index 4e0f7a7..69f2d15 100644 --- a/debian/control +++ b/debian/control @@ -91,7 +91,7 @@ Depends: ${misc:Depends}, adduser, psmisc, - x2goclient (>= 3.99.3.0-0~), + x2goclient (>= 4.0.1.2-0~), xauth, xinit, locales, diff --git a/x2gothinclientmanagement/share/etc/x2gothinclient_start b/x2gothinclientmanagement/share/etc/x2gothinclient_start index 3ff2b4d..8a8ab74 100755 --- a/x2gothinclientmanagement/share/etc/x2gothinclient_start +++ b/x2gothinclientmanagement/share/etc/x2gothinclient_start @@ -28,7 +28,7 @@ --geometry=fullscreen \ --thinclient \ --haltbt \ - --read-exports-from=~x2gothinclient/export \ + --read-exports-from=~/export \ --background=/etc/x2go/x2goclient-background.svg \ --no-session-edit \ --session=X2Go.Example \ @@ -42,9 +42,8 @@ # --geometry=fullscreen \ # --thinclient \ # --haltbt \ -# --read-exports-from=~x2gothinclient/export \ +# --read-exports-from=~/export \ # --background=/etc/x2go/x2goclient-background.svg \ # --broker-url=https://x2gobroker.intern:8080/plain/zeroconf \ # --broker-autologoff # --add-to-known-hosts & - hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2Go Thin Client Environment).