GNOME Bugzilla – Bug 770919
Fix launching app's details from the "installed" notification
Last modified: 2016-09-06 08:44:57 UTC
It was not finding a plugin for the app that had just been installed when the user clicked the notification to go into the app's details page. To reproduce: click install on an app and minimize GNOME Software.
Created attachment 334862 [details] [review] Fix launching app's details from the "installed" notification It was not finding a plugin for the app that had just been installed when the user clicked the notification to go into the app's details page. This patch adds a new method to create a GsApp out of a unique ID, setting as much info as it can from the ID, and thus increasing the chances of the app getting adopted by some plugin.
Applied with a few little fixes and some tests. Thanks!