https://bugs.kde.org/show_bug.cgi?id=456968

Hugues Morisset <morisset.hug...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |morisset.hug...@gmail.com

--- Comment #2 from Hugues Morisset <morisset.hug...@gmail.com> ---
Hello, I go the same issue after updating on kde neon testing.

The problem is kwalletcli got uninstalled because of a dependency problem on
`libqca-qt5-2`

I got it temporarily working with this dirty hack:

```
- Download  libkf5wallet-bin ->
https://origin.archive.neon.kde.org/testing/pool/main/k/kwallet-kf5/libkf5wallet-bin_5.96.0+p20.04+tunstable+git20220716.0119-0_amd64.deb
- Use this
https://unix.stackexchange.com/questions/138188/easily-unpack-deb-edit-postinst-and-repack-deb
to unpack the deb
- Open DEBIAN/control and change the version for libqca-qt5-2 to
2.3.4+p20.04+tstable+git20220713.0040-0
- Repack the deb 
- sudo dpkg -i fixed.deb
- sudo apt install kwalletcli
- pkill gpg-agent
- It now works
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to