feat(app-binding): lier les presets aux applications
Ajoute la configuration des associations application/preset, le service de suivi du focus, l'intégration GUI et les fichiers d'installation nécessaires. Ajoute les tests unitaires ciblés des bindings, du service de focus, des migrations et des composants GUI associés. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -40,6 +40,8 @@ def get_data_files() -> list[tuple[str, list[str]]]:
|
||||
("usr/share/icons/hicolor/scalable/apps/", ["data/input-remapper.svg"]),
|
||||
("usr/share/polkit-1/actions/", ["data/input-remapper.policy"]),
|
||||
("usr/lib/systemd/system", ["data/input-remapper.service"]),
|
||||
# The focus-service is a per-user service running in the graphical session.
|
||||
("usr/lib/systemd/user", ["data/input-remapper-focus.service"]),
|
||||
# Fun fact: At some point during development and testing on arch, I ended up
|
||||
# with an empty inputremapper.Control.conf file, causing dbus to fail to start,
|
||||
# which rendered the whole operating system unusable.
|
||||
@ -51,6 +53,7 @@ def get_data_files() -> list[tuple[str, list[str]]]:
|
||||
("usr/bin/", ["bin/input-remapper-service"]),
|
||||
("usr/bin/", ["bin/input-remapper-control"]),
|
||||
("usr/bin/", ["bin/input-remapper-reader-service"]),
|
||||
("usr/bin/", ["bin/input-remapper-focus-service"]),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user