https://bugs.kde.org/show_bug.cgi?id=502808
--- Comment #27 from michaelk83 <[email protected]> --- (In reply to Eduard from comment #26) > When I check the Remmina code on gitlab (https://gitlab.com/Remmina/Remmina), > I also see no references to kwallet 6, it's all kwalletd5. I only see two references to org.kde.kwalletd5, which is the API endpoint, not the binary. This endpoint is also provided by the new kwallet. Basically, Remmina makes calls to the API, and that probably launches the wallet via DBus activation (if it's not already running). If it ends up launching the old binary, likely your DBus activation file for org.kde.kwalletd5 is pointing at the old binary. You can override that by creating a ~/.local/share/dbus-1/services/org.kde.kwalletd5.service file with the following content: > [D-BUS Service] > Name=org.kde.kwalletd5 > Exec=/usr/bin/kwalletd6 > What I find really interesting though, when I launch the KWallet Manager and > manually click to open the wallet first, before starting Remmina, it seems > the login prompt doesn't appear at all and Remmina just works, it also does > not want to launch kwalletd5. > Shouldn't it do that automatically on startup after login? I'm getting even > more confused. Yes, that's what the patch in this issue is supposed to fix. I don't know if Arch already applied it though. -- You are receiving this mail because: You are watching all bug changes.
