The branch, build-main has been updated via 67995f1774136d92be819e114f0236f264d588fe (commit) via 2668ba5678645266c8a8f7570844348bd0db0416 (commit) via 4bb6242d3152fd696434e27e607bc9998c815853 (commit) via 958560473227254b861cc03fdf12dddac05b8829 (commit) via e61a0c9fa0bcd462d987705876a1da6d29334705 (commit) via f28fa87d74c78b78b000fce8468e365698cd0acb (commit) from 9a1a9c0e19c9cc7667b8900506533a7129fe9ece (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: VERSION.x2gognomebindings | 2 +- bin/x2goumount-session-gnome | 4 +++- debian/changelog | 10 ++++++++++ debian/control | 3 ++- 4 files changed, 16 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/VERSION.x2gognomebindings b/VERSION.x2gognomebindings index d17ac2c..bfbaa94 100644 --- a/VERSION.x2gognomebindings +++ b/VERSION.x2gognomebindings @@ -1 +1 @@ -2.0.1.5 +2.0.1.6 diff --git a/bin/x2goumount-session-gnome b/bin/x2goumount-session-gnome index 7133d07..99366dd 100755 --- a/bin/x2goumount-session-gnome +++ b/bin/x2goumount-session-gnome @@ -31,6 +31,8 @@ my $dir=<F>; my $session=<F>; close(F); +my $tmp_dir = '/tmp'; + $session=~s/\n//; chomp($dir); @@ -43,7 +45,7 @@ if($ENV{'GNOME_DESKTOP_SESSION_ID'} ne "") $use_zenity=1; } -if(system( "fusermount -u $dir" ) == 0) +if(system( "cd $tmp_dir && fusermount -u $dir && cd - >/dev/null" ) == 0) { unlink($fname); db_deletemount( $session, $dir); diff --git a/debian/changelog b/debian/changelog index 7de45c8..2746174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +x2gognomebindings (2.0.1.6-0~x2go1) unstable; urgency=low + + * New upstream version (2.0.1.6): + - Make sure we run fusermount from within a directory that + the user has read access to. + * Depend on desktop-file-utils (postinst uses script + ,,update-desktop-database''). + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 02 Jul 2012 14:31:41 +0200 + x2gognomebindings (2.0.1.5-0~x2go1) unstable; urgency=low * New upstream version (2.0.1.5): diff --git a/debian/control b/debian/control index 64b78f9..6057837 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,8 @@ Depends: ${shlibs:Depends}, x2goserver-extensions, zenity, gnome-menus, - gnome-colors-common + gnome-colors-common, + desktop-file-utils Description: Description: x2gognomebindings (GNOME mimetypes for X2go) X2go is a server based computing environment with - session resuming hooks/post-receive -- x2gognomebindings.git (GNOME bindings for X2Go) 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 "x2gognomebindings.git" (GNOME bindings for X2Go).