-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
--pw-stdin stopped working #590
Copy link
Copy link
Closed
Description
I have used --pw-stdin in a script to open and unlock KeePassXC upon login, but it stopped working when I updated keepassxc to version 2.1.4.
Expected Behavior
This command should work fine to start and unlock KeePassXC:
keepassxc --keyfile ~/folder/keyfile.key --pw-stdin ~/anotherFolder/database.kdbx <<< password
Current Behavior
KeePassXC starts, but is still in a locked state. I have to open it up from the tray, and input the password to unlock it.
Steps to Reproduce (for bugs)
- Launch KeePassXC with the command above
Your Environment
- KeePassXC version/commit used: 2.1.4.r396.ga75746c7
- Qt version: 5.8.0
- Compiler: 4.0.0
- Operating System and version: Arch Linux with 4.11.2-1-zen kernel.
Reactions are currently unavailable