From 5dd2ce30d07b6f39833fb28e99436567d2bd93cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Wed, 12 Oct 2022 21:15:00 +0200 Subject: [PATCH] data: Make feedback support detectable for phosh (MR 24) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Settings apps that allow to tweak feedback per app need a way to detect if the app supports this. For phosh this happens via `X-Phosh-UsesFeedback` in the desktop file and results in the app showing up in the notification settings¹. 1) https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/raw/main/screenshots/feedback.png --- 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 e84effe..984d831 100644 --- a/data/org.postmarketos.Megapixels.desktop +++ b/data/org.postmarketos.Megapixels.desktop @@ -6,4 +6,5 @@ Type=Application Categories=GTK;Photography;Graphics; Icon=org.postmarketos.Megapixels X-Purism-FormFactor=Workstation;Mobile; +X-Phosh-UsesFeedback=true StartupNotify=true