https://bugs.kde.org/show_bug.cgi?id=502808
--- Comment #28 from Eduard <[email protected]> --- (In reply to michaelk83 from comment #27) > 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 Thanks! Amazing. That fixes it. Yes there's a `org.kde.kwalletd5.service` and a `org.kde.kwalletd6.service` in `/usr/share/dbus-1/services/`, and the first one still has `Exec=/usr/bin/kwalletd5` configured. Putting it in ~/.local/share/dbus-1/services/ and adjusting it does indeed fix it. Remmina does not ask for a password anymore after login into the KDE desktop and I see kwalletd6 running and no longer kwalletd5. The KWalllet Manager also shows an open wallet. I'm learning new things here, really useful. Just lacked exact knowledge about how things where wired, but it's not difficult to understand. > Yes, that's what the patch in this issue is supposed to fix. I don't know if > Arch already applied it though. I see. So that Remmina would not even have to do it. Probably Arch hasn't applied it yet then. And it's also up to them to eventually fix the path in `org.kde.kwalletd5.service`, but I guess they are probably not going to change that as long as they have the kwallet5 package still in the repos (since that's still the package which owns that file, putting another version in the version 6 kwallet package would create a conflict I guess). -- You are receiving this mail because: You are watching all bug changes.
