Works much better than before. I.e. it started working at all which it did not before the update.
I still see it hanging from time to time, will report a new bug for this ...
Fixes the bug for me! Thank you!
I installed this update on F39 and it fixes the problem for me.
Now I can start im-chooser in XFCE and switch to ibus and it works! ☺
I am not sure but I guess the changes in gnome to use langtable are not yet released.
Works.
Fixes the bug, Korean spellchecking works again❣️
This partly fixes the problem in https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5930 ([OSK] On Screen Keyboard cannot type a space anywhere )
So it is at least better than nothing!
But some problems remain, I’ll add more information to https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5930
The update fixes BZ#2088656 but it looks a bit confusing that the English US keyboard layout is shown in the panel no matter which keyboard layouts are configured in ibus-setup, see: https://bugzilla.redhat.com/show_bug.cgi?id=2088656#c17
Yes, this update moves the files to the correct directory:
Before the update:
[mfabian@fedora ~]$ rpm -ql hunspell-cs /usr/share/doc/hunspell-cs /usr/share/doc/hunspell-cs/README_cs.txt /usr/share/doc/hunspell-cs/README_en.txt /usr/share/myspell/cs_CZ.aff /usr/share/myspell/cs_CZ.dic
After the update:
[mfabian@fedora ~]$ rpm -ql hunspell-cs /usr/share/doc/hunspell-cs /usr/share/doc/hunspell-cs/README_cs.txt /usr/share/doc/hunspell-cs/README_en.txt /usr/share/hunspell/cs_CZ.aff /usr/share/hunspell/cs_CZ.dic [mfabian@fedora ~]$
Works, I tested like this:
[mfabian@fedora ~]$ echo 'grünet' | enchant -d de_DE -a @(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0) & grünet 12 0: grünte, grüner, grüne, grünt, grüntet, gründet, grünes, grünst, grünen, grünem, grün et, grün-et
So enchant worked because of the symlink.
Then I removed the symlink:
[mfabian@fedora ~]$ ls /usr/share/myspell -l lrwxrwxrwx. 1 root root 19 2月 16 10:35 /usr/share/myspell -> /usr/share/hunspell [mfabian@fedora ~]$ sudo rm /usr/share/myspell
Now enchant failed:
[mfabian@fedora ~]$ echo 'grünet' | enchant -d de_DE -a @(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0) Couldn't create a dictionary for de_DE
Now I did the update to enchant-1.6.0-30.fc36.x86_64.rpm
Now it works again even without the symlink:
[mfabian@fedora ~]$ echo 'grünet' | enchant -d de_DE -a @(#) International Ispell Version 3.1.20 (but really Enchant 1.6.0) & grünet 12 0: grünte, grüner, grüne, grünt, grüntet, gründet, grünes, grünst, grünen, grünem, grün et, grün-et
pa-inscript2-guru finds the icon now.
Works OK for me.
@moonsky: Thank you! Update is here: FEDORA-2021-d3ba1c0d71
I tested it a bit in a f32 vm and it seems to work fine.
I tried with this ~/.XCompose file:
$ cat ~/.XCompose <Multi_key> <m> <k> <e> : "😇🗼" $
Before the update, it did not work, but after the update I could type "Multi_key m i k e" and get "😇🗼"
works for me.
works for me.
Works and solves “#1625142 In Gnome Wayland, forward-key-event does not work well, breaks space key completely
Works and solves “#1625142 In Gnome Wayland, forward-key-event does not work well, breaks space key completely”
This update fixes this crash in Qt5 https://github.com/mike-fabian/ibus-typing-booster/issues/466
Great!
Can we get an update for this also for Fedora 38?