diff options
Diffstat (limited to 'data/apturl.schemas.in')
-rw-r--r-- | data/apturl.schemas.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/data/apturl.schemas.in b/data/apturl.schemas.in new file mode 100644 index 0000000..f67b3e3 --- /dev/null +++ b/data/apturl.schemas.in @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/desktop/gnome/url-handlers/apt/enabled</key> + <applyto>/desktop/gnome/url-handlers/apt/enabled</applyto> + <owner>apturl</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Whether the specified command should handle "apt" URLs</short> + <long>True if the command specified in the "command" key should handle "apt" URLs.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/apt/command</key> + <applyto>/desktop/gnome/url-handlers/apt/command</applyto> + <owner>apturl</owner> + <type>string</type> + <default>apturl "%s"</default> + <locale name="C"> + <short>The handler for "apt" URLs</short> + <long>The command used to handle "apt" URLs, if enabled.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/gnome/url-handlers/apt/needs_terminal</key> + <applyto>/desktop/gnome/url-handlers/apt/needs_terminal</applyto> + <owner>apturl</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Run the command in a terminal</short> + <long>True if the command used to handle this type of URL should be run in a terminal.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> |