Accepting request 870310 from M17N
OBS-URL: https://build.opensuse.org/request/show/870310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=107
This commit is contained in:
commit
5991945277
@ -1,12 +1,11 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=IBus
|
Name=IBus
|
||||||
_GenericName=IBus Daemon
|
GenericName=IBus Daemon
|
||||||
_Comment=Start IBus daemon
|
Comment=Start IBus daemon
|
||||||
Exec=ibus-autostart
|
Exec=ibus-autostart
|
||||||
Icon=ibus-setup
|
Icon=ibus-setup
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=System;Utility;
|
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
X-GNOME-Autostart-Phase=Applications
|
X-GNOME-Autostart-Phase=Applications
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 8 14:37:27 UTC 2021 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||||
|
|
||||||
|
- Fix the invalid desktop file for auto start (boo#1178447)
|
||||||
|
- Fix xim.d/ibus so that a Plasma session can use XDG auto start
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 1 15:25:13 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Mon Feb 1 15:25:13 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ibus
|
# spec file for package ibus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -44,7 +44,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$WINDOWMANAGER" in
|
case "$WINDOWMANAGER" in
|
||||||
*kde*|*xfce*|*lxde*)
|
*kde*|*plasma*|*xfce*|*lxde*)
|
||||||
# started via xdg autostart
|
# started via xdg autostart
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user