[gnome-software] Require AppData for all available packages



commit adbcfec38d67befc2930e16e60bdeab76cbd31b4
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 2 17:06:58 2015 +0000

    Require AppData for all available packages
    
    Fedora Rawhide is now at 52% coverage, and the 48% left are really the sludge
    at the bottom of the barrel. Most active and maintained projects now ship an
    AppData file upstream. Showing entries without screenshots, descriptions
    and other metadata just hurts usability and makes the software center look bad.
    
    If you disagree, please ship an AppData either upstream or downstream. kthxbye.

 data/org.gnome.software.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.software.gschema.xml b/data/org.gnome.software.gschema.xml
index 559ab8e..c1525f4 100644
--- a/data/org.gnome.software.gschema.xml
+++ b/data/org.gnome.software.gschema.xml
@@ -15,7 +15,7 @@
       <summary>Whether it's the very first run of gnome-software</summary>
     </key>
     <key name="require-appdata" type="b">
-      <default>false</default>
+      <default>true</default>
       <summary>Applications require AppData to be shown in the search results</summary>
       <description>If enabled applications require a long description before they are shown to the user in 
the search results.</description>
     </key>


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