tech:gnome_gnome-keyring
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:gnome_gnome-keyring [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:gnome_gnome-keyring [2025/06/02 15:35] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 7: | Ligne 7: | ||
| Voir : | Voir : | ||
| * https:// | * https:// | ||
| + | |||
| == Interface GUI | == Interface GUI | ||
| + | |||
| <code bash> | <code bash> | ||
| sudo apt-get install seahorse | sudo apt-get install seahorse | ||
| seahorse | seahorse | ||
| </ | </ | ||
| + | |||
| == Reset | == Reset | ||
| Ligne 19: | Ligne 22: | ||
| rm ~/ | rm ~/ | ||
| </ | </ | ||
| + | |||
| == gnome-keyring-daemon sans X pour svn subversion | == gnome-keyring-daemon sans X pour svn subversion | ||
| Ligne 28: | Ligne 32: | ||
| * https:// | * https:// | ||
| - | <code ini ~/ | + | '' |
| + | <code ini> | ||
| [auth] | [auth] | ||
| password-stores = gnome-keyring | password-stores = gnome-keyring | ||
| </ | </ | ||
| - | <code ini ~/ | + | '' |
| + | <code ini> | ||
| [global] | [global] | ||
| store-passwords = yes | store-passwords = yes | ||
| Ligne 39: | Ligne 45: | ||
| </ | </ | ||
| - | <code bash ~/ | + | '' |
| + | <code bash> | ||
| if [ -e / | if [ -e / | ||
| if [ ! -z "`kill -0 $GNOME_KEYRING_PID 2>& | if [ ! -z "`kill -0 $GNOME_KEYRING_PID 2>& | ||
| Ligne 53: | Ligne 60: | ||
| </ | </ | ||
| - | <code bash ~/ | + | '' |
| + | <code bash> | ||
| # Kill the message bus established for SVN / Keyring communication | # Kill the message bus established for SVN / Keyring communication | ||
| if [ ! -z "`kill -0 $DBUS_SESSION_BUS_PID 2>& | if [ ! -z "`kill -0 $DBUS_SESSION_BUS_PID 2>& | ||
| Ligne 64: | Ligne 72: | ||
| fi | fi | ||
| </ | </ | ||
| + | |||
| === Pb keyring_tool | === Pb keyring_tool | ||
| Ligne 79: | Ligne 88: | ||
| / | / | ||
| </ | </ | ||
| + | |||
| + | |||
| == Désactiver gnome-keyring | == Désactiver gnome-keyring | ||
| Ligne 85: | Ligne 96: | ||
| Source https:// | Source https:// | ||
| - | <code ini / | + | '' |
| + | <code ini> | ||
| X-GNOME-Autostart-enabled=false | X-GNOME-Autostart-enabled=false | ||
| </ | </ | ||
| Ligne 91: | Ligne 103: | ||
| **Ou** | **Ou** | ||
| - | <code ini / | + | '' |
| + | <code ini> | ||
| NoDisplay=false | NoDisplay=false | ||
| </ | </ | ||
| Puis décocher l' | Puis décocher l' | ||
| + | |||
| === Autre solution | === Autre solution | ||
| Ligne 107: | Ligne 121: | ||
| chmod -x / | chmod -x / | ||
| </ | </ | ||
| + | |||
| + | |||
| === Pour Chromium | === Pour Chromium | ||
| - | <code ini / | + | '' |
| + | <code ini> | ||
| CHROMIUM_FLAGS=" | CHROMIUM_FLAGS=" | ||
| </ | </ | ||
| - | |||
| - | |||
| - | |||
tech/gnome_gnome-keyring.1742825205.txt.gz · Dernière modification : de 127.0.0.1
