[gnome-software/wip/ubuntu-3-20: 29/30] Don't randomize editors picks.



commit 8a665c1c64bee3fddc3a4994f75fa3b08c5289c4
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Aug 18 16:27:26 2017 +1200

    Don't randomize editors picks.
    
    The featured snaps are provided in a significant order.
    https://bugs.launchpad.net/bugs/1705953

 src/gs-shell-overview.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-overview.c b/src/gs-shell-overview.c
index be5a70b..ded18ed 100644
--- a/src/gs-shell-overview.c
+++ b/src/gs-shell-overview.c
@@ -145,7 +145,9 @@ gs_shell_overview_get_popular_cb (GObject *source_object,
        }
        /* Don't show apps from the category that's currently featured as the category of the day */
        gs_plugin_list_filter (&list, filter_category, priv->category_of_day);
-       gs_plugin_list_randomize (&list);
+       /* Disabled on Ubuntu as we only show snaps and the order is significant
+        * https://bugs.launchpad.net/bugs/1705953 */
+       //gs_plugin_list_randomize (&list);
 
        gs_container_remove_all (GTK_CONTAINER (priv->box_popular));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]