Accepting request 729082 from home:ftake:branches:M17N
reapply removal of OOO_FORCE_DESKTOP fix the change log of python-ibus OBS-URL: https://build.opensuse.org/request/show/729082 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=208
This commit is contained in:
parent
6d918cb9a3
commit
29be0871b5
13
ibus.changes
13
ibus.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 13:17:58 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||
|
||||
- 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 <ftake@geeko.jp>
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 16:22:00 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||
|
||||
- Update version to 1.5.21
|
||||
* No update for this subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 15:58:26 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user