[gnome-contacts] Make the search provider work again
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Make the search provider work again
- Date: Fri, 19 Sep 2014 21:04:22 +0000 (UTC)
commit 271d3a77cc82dedfd215bfb740409c0976124fcf
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 5 13:55:10 2014 -0400
Make the search provider work again
gnome-shell complains that it can't load the contacts search
provider because the desktop id doesn't match anything. This
was forgotten when we changed the desktop id to match the
bus name.
https://bugzilla.gnome.org/show_bug.cgi?id=736147
data/Makefile.am | 2 +-
...n => org.gnome.Contacts.search-provider.ini.in} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index cdf9ede..82c0d35 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,7 @@ desktop_in_files = org.gnome.Contacts.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
searchproviderdir = $(datadir)/gnome-shell/search-providers
-searchprovider_DATA = gnome-contacts-search-provider.ini
+searchprovider_DATA = org.gnome.Contacts.search-provider.ini
%.ini: %.ini.in
LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
diff --git a/data/gnome-contacts-search-provider.ini.in b/data/org.gnome.Contacts.search-provider.ini.in
similarity index 82%
rename from data/gnome-contacts-search-provider.ini.in
rename to data/org.gnome.Contacts.search-provider.ini.in
index 1b6f98c..21edfa6 100644
--- a/data/gnome-contacts-search-provider.ini.in
+++ b/data/org.gnome.Contacts.search-provider.ini.in
@@ -1,7 +1,7 @@
[Shell Search Provider]
_Title=Gnome Contacts
Icon=x-office-address-book
-DesktopId=gnome-contacts.desktop
+DesktopId=org.gnome.Contacts.desktop
BusName=org.gnome.Contacts.SearchProvider
ObjectPath=/org/gnome/Contacts/SearchProvider
Version=2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]