forked from langemeijer/phpstorm-deb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstorm.schemas
45 lines (41 loc) · 1.58 KB
/
phpstorm.schemas
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
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/url-handlers/pbfile/enabled</key>
<applyto>/desktop/gnome/url-handlers/pbfile/enabled</applyto>
<owner>phpstorm</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>phpstorm</gettext_domain>
<locale name="C">
<short>Whether the specified command should handle "pbfile" URLs</short>
<long>True if the command specified in the "command" key should handle "pbfile" URLs.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/pbfile/command</key>
<applyto>/desktop/gnome/url-handlers/pbfile/command</applyto>
<owner>phpstorm</owner>
<type>string</type>
<default>/home/casper/phpstorm-url-handler "%s"</default>
<gettext_domain>phpstorm</gettext_domain>
<locale name="C">
<short>The handler for "pbfile" URLs</short>
<long>The command used to handle "pbfile" URLs, if enabled.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/pbfile/needs_terminal</key>
<applyto>/desktop/gnome/url-handlers/pbfile/needs_terminal</applyto>
<owner>phpstorm</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>phpstorm</gettext_domain>
<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>