r14028 - in /desktop/unstable/gnome-session/debian: changelog patches/90_from_bugzilla_fix_session_sounds.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jan 4 14:37:46 UTC 2008


Author: joss
Date: Fri Jan  4 14:37:46 2008
New Revision: 14028

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14028
Log:
* 90_from_bugzilla_fix_session_sounds.patch: fork the shell that 
  encapsulates esd in the root directory, so that the home directory 
  can be safely umounted upon logout.

Modified:
    desktop/unstable/gnome-session/debian/changelog
    desktop/unstable/gnome-session/debian/patches/90_from_bugzilla_fix_session_sounds.patch

Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=14028&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog (original)
+++ desktop/unstable/gnome-session/debian/changelog Fri Jan  4 14:37:46 2008
@@ -1,3 +1,11 @@
+gnome-session (2.20.2-2) UNRELEASED; urgency=low
+
+  * 90_from_bugzilla_fix_session_sounds.patch: fork the shell that 
+    encapsulates esd in the root directory, so that the home directory 
+    can be safely umounted upon logout.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 04 Jan 2008 15:37:24 +0100
+
 gnome-session (2.20.2-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/gnome-session/debian/patches/90_from_bugzilla_fix_session_sounds.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/90_from_bugzilla_fix_session_sounds.patch?rev=14028&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/90_from_bugzilla_fix_session_sounds.patch (original)
+++ desktop/unstable/gnome-session/debian/patches/90_from_bugzilla_fix_session_sounds.patch Fri Jan  4 14:37:46 2008
@@ -35,7 +35,7 @@
    time_t  starttime;
  
 -  if (!gsm_exec_async (NULL, argv, NULL, &esd_pid, &err))
-+  if (gnome_execute_shell (NULL, args) == -1)
++  if (gnome_execute_shell ("/", args) == -1)
      {
        g_warning ("Could not start esd: %s\n", err->message);
        g_error_free (err);




More information about the pkg-gnome-commits mailing list