source: trunk/debathena/debathena/console/debathena-console.schemas @ 23943

Revision 23943, 981 bytes checked in by geofft, 15 years ago (diff)
Add debathena-console package. This is the application for solving Trac #286 ("some equivalent of console in this brave new world"), though not the configuration to hook it into the login process, which should go in a separate package.
Line 
1<gconfschemafile>
2<schemalist>
3<schema>
4  <key>/schemas/apps/debathena-console/blink</key>
5  <owner>debathena-console</owner>
6  <type>bool</type>
7  <default>false</default>
8  <locale name="C">
9    <short>Blink on input</short>
10    <long>Blink the status icon whenever input is received.</long>
11  </locale>
12</schema>
13<schema>
14  <key>/schemas/apps/debathena-console/auto_hide</key>
15  <owner>debathena-console</owner>
16  <type>int</type>
17  <default>0</default>
18  <locale name="C">
19    <short>Hide after seconds</short>
20    <long>The interval, in seconds, after which the console window is hidden.</long>
21  </locale>
22</schema>
23<schema>
24  <key>/schemas/apps/debathena-console/start_visible</key>
25  <owner>debathena-console</owner>
26  <type>bool</type>
27  <default>false</default>
28  <locale name="C">
29    <short>Console is visible on startup</short>
30    <long>Determines whether the console is visible when it initially starts.</long>
31  </locale>
32</schema>
33</schemalist>
34</gconfschemafile>
Note: See TracBrowser for help on using the repository browser.