GNOME Bugzilla – Bug 775695
AppFavorites: add GNOME Calculator to the renamed desktop list
Last modified: 2017-02-06 08:47:56 UTC
Created attachment 341457 [details] [review] [Patch] Add org.gnome.Calculator as renamed desktop file. GNOME Calculator renamed its desktop file to follow the latest conventions (which makes it better for flatpak) to org.gnome.Calculator (bug 775056). Installing from master means having a duplicate entry in GNOME shell, which is the reason for this patch. Maybe this could be landed together with bug 775507 (same thing, but for Geary)?
Review of attachment 341457 [details] [review]: ::: js/ui/appFavorites.js @@ +22,3 @@ 'gnome-boxes.desktop': 'org.gnome.Boxes.desktop', 'gnome-clocks.desktop': 'org.gnome.clocks.desktop', + 'gnome-calculator.desktop': 'org.gnome.Calculator.desktop', It doesn't *really* matter, but the list is currently sorted alphabetically by key ... Also: Bonus points for calculator for being the first app to appear more than once in the list ...
Reminder ping since this change should be in GNOME 3.24.
Created attachment 345017 [details] [review] AppFavorites: order alphabetically by key
The initial patch (or the same thing done by another user) was already committed, see https://git.gnome.org/browse/gnome-shell/commit/?id=cdd23d9cc70bb1b042cc07d3d21c1a26aba479f9 My patch does the reordering on the current master accoring to Florian's review, after having it committed, we can close this.
Review of attachment 345017 [details] [review]: Sure
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.