forked from tualatrix/ubuntu-tweak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuturl.schemas.in
38 lines (38 loc) · 1.38 KB
/
uturl.schemas.in
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
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/url-handlers/ut/enabled</key>
<applyto>/desktop/gnome/url-handlers/ut/enabled</applyto>
<owner>uturl</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Whether the specified command should handle "ut" URLs</short>
<long>True if the command specified in the "command" key should handle "ut" URLs.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/ut/command</key>
<applyto>/desktop/gnome/url-handlers/ut/command</applyto>
<owner>uturl</owner>
<type>string</type>
<default>/usr/share/ubuntu-tweak/uturl "%s"</default>
<locale name="C">
<short>The handler for "ut" URLs</short>
<long>The command used to handle "ut" URLs, if enabled.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/ut/needs_terminal</key>
<applyto>/desktop/gnome/url-handlers/ut/needs_terminal</applyto>
<owner>uturl</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>