Merge pull request #29 from matthiasclasen/more-exports

Export gnome-shell search provider files
tingping/wmclass
Alexander Larsson 2015-01-21 10:08:42 +01:00
commit 530f6dd7dd
1 changed files with 4 additions and 3 deletions

View File

@ -45,9 +45,10 @@ collect_exports (GFile *base, GCancellable *cancellable, GError **error)
gs_unref_object GFile *files = NULL;
gs_unref_object GFile *export = NULL;
const char *paths[] = {
"share/applications", /* Copy desktop files */
"share/icons/hicolor", /* Icons */
"share/dbus-1/services", /* D-Bus service files */
"share/applications", /* Copy desktop files */
"share/icons/hicolor", /* Icons */
"share/dbus-1/services", /* D-Bus service files */
"share/gnome-shell/search-providers", /* Search providers */
NULL,
};
int i;