[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.5-4-gd219b0c

X2go dev team git-admin at x2go.org
Thu Feb 23 16:36:54 CET 2012


The branch, master has been updated
       via  d219b0c2ad609b13c204ad8fe5ebc436f9f9fab3 (commit)
      from  80cc30a96a18f076d23eb6dc8a185ca34db80653 (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 d219b0c2ad609b13c204ad8fe5ebc436f9f9fab3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 23 16:31:30 2012 +0100

    Add background image support.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    1 +
 .../sbin/x2gothinclient_create                     |    1 +
 .../sbin/x2gothinclient_update                     |   23 ++-
 .../share/x2goclient-background.svg                |  158 ++++++++++++++++++++
 .../share/x2gothinclient_start                     |    1 +
 5 files changed, 178 insertions(+), 6 deletions(-)
 create mode 100644 x2gothinclientmanagement/share/x2goclient-background.svg

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index c1e4b66..c5e0014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x2gothinclient (1.0.1.6-0~x2go1) UNRELEASED; urgency=low
 
   * New upstream version (1.0.1.6):
     - Not mounting /dev/pts by default.
+    - Add background image support.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 01 Feb 2012 13:51:00 +0100
 
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 751a1f6..20baebd 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -63,6 +63,7 @@ mkdir -p $TC_CONFIG
 test -f $TC_CONFIG/x2gothinclient_init || cp $SHAREDIR/x2gothinclient_init $TC_CONFIG
 test -f $TC_CONFIG/x2gothinclient_start || cp $SHAREDIR/x2gothinclient_start $TC_CONFIG
 test -f $TC_CONFIG/x2gothinclient_sessions || cp $SHAREDIR/x2gothinclient_sessions $TC_CONFIG
+test -f $TC_CONFIG/x2goclient-background.svg || cp $SHAREDIR/x2goclient-background.svg $TC_CONFIG
 
 apt-get install debootstrap
 mkdir -p $TC_CHROOT
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_update b/x2gothinclientmanagement/sbin/x2gothinclient_update
index 4a83145..4df9ff3 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_update
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_update
@@ -57,14 +57,25 @@ mkdir -p "$TC_CHROOT/etc/x2go"
 echo "Installing X2Go TCE configuration into chroot environment..."
 echo "------------------------------------------------------------"
 
-cp -v "$TC_CONFIG/x2gothinclient_init" "$TC_CHROOT/etc/x2go/x2gothinclient_init"
-chmod a+rx $TC_CHROOT/etc/x2go/x2gothinclient_init
+if test -f $TC_CONFIG/x2gothinclient_init; then
+	cp -v "$TC_CONFIG/x2gothinclient_init" "$TC_CHROOT/etc/x2go/x2gothinclient_init"
+	chmod a+rx $TC_CHROOT/etc/x2go/x2gothinclient_init
+fi
 
-cp -v "$TC_CONFIG/x2gothinclient_start" "$TC_CHROOT/etc/x2go/x2gothinclient_start"
-chmod a+rx "$TC_CHROOT/etc/x2go/x2gothinclient_start"
+if test -f $TC_CONFIG/x2gothinclient_start; then
+	cp -v "$TC_CONFIG/x2gothinclient_start" "$TC_CHROOT/etc/x2go/x2gothinclient_start"
+	chmod a+rx "$TC_CHROOT/etc/x2go/x2gothinclient_start"
+fi
 
-cp -v "$TC_CONFIG/x2gothinclient_sessions" "$TC_CHROOT/etc/x2go/x2gothinclient_sessions"
-chmod a+rx "$TC_CHROOT/etc/x2go/x2gothinclient_sessions"
+if test -f $TC_CONFIG/x2gothinclient_sessions; then
+	cp -v "$TC_CONFIG/x2gothinclient_sessions" "$TC_CHROOT/etc/x2go/x2gothinclient_sessions"
+	chmod a+rx "$TC_CHROOT/etc/x2go/x2gothinclient_sessions"
+fi
+
+if test -f $TC_CONFIG/x2goclient-background.svg; then 
+	cp -v "$TC_CONFIG/x2goclient-background.svg" "$TC_CHROOT/etc/x2go/x2goclient-background.svg"
+	chmod a+rx $TC_CHROOT/etc/x2go/x2goclient-background.svg
+fi
 
 echo
 
diff --git a/x2gothinclientmanagement/share/x2goclient-background.svg b/x2gothinclientmanagement/share/x2goclient-background.svg
new file mode 100644
index 0000000..e3c6580
--- /dev/null
+++ b/x2gothinclientmanagement/share/x2goclient-background.svg
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="361.04999"
+   height="271.92001"
+   viewBox="0 0 361.244 270.933"
+   id="svg2"
+   xml:space="preserve"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="bg-anim.svg"><metadata
+   id="metadata30"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1598"
+   inkscape:window-height="879"
+   id="namedview28"
+   showgrid="false"
+   inkscape:zoom="2"
+   inkscape:cx="132.20018"
+   inkscape:cy="132.38275"
+   inkscape:window-x="0"
+   inkscape:window-y="19"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="svg2" />
+ <defs
+   id="defs4"><inkscape:perspective
+   sodipodi:type="inkscape:persp3d"
+   inkscape:vp_x="0 : 135.96001 : 1"
+   inkscape:vp_y="0 : 1000 : 0"
+   inkscape:vp_z="361.04999 : 135.96001 : 1"
+   inkscape:persp3d-origin="180.52499 : 90.640004 : 1"
+   id="perspective32" /><linearGradient
+   id="linearGradient2802"><stop
+     style="stop-color:#ffffff;stop-opacity:1"
+     offset="0"
+     id="stop2804" /><stop
+     style="stop-color:#ffffff;stop-opacity:0"
+     offset="1"
+     id="stop2806" /></linearGradient><linearGradient
+   id="linearGradient2852"><stop
+     style="stop-color:#ffffff;stop-opacity:1"
+     offset="0"
+     id="stop2854" /><stop
+     style="stop-color:#6699ff;stop-opacity:0"
+     offset="1"
+     id="stop2856" /></linearGradient><linearGradient
+   id="linearGradient2844"><stop
+     style="stop-color:#deeaed;stop-opacity:1"
+     offset="0"
+     id="stop2846" /><stop
+     style="stop-color:#ffffff;stop-opacity:1"
+     offset="1"
+     id="stop2848" /></linearGradient><linearGradient
+   id="linearGradient1948"><stop
+     style="stop-color:#b2856b;stop-opacity:0.4235808;"
+     offset="0"
+     id="stop1950" /><stop
+     style="stop-color:#6699ff;stop-opacity:0"
+     offset="1"
+     id="stop1952" /></linearGradient>
+  <style
+   type="text/css"
+   id="style6" />
+  <linearGradient
+   x1="202.494"
+   y1="135.464"
+   x2="207.00999"
+   y2="135.464"
+   id="id0"
+   gradientUnits="userSpaceOnUse">
+   <stop
+   style="stop-color:#000000;stop-opacity:1"
+   offset="0"
+   id="stop9" />
+   <stop
+   style="stop-color:#6e707f;stop-opacity:1"
+   offset="1"
+   id="stop11" />
+  </linearGradient>
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+ <linearGradient
+   x1="202.494"
+   y1="135.464"
+   x2="207.00999"
+   y2="135.464"
+   id="linearGradient1942"
+   xlink:href="#id0"
+   gradientUnits="userSpaceOnUse" /><linearGradient
+   x1="107.24445"
+   y1="268.11078"
+   x2="107.64762"
+   y2="207.717"
+   id="linearGradient1954"
+   xlink:href="#linearGradient1948"
+   gradientUnits="userSpaceOnUse" /><linearGradient
+   x1="278.59366"
+   y1="-49.590809"
+   x2="133.85397"
+   y2="120.54888"
+   id="linearGradient2808"
+   xlink:href="#linearGradient2802"
+   gradientUnits="userSpaceOnUse" /></defs>
+
+
+ <rect
+   style="fill:#800000;fill-opacity:1"
+   id="hintergrund"
+   height="270.92899"
+   width="361.23801"
+   y="0.00456294"
+   x="-361.23801"
+   class="fil0"
+   transform="scale(-1,1)">
+	 <animateColor
+   attributeName="fill"
+   attributeType="XML"
+   from="#000000"
+   to="#246ed8"
+   begin="0s"
+   dur="4s"
+   fill="freeze"
+   id="animateColor24" />
+ </rect>
+
+
+ <path
+   d="M 162.557,0.0045 L 0,0.0045 L 0,57.8027 C 0,146.6071 334.145,182.1287 334.145,270.9327 L 334.145,270.9327 C 334.145,182.1283 162.557,88.8087 162.557,0.0037 L 162.557,0.0045 z "
+   style="fill:url(#linearGradient2808);fill-opacity:1"
+   id="path19" />
+ 
+ 
+</svg>
\ No newline at end of file
diff --git a/x2gothinclientmanagement/share/x2gothinclient_start b/x2gothinclientmanagement/share/x2gothinclient_start
index d006485..abc1b6f 100755
--- a/x2gothinclientmanagement/share/x2gothinclient_start
+++ b/x2gothinclientmanagement/share/x2gothinclient_start
@@ -28,6 +28,7 @@
                     --set-kbd=1 \
                     --geometry=fullscreen \
                     --read-exports-from=/home/x2goclient/export \
+                    --background=/etc/x2go/x2goclient-background.svg \
                     --no-session-edit \
                     --session=X2Go.Example \
                     --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).




More information about the x2go-commits mailing list