From 561c10c612c2972de59ba9cdd4d17eef7452eadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 23 Jun 2021 13:10:56 +0200 Subject: [PATCH] data: Add X-Purism-FormFactor to desktop file This allows shells like phosh to filter on form factor so the app list isn't cluttered with applications that don't fit the screen when not docked. Reference: https://source.puri.sm/Librem5/phosh/-/merge_requests/639 --- data/org.postmarketos.Megapixels.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/data/org.postmarketos.Megapixels.desktop b/data/org.postmarketos.Megapixels.desktop index 45954cf..1ef1b6f 100644 --- a/data/org.postmarketos.Megapixels.desktop +++ b/data/org.postmarketos.Megapixels.desktop @@ -5,3 +5,4 @@ Terminal=false Type=Application Categories=GTK; Icon=org.postmarketos.Megapixels +X-Purism-FormFactor=Workstation;Mobile; \ No newline at end of file