From 248b23eef7cb2a9862401c3c25c5414655812985 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 10 Jun 2019 23:37:27 +0200 Subject: schemas: Define schema for a default messenger Defines a schema that allows users to specify a default instant messaging application. --- schemas/Makefile.am | 1 + schemas/meson.build | 1 + schemas/org.mate.applications-messenger.gschema.xml | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 schemas/org.mate.applications-messenger.gschema.xml (limited to 'schemas') diff --git a/schemas/Makefile.am b/schemas/Makefile.am index ec4054d..434ac33 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -5,6 +5,7 @@ gsettings_SCHEMAS = \ org.mate.applications-at-visual.gschema.xml \ org.mate.applications-browser.gschema.xml \ org.mate.applications-calculator.gschema.xml \ + org.mate.applications-messenger.gschema.xml \ org.mate.applications-office.gschema.xml \ org.mate.applications-terminal.gschema.xml \ org.mate.background.gschema.xml \ diff --git a/schemas/meson.build b/schemas/meson.build index 6397445..c052ba1 100644 --- a/schemas/meson.build +++ b/schemas/meson.build @@ -22,6 +22,7 @@ schemas += [ 'org.mate.applications-at-visual.gschema.xml', 'org.mate.applications-browser.gschema.xml', 'org.mate.applications-calculator.gschema.xml', + 'org.mate.applications-messenger.gschema.xml', 'org.mate.applications-office.gschema.xml', 'org.mate.applications-terminal.gschema.xml', 'org.mate.debug.gschema.xml', diff --git a/schemas/org.mate.applications-messenger.gschema.xml b/schemas/org.mate.applications-messenger.gschema.xml new file mode 100644 index 0000000..621d213 --- /dev/null +++ b/schemas/org.mate.applications-messenger.gschema.xml @@ -0,0 +1,9 @@ + + + + '' + Instant Messaging application + Instant Messaging program to use when starting applications that require one. + + + -- cgit v1.2.1