summaryrefslogtreecommitdiff
path: root/portato/gui/templates/PluginWindow.glade
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-01-28 16:05:16 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-01-28 16:05:16 +0100
commit5339ea7a621fc2a406198961613a1e9778ca1339 (patch)
tree91ef16854ae478a01d7f2a7c7d581bfd962dcc1a /portato/gui/templates/PluginWindow.glade
parent816fbaf42407fbbb8466c0d08d64fc11f605e5b6 (diff)
parent1f25c87bad1ffcbe7708a3126c9465fba6644fe5 (diff)
downloadportato-5339ea7a621fc2a406198961613a1e9778ca1339.tar.gz
portato-5339ea7a621fc2a406198961613a1e9778ca1339.tar.bz2
portato-5339ea7a621fc2a406198961613a1e9778ca1339.zip
Merged in new session stuff
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
sion1.6.4Jason A. Donenfeld1-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