summary refs log tree commit diff stats
path: root/src/common/dbus/apps_hexchat_url_handler.schemas
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-18 15:18:43 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-18 15:18:43 +0200
commit746d9b542bb70764366e2dd406e74a60893aa192 (patch)
tree05c171bc06e88a159c06d710f9d42909b894adbc /src/common/dbus/apps_hexchat_url_handler.schemas
parent1b0c07f8ea3415ebc4dcae2f87e5d529a83bb7b9 (diff)
Complete the rebranding of the D-Bus plugin
Diffstat (limited to 'src/common/dbus/apps_hexchat_url_handler.schemas')
-rw-r--r--src/common/dbus/apps_hexchat_url_handler.schemas37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/common/dbus/apps_hexchat_url_handler.schemas b/src/common/dbus/apps_hexchat_url_handler.schemas
new file mode 100644
index 00000000..7a91657b
--- /dev/null
+++ b/src/common/dbus/apps_hexchat_url_handler.schemas
@@ -0,0 +1,37 @@
+<gconfschemafile>
+	<schemalist>
+		<schema>
+			<key>/schemas/desktop/gnome/url-handlers/irc/command</key>
+			<applyto>/desktop/gnome/url-handlers/irc/command</applyto>
+			<owner>hexchat</owner>
+			<type>string</type>
+			<default>hexchat --existing --url=%u</default>
+			<locale name="C">
+				<short>The handler for "irc://" URLs</short>
+			</locale>
+		</schema>
+
+		<schema>
+			<key>/schemas/desktop/gnome/url-handlers/irc/enabled</key>
+			<applyto>/desktop/gnome/url-handlers/irc/enabled</applyto>
+			<owner>hexchat</owner>
+			<type>bool</type>
+			<default>true</default>
+			<locale name="C">
+				<short>Set it at TRUE if you want it activated</short>
+			</locale>
+		</schema>
+
+		<schema>
+			<key>/schemas/desktop/gnome/url-handlers/irc/needs_terminal</key>
+			<applyto>/desktop/gnome/url-handlers/irc/needs_terminal</applyto>
+			<owner>hexchat</owner>
+			<type>bool</type>
+			<default>false</default>
+			<locale name="C">
+				<short>Run hexchat in a terminal?</short>
+			</locale>
+		</schema>
+
+	</schemalist>
+</gconfschemafile>