r48879 - in /desktop/unstable/gnome-session/debian: changelog patches/series patches/update-activation-environment-at-startup.patch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue May 24 11:21:09 UTC 2016


Author: bigon
Date: Tue May 24 11:21:08 2016
New Revision: 48879

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48879
Log:
Add debian/patches/update-activation-environment-at-startup.patch: update
activation environment at startup, this way we are sure that all the
environment variables are also available for the user activated services

Added:
    desktop/unstable/gnome-session/debian/patches/update-activation-environment-at-startup.patch
Modified:
    desktop/unstable/gnome-session/debian/changelog
    desktop/unstable/gnome-session/debian/patches/series

Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=48879&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-session/debian/changelog	[utf-8] Tue May 24 11:21:08 2016
@@ -1,3 +1,11 @@
+gnome-session (3.20.1-3) unstable; urgency=medium
+
+  * Add debian/patches/update-activation-environment-at-startup.patch: update
+    activation environment at startup, this way we are sure that all the
+    environment variables are also available for the user activated services
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 24 May 2016 13:21:04 +0200
+
 gnome-session (3.20.1-2) unstable; urgency=medium
 
   * Drop /usr/share/gnome/applications/defaults.list symlink and install

Modified: desktop/unstable/gnome-session/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/series?rev=48879&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-session/debian/patches/series	[utf-8] Tue May 24 11:21:08 2016
@@ -1 +1,2 @@
 #Revert-switch-to-Xorg-by-default.patch
+update-activation-environment-at-startup.patch

Added: desktop/unstable/gnome-session/debian/patches/update-activation-environment-at-startup.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/update-activation-environment-at-startup.patch?rev=48879&op=file
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/update-activation-environment-at-startup.patch	(added)
+++ desktop/unstable/gnome-session/debian/patches/update-activation-environment-at-startup.patch	[utf-8] Tue May 24 11:21:08 2016
@@ -0,0 +1,29 @@
+commit d14f6db15e9e042cf20799010f31b4ec6b45ed9e
+Author: Ray Strode <rstrode at redhat.com>
+Date:   Mon May 9 09:59:20 2016 -0400
+
+    gnome-session: update activation environment at startup
+    
+    The dbus daemon gets started before some environment variables
+    are set at start up.
+    
+    This commit makes sure the dbus daemon is given a clean snapshot
+    of the environment at the time the session is started.
+    
+    This is a near-term workaround for
+    
+    https://github.com/alexlarsson/xdg-app/issues/147
+    
+    and will probably go away when we figure out a story for bug 736660
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=766176
+
+--- gnome-session-3.20.1.orig/gnome-session/gnome-session.in
++++ gnome-session-3.20.1/gnome-session/gnome-session.in
+@@ -12,4 +12,6 @@ if [ -n "$REGION" ]; then
+   export LC_PAPER=$REGION
+ fi
+ 
++dbus-update-activation-environment --all ||:
++
+ exec @libexecdir@/gnome-session-binary "$@"




More information about the pkg-gnome-commits mailing list