summaryrefslogtreecommitdiff
path: root/net-misc/spice-gtk/files/spice.schemas
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-12-05 13:03:54 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2014-12-05 13:03:54 +0300
commite986c6e906ba933574274209e0e5b36761c78fb0 (patch)
tree63d321b691471aa29859b20466875c14be463cc5 /net-misc/spice-gtk/files/spice.schemas
parent0dd96c4b44816cb850a4c896fcdd1e7e3b5b7431 (diff)
added spice-gtk live ebuild from gnome repo (with little compilation fixes)
Diffstat (limited to 'net-misc/spice-gtk/files/spice.schemas')
-rw-r--r--net-misc/spice-gtk/files/spice.schemas41
1 files changed, 41 insertions, 0 deletions
diff --git a/net-misc/spice-gtk/files/spice.schemas b/net-misc/spice-gtk/files/spice.schemas
new file mode 100644
index 0000000..43b1217
--- /dev/null
+++ b/net-misc/spice-gtk/files/spice.schemas
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+<schemalist>
+<schema>
+ <key>/schemas/desktop/gnome/url-handlers/spice/enabled</key>
+ <applyto>/desktop/gnome/url-handlers/spice/enabled</applyto>
+ <owner>spice</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>How to handle spice URLs</short>
+ <long>Set to true to have a program specified in command handle spice URLs</long>
+ </locale>
+</schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/spice/command</key>
+ <applyto>/desktop/gnome/url-handlers/spice/command</applyto>
+ <owner>spice</owner>
+ <type>string</type>
+ <default>/usr/bin/spicy --uri="%s"</default>
+ <locale name="C">
+ <short>URL handler for spice URIs</short>
+ <long>URL handler for spice URIs</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/spice/need-terminal</key>
+ <applyto>/desktop/gnome/url-handlers/spice/need-terminal</applyto>
+ <owner>spice</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Run program in terminal</short>
+ <long>True if the program to handle this URL should be run in a terminal</long>
+ </locale>
+ </schema>
+</schemalist>
+</gconfschemafile>
+