GNOME Bugzilla – Bug 781106
JS LOG: Failed to add search provider /usr/share/gnome-shell/search-providers/org.gnome.bijiben-search-provider.ini: TypeError: appInfo is null
Last modified: 2017-04-24 07:20:58 UTC
Hi, gnome-shell is complaining with the following message: JS LOG: Failed to add search provider /usr/share/gnome-shell/search-providers/org.gnome.bijiben-search-provider.ini: TypeError: appInfo is null In the org.gnome.bijiben-search-provider.ini file I can see: DesktopId=bijiben.desktop but there is not bijiben.desktop installed, the only desktop file shipped by bijiben is org.gnome.bijiben.desktop Shouldn't the value of bijiben.desktop be changed to org.gnome.bijiben.desktop? I also see a reference to bijiben.desktop in src/libbiji/biji-zeitgeist.c that one should probably be changed too
Created attachment 349574 [details] [review] Patch against 3.20
Created attachment 349575 [details] [review] Rename remaining references of bijiben.desktop to org.gnome.bijiben.desktop This fixes the search provider and zeitgeist integration
Comment on attachment 349575 [details] [review] Rename remaining references of bijiben.desktop to org.gnome.bijiben.desktop Rebased and pushed to master as commit 3ecf0c421564ab13064cf34a8272ca14da671a05. Thanks.