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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/fast-user-switch-applet/per-applet/display_style</key>
<owner>fast-user-switch-applet</owner>
<type>string</type>
<default>username</default>
<locale name="C">
<short>Display Style</short>
<long>Specifies how to display the applet in the panel. Use "username"
to display the current user's name, "icon" to show the people icon, or
"text" to use the word `Users.'</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fast-user-switch-applet/per-applet/lock_screen_after_switch</key>
<owner>fast-user-switch-applet</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Lock Screen After Switch</short>
<long>Whether or not to lock the screen after switching to a different
console.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fast-user-switch-applet/per-applet/use_xnest</key>
<owner>fast-user-switch-applet</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Use Xnest</short>
<long>Whether or not to create new Xnest windows instead of spawning
new consoles when switching users.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fast-user-switch-applet/show_screen_item</key>
<applyto>/apps/fast-user-switch-applet/show_screen_item</applyto>
<owner>fast-user-switch-applet</owner>
<type>string</type>
<default>never</default>
<locale name="C">
<short>Show "Other" Menuitem</short>
<long>When to show the "Other" item. Possible values include:
"always" to always show the item, "never" to never show the item, and
"auto" (the default) to show the item when the applet is in console (not
Xnest) mode.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fast-user-switch-applet/show_window_item</key>
<applyto>/apps/fast-user-switch-applet/show_window_item</applyto>
<owner>fast-user-switch-applet</owner>
<type>string</type>
<default>auto</default>
<locale name="C">
<short>Show "Login Window" Menuitem</short>
<long>When to show the "Login Window" item. Possible values include:
"always" to always show the item, "never" to never show the item, and
"auto" (the default) to show the item when the applet is in Xnest mode.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/fast-user-switch-applet/show_active_users_only</key>
<applyto>/apps/fast-user-switch-applet/show_active_users_only</applyto>
<owner>fast-user-switch-applet</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Show Active Users Only</short>
<long>Whether to show only users who are currently logged in, or all
users.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|