mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Gentoo doesn't use systemd. `libelogind` or `basu` implement some aspects of systemd, so we use that on Gentoo (or rather when `libsystemd` is not available but `libelogind` or `basu` is). Patch from https://forums.gentoo.org/viewtopic.php?p=8850566. See also https://community.software.sil.org/t/keyman-for-gentoo-linux/9615. Cherry-pick-of: #12889 |
||
|---|---|---|
| .. | ||
| services | ||
| KeyboardDeviceMock.cpp | ||
| meson.build | ||
| README.md | ||
keyman-system-service tests
This directory defines a keyman-test-service. This is mostly identical to keyman-system-service. The differences are:
- it runs on the session bus instead of system bus
- KeyboardDevice (which in production interacts with evdev) is mocked so that the tests don't require root permissions.
The keyman-test-service gets called/used by the ibus-keyman integration tests.