summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2023-02-11 23:13:04 -0500
committerChristopher Davis <christopherdavis@gnome.org>2023-02-11 23:13:04 -0500
commitfd6688eb3198052671e70b3ae8800a17125b7120 (patch)
treec7cb42143d2d4313604bd5009dec4c295cd8e639
parentd708cd69ca25f70dadd6ff0ff910dd7014ed494b (diff)
downloadgnome-font-viewer-fd6688eb3198052671e70b3ae8800a17125b7120.tar.gz
desktop: List compatible form factors
List the forma factors the app can be used in. This is so desktop environments like Phosh and Plasma Mobile can show or hide the app in the correct contexts.
-rw-r--r--src/org.gnome.font-viewer.desktop.in.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org.gnome.font-viewer.desktop.in.in b/src/org.gnome.font-viewer.desktop.in.in
index ab13e48..764ea0c 100644
--- a/src/org.gnome.font-viewer.desktop.in.in
+++ b/src/org.gnome.font-viewer.desktop.in.in
@@ -12,3 +12,4 @@ DBusActivatable=true
StartupNotify=true
Categories=GTK;GNOME;Utility;X-GNOME-Utilities;
MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf;font/ttf;font/otf;font/woff;
+X-Purism-FormFactor=Workstation;Mobile; \ No newline at end of file