/usr/share/glib-2.0/schemas/org.cinnamon.desktop.default-applications.gschema.xml is in cinnamon-desktop-data 3.2.4-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema path="/org/cinnamon/desktop/applications/" id="org.cinnamon.desktop.default-applications">
<child schema="org.cinnamon.desktop.default-applications.office" name="office"/>
<child schema="org.cinnamon.desktop.default-applications.terminal" name="terminal"/>
</schema>
<schema path="/org/cinnamon/desktop/applications/office/" id="org.cinnamon.desktop.default-applications.office">
<child schema="org.cinnamon.desktop.default-applications.office.calendar" name="calendar"/>
<child schema="org.cinnamon.desktop.default-applications.office.tasks" name="tasks"/>
</schema>
<schema path="/org/cinnamon/desktop/applications/office/calendar/" id="org.cinnamon.desktop.default-applications.office.calendar">
<key type="s" name="exec">
<default>'evolution -c calendar'</default>
<summary>Default calendar</summary>
<description>Default calendar application</description>
</key>
<key type="b" name="needs-term">
<default>false</default>
<summary>Calendar needs terminal</summary>
<description>Whether the default calendar application needs a terminal to run.</description>
</key>
</schema>
<schema path="/org/cinnamon/desktop/applications/office/tasks/" id="org.cinnamon.desktop.default-applications.office.tasks">
<key type="s" name="exec">
<default>'evolution -c tasks'</default>
<summary>Default tasks</summary>
<description>Default tasks application.</description>
</key>
<key type="b" name="needs-term">
<default>false</default>
<summary>Tasks needs terminal</summary>
<description>Whether the default tasks application needs a terminal to run.</description>
</key>
</schema>
<schema path="/org/cinnamon/desktop/applications/terminal/" id="org.cinnamon.desktop.default-applications.terminal">
<key type="s" name="exec">
<default>'gnome-terminal'</default>
<summary>Terminal application</summary>
<description>Terminal program to use when starting applications that require one.</description>
</key>
<key type="s" name="exec-arg">
<default>'-x'</default>
<summary>Exec Arguments</summary>
<description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
</key>
</schema>
</schemalist>
|