Narrat
Narrat
Personally I didn't ran into such an issue. Regarding how to solve this. You could try to open the tomb the manual way. See [this](https://github.com/dyne/Tomb#how-secure-is-this) from the README Edit: You...
Can confirm this behaviour. Although it doesn't annoy me that much.
Just creating the connection to https://github.com/carnager/rofi-pass/issues/223
Currently not. And looking at the timer solution in pass-tomb, I doubt it would be implemented like that as it uses a systemd timer. Maybe as an extra tool. An...
@roddhjav: Whatever gets the job done. :) I don't have a problem with systemd based solutions. The issue is more like, it requires distributions which use systemd. The rest is...
Could you run tomb with -D for debug output? Just curious if it breaks in the region of line 2501
No, it doesn't give line numbers, but in that region are verbose messages which maybe can tell the state of vars. But will try to setup hooks. Never did that...
As an optional dep propably not a bad idea. At least for the contents of the tomb itself. Not sure what to think of it, to check the tomb file...
Just as a note, so we don't fragment a conversation about a specific issue/wish (dropping the need for sudo) in more than one topic :) https://github.com/dyne/Tomb/issues/197 Would really nice if...
The env var is tied to a specific user. For example: `DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus` So as you invoke tomb with `sudo` this env isn't available. The reason for this? Depends on your...