* Send FocusIn signal again after delayed FocusId property * Fix time lag of CandidatePanel in X11 * Update Unicode table with keysym * Wayland input-method protocol version 1 and 2 * https://github.com/ibus/ibus/wiki/WaylandDesktop * Additional Wayland input-method; XIM and GTK2, Key repeating, Compose * ibus start --type wayland new option * Compose feature updates * Bug fixes of Wayland features * Update simple.xml with xkeyboard-config 2.44 - Revert not to use systemd to launch ibus * Remove ibus-ui-gtk3-restart-via-systemd.patch - Remove patches merged by the upstream * ibus-gcc15-1.patch * ibus-gcc15-2.patch OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=297
22 lines
937 B
Diff
22 lines
937 B
Diff
diff -Nura ibus-1.5.16/xim.d-ibus-121 ibus-1.5.16_new/xim.d-ibus-121
|
|
--- ibus-1.5.16/xim.d-ibus-121 2017-06-05 14:38:10.728021247 +0800
|
|
+++ ibus-1.5.16_new/xim.d-ibus-121 2017-06-05 14:40:44.380353362 +0800
|
|
@@ -13,17 +13,6 @@
|
|
# G-S-D. see bnc#873016.
|
|
*gnome*)
|
|
SOURCES=$(gsettings get org.freedesktop.ibus.general preload-engines)
|
|
- if [ "$SOURCES" == '@as []' ]; then
|
|
- echo "initial GNOME startup, ibus default configuration applied"
|
|
- ibus-daemon -d
|
|
- timer=5
|
|
- while [ "$SOURCES" == '@as []' ] && [ ${timer} -gt 0 ]; do
|
|
- sleep 1
|
|
- timer=$[${timer}-1]
|
|
- SOURCES=$(gsettings get org.freedesktop.ibus.general preload-engines)
|
|
- done
|
|
- ibus exit
|
|
- fi
|
|
# make sure G-S-D keyboard plugin is active
|
|
echo "ibus will be managed by GNOME."
|
|
gsettings set org.gnome.settings-daemon.plugins.keyboard active true
|