diff options
author | Zhang Xianwei <[email protected]> | 2018-12-06 16:04:37 +0800 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-12-07 20:37:45 +0000 |
commit | 6ca78f07af286c0ca735b605d128c7203039af93 (patch) | |
tree | 665d8cc861676e39daafea8a720fe921b81d1a44 /schemas/org.mate.applications-calculator.gschema.xml.in | |
parent | 0be11525b8f0f2336f80c13076dd2fd29b033dca (diff) | |
download | mate-desktop-6ca78f07af286c0ca735b605d128c7203039af93.tar.bz2 mate-desktop-6ca78f07af286c0ca735b605d128c7203039af93.tar.xz |
schemas: Define schema for a default calculator
Defines a schema that allows users to specify a default calculator application.
Default initialized to 'mate-calc'.
Signed-off-by: Zhang Xianwei <[email protected]>
Diffstat (limited to 'schemas/org.mate.applications-calculator.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.applications-calculator.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/org.mate.applications-calculator.gschema.xml.in b/schemas/org.mate.applications-calculator.gschema.xml.in new file mode 100644 index 0000000..40966d5 --- /dev/null +++ b/schemas/org.mate.applications-calculator.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.applications-calculator" path="/org/mate/desktop/applications/calculator/"> + <key name="exec" type="s"> + <default>'mate-calc'</default> + <summary>Calculator application</summary> + <description>Calculator program to use when starting applications that require one.</description> + </key> + </schema> +</schemalist> |