You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following issue #150 : file org.kde.KWallet.xml is out-of-date.
Since it's probably an ancient copy of the one from kwallet, does it make sense to use the one from kwallet package to build qtkeychain ?
(kwallet provides /usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml on my system).
Test: building qtkeychain with that file from kwallet is fine here.
Which package is this from, in your distro? One would have to add a config check i guess, and maybe still have a version inside the repo as fallback (it could be updated though), I guess. My only fear is that depending on the system qtkeychain was built on, behavior might slightly change or even fail on older target systems, when deploying an application with qtkeychain built in. (instead of relying on a qtkeychain package from the distribution). But then, using a vastly outdated interface could lead to the same kind of issues. So...
kwallet 5.75 (as stated in gist diff).
In the meantime, I've pushed the use of org.kde.KWallet.xml from kwallet in qtkeychain's package in VoidLinux (see [1])
So far, It working fine via nextcloud client.
hello,
following issue #150 : file
org.kde.KWallet.xml
is out-of-date.Since it's probably an ancient copy of the one from kwallet, does it make sense to use the one from kwallet package to build qtkeychain ?
(kwallet provides
/usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml
on my system).Test: building qtkeychain with that file from kwallet is fine here.
I've compared the two files, and apart from `s,com.trolltech.,org.qtproject.,' there are only additional entries with the one from kwallet: (diff here: https://gist.github.com/yopito/7d02d8be0574d6c11bfb6e745e1e9ea3)
The text was updated successfully, but these errors were encountered: