[X2Go-Commits] x2gomatebindings.git - master (branch) updated: 7b3fe1e047ea49a18ec2ff8d68a828e80d5009ea

X2Go dev team git-admin at x2go.org
Wed Jul 24 06:22:09 CEST 2013


The branch, master has been updated
       via  7b3fe1e047ea49a18ec2ff8d68a828e80d5009ea (commit)
      from  50b5f49c02b336c3688b15641dd1a3232e2819a4 (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 7b3fe1e047ea49a18ec2ff8d68a828e80d5009ea
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Sep 26 03:42:58 2011 +0200

    Let x2goumount-session-gnome be able to handle icons with blanks in their name.

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

Summary of changes:
 bin/x2goumount-session-gnome |    2 +-
 debian/changelog             |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/bin/x2goumount-session-gnome b/bin/x2goumount-session-gnome
index 7d160f2..7133d07 100755
--- a/bin/x2goumount-session-gnome
+++ b/bin/x2goumount-session-gnome
@@ -25,7 +25,7 @@ use strict;
 use lib "/usr/lib/x2go";
 use x2godbwrapper; 
 
-my $fname=shift;
+my $fname=join(" ", @ARGV);
 open(F,"<$fname") or die "can't open $fname";
 my $dir=<F>;
 my $session=<F>;
diff --git a/debian/changelog b/debian/changelog
index 3eb8714..13950a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,10 @@ x2gognomebindings (2.0.1.3-0~x2go1) UNRELEASED; urgency=low
     - Rename sshfs.xml to sshfs-x2go-gnome.xml.
     - Use desktop icon names that contain the name of the desktop session.
     - Allow blanks in desktop icon names.
-    - Provide more GNOME'ish way to derive icon path name from GNOME object URI.
+    - Provide more GNOME'ish way to derive icon path name from GNOME object
+      URI.
+    - Let x2goumount-session-gnome be able to handle icons with blanks in
+      their name.
   * Add gnome-menus as dependency.
   * Now fully use debhelper for packaging. Reduced linitian issues
     nearly completely (still open: old-format-menu-file


hooks/post-receive
-- 
x2gomatebindings.git (x2gomatebindings upstream project)

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 "x2gomatebindings.git" (x2gomatebindings upstream project).




More information about the x2go-commits mailing list