[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.1.3-136-g592a66c

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:51:41 CET 2014


The branch, build-baikal has been updated
       via  592a66ce229942afce5fe64fc8690f5e5f48848c (commit)
      from  632189ab291215e9ed5b91509e6142eb1aa030be (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                 |   10 +++++++++-
 x2goserver-xsession/etc/Xsession |    8 ++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 543f7e1..7ebd5c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,7 +41,15 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low
 
  -- Reinhard Tartler <siretart at tauware.de>  Thu, 20 Dec 2012 10:15:26 +0100
 
-x2goserver (4.0.0.1-0~x2go1) UNRELEASED; urgency=low
+x2goserver (4.0.0.2-0~x2go1) UNRELEASED; urgency=low
+
+  [ Matthew L. Dailey ]
+  * New upstream version (4.0.0.2):
+    - Do parse profile/xprofile files in X2Go's Xsession file. (Fixes: #149).
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 25 Mar 2013 22:34:11 +0100
+
+x2goserver (4.0.0.1-0~x2go1) unstable; urgency=low
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.0.1):
diff --git a/x2goserver-xsession/etc/Xsession b/x2goserver-xsession/etc/Xsession
index 9fd5104..94c841e 100755
--- a/x2goserver-xsession/etc/Xsession
+++ b/x2goserver-xsession/etc/Xsession
@@ -49,6 +49,14 @@ internal_errormsg () {
            "<x2go-dev at lists.x2go.org>."
 }
 
+# Load profile
+for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; do
+    if [ -f "$file" ]; then
+        echo "Loading profile from $file";
+        . "$file"
+    fi
+done
+
 # initialize variables for use by all session scripts
 
 OPTIONFILE=/etc/x2go/Xsession.options


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

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 "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list