summaryrefslogtreecommitdiff
path: root/portato/gui/windows
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-09 23:30:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-09 23:30:53 +0200
commitaf97ad95d87fb3513b85e9c178ef88bb51aa86a5 (patch)
tree5c4eead4e6a5d35f8ee1e95d0b6dd300594a0ef6 /portato/gui/windows
parentb166a860bc1d645208b6ecab5270b64fca34188b (diff)
downloadportato-af97ad95d87fb3513b85e9c178ef88bb51aa86a5.tar.gz
portato-af97ad95d87fb3513b85e9c178ef88bb51aa86a5.tar.bz2
portato-af97ad95d87fb3513b85e9c178ef88bb51aa86a5.zip
Updated translations
Diffstat (limited to 'portato/gui/windows')
0 files changed, 0 insertions, 0 deletions
ss='deletions'>-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