]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 09:28:29 +0000 (10:28 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 09:28:29 +0000 (10:28 +0100)
Package changes:
+x11-libs/libgksu-2.0.12-r1

.etckeeper
gconf/schemas/gksu.schemas [new file with mode: 0644]

index 3e5a112f87b844f1b2e9f20b3b888850b4fed5d7..129645f8177268268ed41cb93bec6cff23c5da4c 100755 (executable)
@@ -609,6 +609,7 @@ maybe chmod 0644 './gconf/schemas/gconf-editor.schemas'
 maybe chmod 0644 './gconf/schemas/gedit-file-browser.schemas'
 maybe chmod 0644 './gconf/schemas/gedit.schemas'
 maybe chmod 0644 './gconf/schemas/gitg.schemas'
+maybe chmod 0644 './gconf/schemas/gksu.schemas'
 maybe chmod 0644 './gconf/schemas/gnome-dictionary.schemas'
 maybe chmod 0644 './gconf/schemas/gnome-screenshot.schemas'
 maybe chmod 0644 './gconf/schemas/gnome-search-tool.schemas'
diff --git a/gconf/schemas/gksu.schemas b/gconf/schemas/gksu.schemas
new file mode 100644 (file)
index 0000000..e0ebff5
--- /dev/null
@@ -0,0 +1,116 @@
+<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>
+      <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>
+      <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>
+      <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>
+      <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>true</default>
+      <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>true</default>
+      <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>
+      <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>