From: Frank Brehm Date: Tue, 9 Aug 2016 17:44:21 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ee387ca183b3196851ea513722e4b4b4a44af21d;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +x11-libs/libgksu-2.0.12-r2 --- diff --git a/gconf/schemas/gksu.schemas b/gconf/schemas/gksu.schemas new file mode 100644 index 00000000..e0ebff56 --- /dev/null +++ b/gconf/schemas/gksu.schemas @@ -0,0 +1,116 @@ + + + + + /schemas/apps/gksu/disable-grab + /apps/gksu/disable-grab + gksu + bool + false + + Disable keyboard and mouse grab + + 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. + + + + + + /schemas/apps/gksu/force-grab + /apps/gksu/force-grab + gksu + bool + false + + Force keyboard and mouse grab + + Grab keyboard and mouse even if -g has been passed as argument + on the command line. + + + + + + /schemas/apps/gksu/sudo-mode + /apps/gksu/sudo-mode + gksu + bool + false + + Sudo mode + + Whether sudo should be the default backend method. This method + is otherwise accessed though the -S switch or by running 'gksudo' + instead of 'gksu'. + + + + + + /schemas/apps/gksu/prompt + /apps/gksu/prompt + gksu + bool + false + + Prompt for grabbing + + 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. + + + + + + /schemas/apps/gksu/display-no-pass-info + /apps/gksu/display-no-pass-info + gksu + bool + true + + Display information message when no password is needed + + 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. + + + + + + /schemas/apps/gksu/save-to-keyring + /apps/gksu/save-to-keyring + gksu + bool + true + + Save password to gnome-keyring + + gksu can save the password you type to the gnome-keyring so you'll + not be asked everytime + + + + + + /schemas/apps/gksu/save-keyring + /apps/gksu/save-keyring + gksu + string + session + + Keyring to which passwords will be saved + + 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. + + + + + +