To reproduce:
- configure kwallet
- apt install subversion
- run any svn command on a remote server that requires authentication over https (i.e. svn ls https://myserver/svn)
When the password in put into kwallet, and every time after that when it's accessed, I get
The subversion install README says the following:
As far as I can tell, I have all the proper plugins for KDE 5, but I'm fairly new to KDE, and especially KDE 5. I really have enjoyed it and do not want to go back to GNOME or Cinnamon, but many of my development tools break because of the error being sent to stderr.
Halp! Thanks.
- configure kwallet
- apt install subversion
- run any svn command on a remote server that requires authentication over https (i.e. svn ls https://myserver/svn)
When the password in put into kwallet, and every time after that when it's accessed, I get
Code:
org.kde.kwindowsystem Could not find any platform plugin
Subversion contains optional support for storing passwords in KWallet. Subversion will look for KF5Wallet, KF5CoreAddons, KF5I18n APIs by default, and needs kf5-config to find them. The KDELibs 4 api is also supported. KDELibs contains core KDE libraries. Subversion uses libkdecore and libkdeui libraries when support for KWallet is enabled. kde4-config is used to get some necessary options. pkg-config, D-Bus and Qt 4 are also required.
Halp! Thanks.