pop-os / cosmic-settings-daemon

GNU General Public License v3.0
20 stars 16 forks source link

feat: Add locale1 synchronization support #35

Closed Drakulix closed 2 months ago

Drakulix commented 2 months ago

This enabled syncing keyboard settings via the org.freedesktop.locale1 interface usually provided by systemd-localed. This is useful to allow login managers to override layouts and carry those settings into the session and vise versa. Additionally this gives a programmatic and well-known interface to change cosmic-comps keyboard settings useful e.g. to distro installers and other distribution specfic configuration.

Fixes https://github.com/pop-os/cosmic-comp/issues/458