spiegel-keyman/linux
Eberhard Beilharz 285a8463e7
fix(linux): use ibus command to restart ibus 🍒
When using Kubuntu exiting ibus sometimes used to hang (#10178). This
was because ibus' `bus.exit()` doesn't shutdown properly
(see https://github.com/ibus/ibus/issues/2816#issuecomment-3410473708).
The recommended way is to use the `ibus exit` command. Since we no longer
use the API we can directly use the `ibus restart` command, which this
PR implements.

Fixes: #10178
Cherry-pick-of: #14971
2025-10-16 20:02:55 +02:00
..
debian fix(linux): replace dbus-x11 dependency 🍒 2025-10-07 16:29:59 +02:00
docs/help docs(linux): update release notes for stable release 2025-09-17 15:47:10 +02:00
ibus-keyman maint(linux): fix lintian warnings 2025-08-22 16:55:08 +02:00
keyman-config fix(linux): use ibus command to restart ibus 🍒 2025-10-16 20:02:55 +02:00
keyman-system-service maint(linux): fix lintian warnings 2025-08-22 16:55:08 +02:00
scripts maint(linux): address code review comments 2025-09-19 15:39:52 +02:00
.gitignore chore(linux): rename test files 2024-11-26 19:06:02 +01:00
build.sh maint(linux): add --no-werror option to not report warnings as errors 2025-05-20 15:10:16 +02:00
CodeCoverageReports.html chore(linux): Add code coverage index page 2023-10-13 22:51:00 +02:00
history.md chore(linux/resources): Cleanup formatting in history.md 2020-11-27 13:30:20 +07:00
LICENSE.md chore(linux): Update readme 2022-10-12 12:28:46 +02:00
Makefile chore(linux): remove unused building with pbuilder 2024-06-24 18:37:10 +02:00
README.md chore(linux): Add code coverage index page 2023-10-13 22:51:00 +02:00

Keyman for Linux

See /docs/linux/README.md for documentation.