From 271d3a77cc82dedfd215bfb740409c0976124fcf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Sep 2014 13:55:10 -0400 Subject: 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 +- data/gnome-contacts-search-provider.ini.in | 7 ------- data/org.gnome.Contacts.search-provider.ini.in | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 data/gnome-contacts-search-provider.ini.in create mode 100644 data/org.gnome.Contacts.search-provider.ini.in 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/gnome-contacts-search-provider.ini.in deleted file mode 100644 index 1b6f98c..0000000 --- a/data/gnome-contacts-search-provider.ini.in +++ /dev/null @@ -1,7 +0,0 @@ -[Shell Search Provider] -_Title=Gnome Contacts -Icon=x-office-address-book -DesktopId=gnome-contacts.desktop -BusName=org.gnome.Contacts.SearchProvider -ObjectPath=/org/gnome/Contacts/SearchProvider -Version=2 diff --git a/data/org.gnome.Contacts.search-provider.ini.in b/data/org.gnome.Contacts.search-provider.ini.in new file mode 100644 index 0000000..21edfa6 --- /dev/null +++ b/data/org.gnome.Contacts.search-provider.ini.in @@ -0,0 +1,7 @@ +[Shell Search Provider] +_Title=Gnome Contacts +Icon=x-office-address-book +DesktopId=org.gnome.Contacts.desktop +BusName=org.gnome.Contacts.SearchProvider +ObjectPath=/org/gnome/Contacts/SearchProvider +Version=2 -- cgit v1.2.1