New comment by Codeberg-AsGithubAlternative-buhtz on void-packages repository https://github.com/void-linux/void-packages/issues/2794#issuecomment-545713899 Comment: @ KRSHK never gave feedback about the question if the IBus plugin is loaded (`grep` output). I have similar issue on Debian 10. IBus do not work with Anki and JabRef but with all other applications. Looks like the plugin is loaded, or not? ``` $ ps x|grep anki 2633 ? S 0:00 anki 2634 ? Sl 0:01 anki 2647 ? S 0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=de 2666 ? Sl 0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=16830525389478654353 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=16830525389478654353 --renderer-client-id=3 --shared-files 2685 ? Sl 0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=15147927836790610252 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=15147927836790610252 --renderer-client-id=4 --shared-files 2686 ? Sl 0:00 /usr/local/share/anki/bin/PyQt5/Qt/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --service-pipe-token=6013967191318686864 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=6013967191318686864 --renderer-client-id=5 --shared-files 2757 pts/0 S+ 0:00 grep anki $ grep platforminput /proc/2633/maps $ grep platforminput /proc/2634/maps 7fe6045f1000-7fe6045fc000 r-xp 00000000 08:11 6967022 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so 7fe6045fc000-7fe6047fb000 ---p 0000b000 08:11 6967022 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so 7fe6047fb000-7fe6047fc000 r--p 0000a000 08:11 6967022 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so 7fe6047fc000-7fe6047fd000 rw-p 0000b000 08:11 6967022 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so 7fe6047fd000-7fe604819000 r-xp 00000000 08:11 6967023 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so 7fe604819000-7fe604a18000 ---p 0001c000 08:11 6967023 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so 7fe604a18000-7fe604a19000 r--p 0001b000 08:11 6967023 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so 7fe604a19000-7fe604a1a000 rw-p 0001c000 08:11 6967023 /usr/local/share/anki/bin/PyQt5/Qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so ```