|
|
99600e |
From 2eed21b2dd3ec0cdd701f9c18e1e2582c69bdad8 Mon Sep 17 00:00:00 2001
|
|
|
99600e |
From: Timothy OBrien <obrien.timothy.a@gmail.com>
|
|
|
99600e |
Date: Mon, 14 Jan 2019 02:17:42 +1100
|
|
|
99600e |
Subject: [PATCH] org.gnome.Nautilus.appdata.xml.in.in: No screenshots in
|
|
|
99600e |
appdata
|
|
|
99600e |
|
|
|
99600e |
No screenshots were supplied by the appdata xml meaning that software install tools would not show them to the user.
|
|
|
99600e |
|
|
|
99600e |
This commit proposes a set of screenshots hosted via the static-web project: https://gitlab.gnome.org/Infrastructure/static-web
|
|
|
99600e |
|
|
|
99600e |
See static-web merge request https://gitlab.gnome.org/Infrastructure/static-web/merge_requests/2 for proposed screenshots.
|
|
|
99600e |
|
|
|
99600e |
Fixes #556
|
|
|
99600e |
---
|
|
|
99600e |
data/org.gnome.Nautilus.appdata.xml.in.in | 19 +++++++++++++++++++
|
|
|
99600e |
1 file changed, 19 insertions(+)
|
|
|
99600e |
|
|
|
99600e |
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
|
|
|
99600e |
index 30648b3e6..cb20fa05f 100644
|
|
|
99600e |
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
|
|
|
99600e |
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
|
|
|
99600e |
@@ -25,6 +25,24 @@
|
|
|
99600e |
<kudo>Notifications</kudo>
|
|
|
99600e |
<kudo>SearchProvider</kudo>
|
|
|
99600e |
</kudos>
|
|
|
99600e |
+ <screenshots>
|
|
|
99600e |
+ <screenshot type="default">
|
|
|
99600e |
+ <image>https://static.gnome.org/appdata/nautilus/nautilus-201901141.png</image>
|
|
|
99600e |
+ <caption>Tile view</caption>
|
|
|
99600e |
+ </screenshot>
|
|
|
99600e |
+ <screenshot>
|
|
|
99600e |
+ <image>https://static.gnome.org/appdata/nautilus/nautilus-201901142.png</image>
|
|
|
99600e |
+ <caption>List view</caption>
|
|
|
99600e |
+ </screenshot>
|
|
|
99600e |
+ <screenshot>
|
|
|
99600e |
+ <image>https://static.gnome.org/appdata/nautilus/nautilus-201901143.png</image>
|
|
|
99600e |
+ <caption>Search</caption>
|
|
|
99600e |
+ </screenshot>
|
|
|
99600e |
+ <screenshot>
|
|
|
99600e |
+ <image>https://static.gnome.org/appdata/nautilus/nautilus-201901144.png</image>
|
|
|
99600e |
+ <caption>Other locations</caption>
|
|
|
99600e |
+ </screenshot>
|
|
|
99600e |
+ </screenshots>
|
|
|
99600e |
<categories>
|
|
|
99600e |
<category>System</category>
|
|
|
99600e |
</categories>
|
|
|
99600e |
@@ -35,3 +53,4 @@
|
|
|
99600e |
<url type="help">https://wiki.gnome.org/action/show/Apps/Nautilus</url>
|
|
|
99600e |
<translation type="gettext">nautilus</translation>
|
|
|
99600e |
</component>
|
|
|
99600e |
+
|
|
|
99600e |
--
|
|
|
99600e |
2.21.0
|
|
|
99600e |
|