Eberhard Beilharz
Eberhard Beilharz
Fixes #10850. # User Testing ## Preparations - The tests should be run on these Linux platforms: - **GROUP_FOCAL**: Ubuntu 20.04 Focal with Gnome Shell and X11 - **GROUP_JAMMY**: Ubuntu...
This change checks the DBus environment variables when initializing the `keyman_config` module and starts DBus if the variables are not set. This particularly happens when trying to install or uninstall...
Using Firefox on Ubuntu 22.04 and the Khmer Angkor (https://keymanweb.com/?version=17.0.228#km,Keyboard_khmer_angkor) keyboard: Holding any of the modifier keys (Shift, Ctrl, Alt) on a hardware keyboard doesn't show the resulting layer. Only...
Currently, when trying to install a keyboard for a different user the installation might fail with `failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY`. To reproduce:...
When running `km-package-install` on Ubuntu 24.04 Noble a deprecation warning is shown: ```bash $ km-package-install -p sil_el_ethiopian_latin --bcp47 ssy-latn /usr/bin/km-package-install:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from...
macOS uses `dylib` files instead of `so` and the file pattern is `libicuuc.[version].dylib` instead of `libicuuc.so.[version]`, so our current approach for loading unmanaged ICU doesn't work. The relevant code is...
This makes it possible to apply the whitespace changes only to certain files, e.g. by running: find . -name *.ts -print0 | xargs -0 git-fix-whitespace \ 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD -- [](https://reviewable.io/reviews/richardbronosky/git-fix-whitespace/2)
The characters @, %, #, and \* have special meaning in P4 and get translated to the ASCII representation. On import these values need to be converted back to the...
If we capture only the focused window the cursor is not shown on the picture. This is because we don't position it relative to the focused window, so it'll usually...
This PR creates strong-named versions of the assemblies. While this doesn't have any benefits in regards to security it helps those projects that (for whatever reason) are required to create...