Val V
Val V
I experience a similar issue when imapfilter dies once in a while (a couple of times per month) and gets restarted by systemd. Here's my setup (relevant details): ```lua …...
Excellent, thanks for implementing this. I tested this both in regular and TOTP mode: works perfectly. One request though: maybe add `xclip` as a fallback if `xsel` is not available?
@firecat53 I think you meant "I can add xclip" :)
Tried it, copy/paste works as expected. The commit [changed](https://github.com/firecat53/keepmenu/commit/cb98c1e1883639b7f0885d442989daf86f97b495#diff-5eef5738ea670ec908ddda29d9fbede688dac3af7f3bdf9d9aab2def163edb05R383) clear behavior though? I use `-C` flag, several minutes later I can access secret data via both `xsel` and `xclip -o`.
Yeah, I cloned the fresh repo right before I posted this comment.
OK, steps to reproduce: 1. `git clone [email protected]:firecat53/keepmenu.git` 2. `cd keepmenu` 3. `git checkout develop` 4. `make` 5. `. venv/bin/activate` 6. `keepmenu -C` 7. Select an entry 8. Test somewhere...
I know what was happening: while testing copy-paste in the browser I was accidentally selecting the whole entry with the mouse to delete it in the input field, which was...
Hmm, strange. Tried to use totp mode today: it seems it stopped working with the latest clipboard changes.
Yeah, it works on one machine and doesn't on another. I'll be able to provide more info soon.
The problem disappeared on its own after updating to the latest commit. I think it's safe to mark it as resolved.