[gnome-session/gnome-3-20] gnome-session: move update-activation-environment call down



commit d99c1df83ddc2620cda8e69ba3b875c7d9679dfd
Author: Ray Strode <rstrode redhat com>
Date:   Mon May 9 11:13:19 2016 -0400

    gnome-session: move update-activation-environment call down
    
    I had a think-o and where it should be placed in the script.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766176

 gnome-session/gnome-session.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-session/gnome-session.in b/gnome-session/gnome-session.in
index 38ab5ba..6b2ba18 100644
--- a/gnome-session/gnome-session.in
+++ b/gnome-session/gnome-session.in
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-dbus-update-activation-environment --all ||:
-
 SETTING=$(gsettings get org.gnome.system.locale region)
 REGION=${SETTING#\'}
 REGION=${REGION%\'}
@@ -14,4 +12,6 @@ if [ -n "$REGION" ]; then
   export LC_PAPER=$REGION
 fi
 
+dbus-update-activation-environment --all ||:
+
 exec @libexecdir@/gnome-session-binary "$@"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]