[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-183-gcb0b351

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:21:30 CET 2013


The branch, build-baikal has been updated
       via  cb0b351fd0db336501a5499cf5fd6b5096892b48 (commit)
      from  ee5959221495e85c472f4c79bd0dd9a60c14b224 (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              |    1 +
 x2goserver/bin/x2goruncommand |    2 ++
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 8ba0dce..c18b7cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low
   * Add x2gobasepath script to reliably detect x2goserver install path.
   * Add man page for x2gobasepath.
   * Remove Debianisms from INSTALL howto.
+  * Add chromium-browser as possible WWWBROWSER to x2goruncommand.
 
   [Martin Oehler]
   * Removes old debug code fragment, fixes x2golistsessions parsing.
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 8499d8a..3e5f6cd 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
@@ -56,6 +56,8 @@ if [ "$cmd" == "WWWBROWSER" ]; then
 		cmd="/usr/bin/konqueror"
 	elif  [ -e "/usr/bin/galeon" ]; then
 		cmd="/usr/bin/galeon"
+	elif  [ -e "/usr/bin/chromium-browser" ]; then
+		cmd="/usr/bin/chromium-browser"
 	fi
 fi
 


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