summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2023-02-06 21:02:30 -0500
committerOndrej Holy <oholy@redhat.com>2023-02-08 08:00:08 +0000
commit7b1075802028435efef47268e4a06318b9332dff (patch)
treed8e0f9deb5ce059a5176cd54d17f862458ba2e69 /data
parentee558cb9343ea8db13a025160ca936bf810a990e (diff)
downloadnautilus-7b1075802028435efef47268e4a06318b9332dff.tar.gz
appdata: State hardware support
Declare what sort of hardware we support and the minimum display size Nautilus is usable on. This allows applications like Software to display hardware information or hide the app on incompatible hardware.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 4573d49a1..0b658c4b4 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -58,5 +58,13 @@
<kudo>Notifications</kudo>
<kudo>SearchProvider</kudo>
</kudos>
+ <recommends>
+ <control>keyboard</control>
+ <control>pointing</control>
+ <control>touch</control>
+ </recommends>
+ <requires>
+ <display_length>360</display_length>
+ </requires>
</component>