diff --git a/ibus.changes b/ibus.changes index 7101213..447dc83 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 5 13:17:58 UTC 2019 - Fuminobu Takeyama + +- Apply the change on Jun. 22 again, reverted by the previous + change +- Stop exporting OOO_FORCE_DESKTOP (boo#1042136) + * KDE4 LibreOffice VCL plugin was removed from upstream + * New KDE5/Qt5 VCL plugin supporting Qt IM Module will be + available + * Note only LibreOffice KDE5/Qt5 >= 6.3 supports Qt IM module + - For older version, please export OOO_FORCE_DESKTOP=gnome + in ~/.profile + ------------------------------------------------------------------- Thu Aug 29 16:22:00 UTC 2019 - Fuminobu Takeyama diff --git a/python-ibus.changes b/python-ibus.changes index 82527dc..5652ffb 100644 --- a/python-ibus.changes +++ b/python-ibus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 29 16:22:00 UTC 2019 - Fuminobu Takeyama + +- Update version to 1.5.21 + * No update for this subpackage + ------------------------------------------------------------------- Mon Mar 4 15:58:26 UTC 2019 - Fuminobu Takeyama diff --git a/xim.d-ibus-121 b/xim.d-ibus-121 index e96e13c..24e72b8 100644 --- a/xim.d-ibus-121 +++ b/xim.d-ibus-121 @@ -30,17 +30,6 @@ case "$WINDOWMANAGER" in ;; esac -# Force OOo to use gtk-immodule -# Only libreoffice-gnome supports IM module -# To fix cursor following problem (on_the_spot), do not use libreoffice-kde4 -if [ -e /usr/lib64/libreoffice/program/libvclplug_gtklo.so ] || - [ -e /usr/lib/libreoffice/program/libvclplug_gtklo.so ] || - [ -e /usr/lib64/libreoffice/program/libvclplug_gtk3lo.so ] || - [ -e /usr/lib/libreoffice/program/libvclplug_gtk3lo.so ]; then - export OOO_FORCE_DESKTOP=gnome -else - echo "libreoffice-gnome is not found. For better IBus support, please install libreoffice-gnome" -fi export XMODIFIERS="@im=ibus" export GTK_IM_MODULE=ibus