~khurshid-alam/unity-settings-daemon/build-hirsute

« back to all changes in this revision

Viewing changes to plugins/wacom/README.config-storage

  • Committer: Bileto Bot
  • Author(s): Khurshid Alam
  • Date: 2020-03-11 16:32:10 UTC
  • mfrom: (4200.1.1 unity-settings-daemon)
  • Revision ID: ci-train-bot@canonical.com-20200311163210-ta55oofgp3pod2p6
* Port rest of the schemas gnome-settings-daemon-common to com.canonical.unity.settings-daemon. LP: #1842324

* When upstream moved persistant numlock-state to gsettings-desktop-schemas they converted it to boolean from enum. Since now we use our own schema, revert that change. This will make numlock work again in unity. Fixes LP: #1847858

 see https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/commit/d57c3c78336be544e1047127a27f9ddfcea6c8cb

* Remove gnome-settings-daemon-common from build dependency (LP: #1842324)

Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
configurations, whether on a single machine, or using a shared home directory.
13
13
 
14
14
The configuration scheme is:
15
 
schema: org.gnome.settings-daemon.peripherals.wacom
16
 
path: /org/gnome/settings-daemon/peripherals/wacom/<machine ID>-<device ID>/
 
15
schema: com.canonical.unity.settings-daemon.peripherals.wacom
 
16
path: /com/canonical/unity/settings-daemon/peripherals/wacom/<machine ID>-<device ID>/
17
17
 
18
18
where <machine ID> is the D-Bus machine-id for the machine, and
19
19
<device ID> is a unique identifier for the tablet.
25
25
is the tool ID, for professional ranges, and a generic identifier for
26
26
the consumer ranges that do not support tool ID.
27
27
 
28
 
schema: org.gnome.settings-daemon.peripherals.wacom.stylus
29
 
or:     org.gnome.settings-daemon.peripherals.wacom.eraser
 
28
schema: com.canonical.unity.settings-daemon.peripherals.wacom.stylus
 
29
or:     com.canonical.unity.settings-daemon.peripherals.wacom.eraser
30
30
 
31
 
path: /org/gnome/settings-daemon/peripherals/wacom/<device ID>/<tool ID>/
 
31
path: /com/canonical/unity/settings-daemon/peripherals/wacom/<device ID>/<tool ID>/
32
32
 
33
33
So each tool can be configured per tablet (so the compatible airbrush stylus
34
34
will have different configurations on a Cintiq and an Intuos tablet)
36
36
Buttons
37
37
-------
38
38
 
39
 
schema: org.gnome.settings-daemon.peripherals.wacom.tablet-button
40
 
path: /org/gnome/settings-daemon/peripherals/wacom/<device ID>/<button ID>
 
39
schema: com.canonical.unity.settings-daemon.peripherals.wacom.tablet-button
 
40
path: /com/canonical/unity/settings-daemon/peripherals/wacom/<device ID>/<button ID>
41
41
 
42
42
Testing
43
43
-------