Skip to content

Avoid race on keyboard layout registering

David Edmundson requested to merge work/keyboard_dbus into master

If a service name exists, the relevant object at that path always should, otherwise it's technically racey due to DBus running in another thread.

Merge request reports