r36619 - in /desktop/unstable/gnome-shell/debian: changelog patches/50-remove-folks-integration.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Feb 5 15:36:15 UTC 2013


Author: bigon
Date: Tue Feb  5 15:36:15 2013
New Revision: 36619

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36619
Log:
debian/patches/50-remove-folks-integration.patch: Remove folks integration,
it might cause some slow startup time and cause Dbus call to timeout
(Closes: #693155)

Added:
    desktop/unstable/gnome-shell/debian/patches/50-remove-folks-integration.patch
Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/patches/series

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=36619&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog [utf-8] Tue Feb  5 15:36:15 2013
@@ -1,7 +1,13 @@
 gnome-shell (3.4.2-7) UNRELEASED; urgency=low
 
+  [ Michael Biebl ]
   * 40-force-online.patch: Use correct icon name "network-wired" when the
     global online state is set to connected.
+
+  [ Laurent Bigonville ]
+  * debian/patches/50-remove-folks-integration.patch: Remove folks integration,
+    it might cause some slow startup time and cause Dbus call to timeout
+    (Closes: #693155)
 
  -- Michael Biebl <biebl at debian.org>  Thu, 17 Jan 2013 10:55:10 +0100
 

Added: desktop/unstable/gnome-shell/debian/patches/50-remove-folks-integration.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/50-remove-folks-integration.patch?rev=36619&op=file
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/50-remove-folks-integration.patch (added)
+++ desktop/unstable/gnome-shell/debian/patches/50-remove-folks-integration.patch [utf-8] Tue Feb  5 15:36:15 2013
@@ -1,0 +1,27 @@
+Subject: Disable folks integration
+ In some conditions this could really impact the performances and cause Dbus
+ calls timeout
+From: Laurent Bigonville <bigon at debian.org>
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693155
+
+--- a/js/ui/overview.js
++++ b/js/ui/overview.js
+@@ -11,7 +11,7 @@ const Shell = imports.gi.Shell;
+ const Gdk = imports.gi.Gdk;
+ 
+ const AppDisplay = imports.ui.appDisplay;
+-const ContactDisplay = imports.ui.contactDisplay;
++//const ContactDisplay = imports.ui.contactDisplay;
+ const Dash = imports.ui.dash;
+ const DND = imports.ui.dnd;
+ const Lightbox = imports.ui.lightbox;
+@@ -210,7 +210,7 @@ const Overview = new Lang.Class({
+         this.addSearchProvider(new AppDisplay.AppSearchProvider());
+         this.addSearchProvider(new AppDisplay.SettingsSearchProvider());
+         this.addSearchProvider(new PlaceDisplay.PlaceSearchProvider());
+-        this.addSearchProvider(new ContactDisplay.ContactSearchProvider());
++        //this.addSearchProvider(new ContactDisplay.ContactSearchProvider());
+ 
+         // Load remote search providers provided by applications
+         RemoteSearch.loadRemoteSearchProviders(Lang.bind(this, this.addSearchProvider));

Modified: desktop/unstable/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/patches/series?rev=36619&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/patches/series [utf-8] Tue Feb  5 15:36:15 2013
@@ -14,3 +14,4 @@
 32-enable-the-screen-reader-menu-item.patch
 33-screen-reader-l10n.patch
 40-force-online.patch
+50-remove-folks-integration.patch




More information about the pkg-gnome-commits mailing list