projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Little script for unlocking Default GNOME Keyring
[~bandali/configs]
/
x
/
.local
/
bin
/
unlock-def-gk.py
Commit
Line
Data
85e3148b
AB
1
#! /usr/bin/env python2
2
import gnomekeyring as gk
3
# list_item_ids_sync('login')[0] == 1L
4
gk.unlock_sync('Default_keyring',gk.item_get_info_sync('login',1L).get_secret())