1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Hide app if not on Lomiri
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific
--- a/lomiri-camera-app.desktop.in.in
+++ b/lomiri-camera-app.desktop.in.in
@@ -13,3 +13,4 @@
X-Lomiri-Rotates-Window-Contents=true
X-Lomiri-Splash-Image=@CAMERA_SPLASH@
X-Lomiri-Splash-Color=#eeecea
+OnlyShowIn=Lomiri
--- a/lomiri-barcode-reader-app.desktop.in.in
+++ b/lomiri-barcode-reader-app.desktop.in.in
@@ -13,3 +13,4 @@
X-Lomiri-Rotates-Window-Contents=true
X-Lomiri-Splash-Image=@READER_SPLASH@
X-Lomiri-Splash-Color=#454545
+OnlyShowIn=Lomiri
|