blob: 1f8b59bca1ac008ea65c156e1965f3c45b38804a [file] [log] [blame]
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -04001<?xml version="1.0" encoding="UTF-8"?>
2<schemalist>
3 <schema path="/cx/ring/RingGnome/" id="cx.ring.RingGnome">
4 <key name="start-on-login" type="b">
5 <default>true</default>
6 <summary>Start Ring on login.</summary>
7 <description>Start Ring on login. Only supported on XDG compliant desktop environments.</description>
8 </key>
Stepan Salenikovich982b2882016-06-15 13:13:37 -04009 <key name="show-status-icon" type="b">
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040010 <default>true</default>
Stepan Salenikovich982b2882016-06-15 13:13:37 -040011 <summary>Show status (system tray) icon.</summary>
12 <description>When set to true Ring will continue to run if the main window is closed.</description>
Stepan Salenikovichbc6c4be2015-07-31 16:07:54 -040013 </key>
14 <key name="bring-window-to-front" type="b">
15 <default>true</default>
16 <summary>Bring window to foreground on incoming calls.</summary>
17 <description>Bring window to foreground on incoming calls.</description>
18 </key>
Stepan Salenikovich982b2882016-06-15 13:13:37 -040019 <key name="show-main-window" type="b">
20 <default>true</default>
21 <summary>Saves whether or not the main window is currently visible or not.</summary>
22 <description>This is used when launching the application with the '--restore-last-window-state' option, which will launch the application with the main window in the same state as when Ring was last quit.</description>
Stepan Salenikovichbb9c24e2015-09-15 09:55:02 -040023 </key>
Stepan Salenikovicha5e8e362015-11-05 16:50:48 -050024 <key name="chat-pane-horizontal" type="b">
25 <default>true</default>
26 <summary>Display the chat to the rigth (default) or at the bottom.</summary>
27 <description>If the chat pane is horizontal then the chat is displayed to the right of the video; otherwise it will be displayed bellow it.</description>
28 </key>
Stepan Salenikovich5a127672016-09-13 11:19:50 -040029 <key name="enable-call-notifications" type="b">
30 <default>true</default>
31 <summary>Enable notifications for incoming calls.</summary>
32 </key>
33 <key name="enable-chat-notifications" type="b">
34 <default>true</default>
35 <summary>Enable notifications for new chat messages.</summary>
36 </key>
Stepan Salenikovichba87ae22016-09-13 14:27:20 -040037 <key name="window-width" type="i">
38 <default>800</default>
39 <summary>Main window width.</summary>
40 <description>Main window width.</description>
41 </key>
42 <key name="window-height" type="i">
43 <default>500</default>
44 <summary>Main window height.</summary>
45 <description>Main window height.</description>
46 </key>
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040047 </schema>
48</schemalist>