22 lines
799 B
Diff
22 lines
799 B
Diff
From 286582f90fbbc9b3baa6b055bba1141cc30e6e94 Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Bicha <jbicha@ubuntu.com>
|
|
Date: Thu, 12 Oct 2017 18:14:35 -0400
|
|
Subject: autostart: Set NoDisplay=true
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=788906
|
|
https://launchpad.net/bugs/1723266
|
|
---
|
|
data/caribou-autostart.desktop.in.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/data/caribou-autostart.desktop.in.in b/data/caribou-autostart.desktop.in.in
|
|
index 4bd1c03..bf73a94 100644
|
|
--- a/data/caribou-autostart.desktop.in.in
|
|
+++ b/data/caribou-autostart.desktop.in.in
|
|
@@ -5,4 +5,5 @@ Exec=@libexecdir@/caribou
|
|
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-keyboard-enabled
|
|
X-GNOME-AutoRestart=true
|
|
#X-GNOME-Autostart-Phase=Initialization
|
|
+NoDisplay=true
|
|
OnlyShowIn=GNOME;Unity;
|