/usr/share/gconf/schemas/gksu.schemas is in libgksu2-0 2.0.13~pre1-6ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | <gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gksu/disable-grab</key>
<applyto>/apps/gksu/disable-grab</applyto>
<owner>gksu</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Disable keyboard and mouse grab</short>
<long>
Whether the keyboard and mouse grabbing should be turned
off. This will make it possible for other X applications to
listen to keyboard input events, thus making it not possible
to shield from malicious applications which may be running.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gksu/force-grab</key>
<applyto>/apps/gksu/force-grab</applyto>
<owner>gksu</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Force keyboard and mouse grab</short>
<long>
Grab keyboard and mouse even if -g has been passed as argument
on the command line.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gksu/sudo-mode</key>
<applyto>/apps/gksu/sudo-mode</applyto>
<owner>gksu</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Sudo mode</short>
<long>
Whether sudo should be the default backend method. This method
is otherwise accessed though the -S switch or by running 'gksudo'
instead of 'gksu'.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gksu/prompt</key>
<applyto>/apps/gksu/prompt</applyto>
<owner>gksu</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Prompt for grabbing</short>
<long>
This option will make gksu prompt the user if he wants to have
the screen grabbed before entering the password. Notice that this
only has an effect if force-grab is disabled.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gksu/display-no-pass-info</key>
<applyto>/apps/gksu/display-no-pass-info</applyto>
<owner>gksu</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Display information message when no password is needed</short>
<long>
This option determines whether a message dialog will be displayed
informing the user that the program is being run without the need
of a password being asked for some reason.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gksu/save-to-keyring</key>
<applyto>/apps/gksu/save-to-keyring</applyto>
<owner>gksu</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Save password to gnome-keyring</short>
<long>
gksu can save the password you type to the gnome-keyring so you'll
not be asked everytime
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gksu/save-keyring</key>
<applyto>/apps/gksu/save-keyring</applyto>
<owner>gksu</owner>
<type>string</type>
<default>session</default>
<gettext_domain>libgksu</gettext_domain>
<locale name="C">
<short>Keyring to which passwords will be saved</short>
<long>
The name of the keyring gksu should use. Usual values are "session",
which saves the password for the session, and "default", which saves the
password with no timeout.
</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|