GNOME Bugzilla – Bug 732408
Check for Updates fails if gpk-update-viewer is not installed
Last modified: 2014-08-09 14:23:23 UTC
Check for Updates (in the app menu of gpk-application) failssilently if gpk-update-viewer is not installed. Instead, we should: * Check for Updates with gpk-update-viewer only if installed * Fallback to gnome-software if it's not * But if neither is installed, disable Check for Updates
Created attachment 279510 [details] [review] Fallback to gnome-software to check for updates If gpk-update-viewer is not installed, we should fall back to gnome-software to check for updates. (Even though gnome-software is nicer, if gpk-update-viewer is installed, that surely means the user prefers this online updates, and it is a natural companion to gpk-application.) And if neither is installed, then disable this action, as it currently fails silently.
So, you've installed gpk-application, but not gpk-update-viewer?
Yup, you yourself have packaged them separately for Fedora with that in mind :)
(In reply to comment #3) > Yup, you yourself have packaged them separately for Fedora with that in mind :) Doh, of course, sorry for being a moron. I think in this case it's less magic to just hide the entry, rather than using gnome-software which has it's own view of the world view. If you prepare a patch to disable the option if gpk-update-viewer isn't installed, I think it's probably a good compromise. Thanks.
Created attachment 282954 [details] [review] Disable check for updates if gpk-update-viewer is uninstalled
Review of attachment 282954 [details] [review]: Looks good, thanks.
Attachment 282954 [details] pushed as 39e60c0 - Disable check for updates if gpk-update-viewer is uninstalled