https://bugs.kde.org/show_bug.cgi?id=456968
--- Comment #14 from Oded Arbel <[email protected]> --- I have the same issue in Neon unstable - after installing kwalletmanager, its main window is blank and no menu function is working. When opening the kwallet KCM, no wallet can be selected in the default wallet setting (the pull down is empty). Manually installing libkf5wallet-bin solves the problem. The issue is that kwalletmanager (and generally the kwallet system) relies on the D-Bus service org.kde.kwalletd5 that is provided by the libkf5wallet-bin package (containing both the .service file and the daemon executable), but there is no runtime dependency between the kwalletmanager Neon package and the libkf5wallet-bin package - so when you install the first, the second isn't installed causing a non-working configuration. On the other hand, kwalletcli does depend on libkf5wallet-bin, so installing it will also be a workaround, though it isn't installed by default (considered a developer tool?) and may have other dependency issues - as reported here, though I did not encounter these and can't comment further on that. I think the fix would be simple - include libkf5wallet-bin as a dependency of the kwalletmanager package. Maybe it should be picked up automatically by the build tools - I know dpkg-buildpackage automatically picks up linked shared library dependencies, so maybe it can be extended to pick up D-Bus service dependencies. -- You are receiving this mail because: You are watching all bug changes.
