From d9866f6029034a0c6cfb4b8b1d8ddab7ec519985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 25 Sep 2021 11:43:23 +0200 Subject: [PATCH] data: Add StartupNotify to desktop file (MR 2) As a GTK app it supports startup notifications just fine and this allows phosh to show a proper splash screen while megapixels is starting. Reference: https://developer-old.gnome.org/integration-guide/stable/startup-notification.html.en --- data/org.postmarketos.Megapixels.desktop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/org.postmarketos.Megapixels.desktop b/data/org.postmarketos.Megapixels.desktop index 1ef1b6f..998d8af 100644 --- a/data/org.postmarketos.Megapixels.desktop +++ b/data/org.postmarketos.Megapixels.desktop @@ -5,4 +5,5 @@ Terminal=false Type=Application Categories=GTK; Icon=org.postmarketos.Megapixels -X-Purism-FormFactor=Workstation;Mobile; \ No newline at end of file +X-Purism-FormFactor=Workstation;Mobile; +StartupNotify=true