summaryrefslogtreecommitdiff
path: root/portato/gui/gtk/wrapper.py
diff options
context:
space:
mode:
authornecoro <>2007-06-01 17:14:57 +0000
committernecoro <>2007-06-01 17:14:57 +0000
commitbc3dd317e903190cbf4490948b5e45583d95b97f (patch)
tree4616fd01414328693e69dab8a5b3d6d8d81c801f /portato/gui/gtk/wrapper.py
parent4de5cead1dea32c5f37c6ab9e65280ccda1db3fd (diff)
downloadportato-bc3dd317e903190cbf4490948b5e45583d95b97f.tar.gz
portato-bc3dd317e903190cbf4490948b5e45583d95b97f.tar.bz2
portato-bc3dd317e903190cbf4490948b5e45583d95b97f.zip
0.7.4
Diffstat (limited to 'portato/gui/gtk/wrapper.py')
0 files changed, 0 insertions, 0 deletions
eletions'>-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3