mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
When we launch dbus if it is not running, we're probably (un-)installing keyboards for a different user. This is an unusual environment where not everything is available, e.g. dconf-service won't be running and can't be started because DISPLAY variable is not set. This means we can't write gsettings values through the API. However, we can read them, and we can write a keyfile and update the database. This is what this change implements for the cases where we started dbus. |
||
|---|---|---|
| .. | ||
| python.env | ||
| test_bcp47tag.py | ||
| test_canonical_language_code_utils.py | ||
| test_custom_keyboards.py | ||
| test_dconf_util.py | ||
| test_get_kmp.py | ||
| test_gnome_keyboards_util.py | ||
| test_gsettings.py | ||
| test_handle_install.py | ||
| test_ibus_util.py | ||
| test_install_kmp.py | ||
| test_lang_tags_map.py | ||
| test_package_install_completion.py | ||
| test_uninstall_kmp.py | ||