michaelk83
michaelk83
This may also fix #7747 .
> > I think it makes very little sense to have the default alias switch between different databases, since client apps expect to find their passwords where they stored them....
Why is JSON parsed at all? KPXC should not care what the content of the fields is, JSON or otherwise. If it is needed for REF handling, pass it through...
The Secret Service API does not support multiple (protected) string fields or custom data. https://specifications.freedesktop.org/secret-service/latest/ch14.html#type-Secret https://specifications.freedesktop.org/secret-service/latest/re02.html#org.freedesktop.Secret.Collection.CreateItem There is only one value field in the `Secret` struct. It does support multiple...
Some KDE apps have command line arguments to run in single-instance mode. For example, [`kate` has a `-u|--use` switch to reuse a running instance](https://linux.die.net/man/1/kate) when opening a file. The same...
It could also be useful to have an environment variable for this, so that the end user can force a client application to use a specific collection of their choice...
Probably better wait with this one. The Secret Service support in KWallet is still brand new, and suffers from some bugs/limitations: https://bugs.kde.org/show_bug.cgi?id=458085 https://bugs.kde.org/show_bug.cgi?id=458644 Until 458644 is fixed, this comment is...
PR is at #221 (to link it properly here), but there are some blockers. See the blockers list in [KDE bug 458318](https://bugs.kde.org/show_bug.cgi?id=458318).
@droidmonkey can KPXC explicitly tell macOS to focus the other window? If the problem is that it needs to be active itself first, then it could do that *before* minimizing...
The profiles should be compatible with OG KeePass. As I recall, there was a specification of it somewhere.