Jonathan White
Jonathan White
Not reproducible
I believe this is because on Linux we make the unlock dialog "Always on Top" to avoid issues with various desktop environments not letting us raise the window.
Did this behavior just start happening with 2.7.11?
Do you mind testing with 2.7.10 portable version to confirm if this is a new behavior? I made a pretty important change to keeshare merge behavior and I hope I...
Wondering if it was this change: https://github.com/keepassxreboot/keepassxc/blob/develop/src%2Fgui%2FDatabaseWidget.cpp#L1398-L1401
We support autocompletion already, you need to have readline installed. https://github.com/keepassxreboot/keepassxc/blob/develop/src/cli/keepassxc-cli.cpp#L88
Did you compile keepassxc for yourself?
You know what I just realized we never hooked up a completer to our readline use so it will not complete commands! This needs to be done.
We should actually use linenoise-ng instead of readline library. We can embed it directly into our code base, very small footprint. https://github.com/arangodb/linenoise-ng