forked from pool/fcitx
6e28420bbb
- Add NoDisplay=true in autostart desktop file so that it won't be shown (boo#968486): fcitx-autostart-desktop-no-display.patch OBS-URL: https://build.opensuse.org/request/show/362840 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=134
15 lines
366 B
Diff
15 lines
366 B
Diff
---
|
|
data/fcitx-autostart.desktop.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/data/fcitx-autostart.desktop.in
|
|
+++ b/data/fcitx-autostart.desktop.in
|
|
@@ -8,6 +8,7 @@ Terminal=false
|
|
Type=Application
|
|
Categories=System;Utility;
|
|
StartupNotify=false
|
|
+NoDisplay=true
|
|
X-GNOME-Autostart-Phase=Applications
|
|
X-GNOME-AutoRestart=false
|
|
X-GNOME-Autostart-Notify=false
|