r24756 - in /packages/experimental/gnome-shell/debian: changelog patches/03_fix_dconf_service_location.diff patches/series

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Jul 13 21:37:37 UTC 2010


Author: kov
Date: Tue Jul 13 21:37:36 2010
New Revision: 24756

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24756
Log:
  * debian/patches/03_fix_dconf_service_location.diff:
  - fix the path used to start dconf-service


Added:
    packages/experimental/gnome-shell/debian/patches/03_fix_dconf_service_location.diff
Modified:
    packages/experimental/gnome-shell/debian/changelog
    packages/experimental/gnome-shell/debian/patches/series

Modified: packages/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/changelog?rev=24756&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/changelog [utf-8] Tue Jul 13 21:37:36 2010
@@ -10,6 +10,8 @@
     we need newer glib bindings
   * debian/patches/02_undo_gtk3_transition.diff:
   - undo gtk2->gtk3 migration since we do not yet have gtk+ 3 on Debian
+  * debian/patches/03_fix_dconf_service_location.diff:
+  - fix the path used to start dconf-service
 
  -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>  Tue, 13 Jul 2010 14:36:34 -0300
 

Added: packages/experimental/gnome-shell/debian/patches/03_fix_dconf_service_location.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/patches/03_fix_dconf_service_location.diff?rev=24756&op=file
==============================================================================
--- packages/experimental/gnome-shell/debian/patches/03_fix_dconf_service_location.diff (added)
+++ packages/experimental/gnome-shell/debian/patches/03_fix_dconf_service_location.diff [utf-8] Tue Jul 13 21:37:36 2010
@@ -1,0 +1,13 @@
+Index: gnome-shell-2.31.5/src/gnome-shell.in
+===================================================================
+--- gnome-shell-2.31.5.orig/src/gnome-shell.in	2010-07-13 18:28:01.996108856 -0300
++++ gnome-shell-2.31.5/src/gnome-shell.in	2010-07-13 18:29:17.944109107 -0300
+@@ -149,7 +149,7 @@
+     print "Starting dconf-service... ",
+     sys.stdout.flush()
+ 
+-    dconf_path = os.path.join('@libexecdir@', 'dconf-service')
++    dconf_path = os.path.join('/usr/lib/d-conf/', 'dconf-service')
+     try:
+         subprocess.Popen([dconf_path, '--keep-alive'])
+     except OSError, e:

Modified: packages/experimental/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/patches/series?rev=24756&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/patches/series [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/patches/series [utf-8] Tue Jul 13 21:37:36 2010
@@ -1,2 +1,3 @@
 01_favorite_apps.diff
 02_undo_gtk3_transition.diff
+03_fix_dconf_service_location.diff




More information about the pkg-gnome-commits mailing list