I just installed keepassxc-full on my wayland system, but when I tried
to launch it, I got the following error:
```sh
diederik@bagend:~$ keepassxc
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Aborted (core dumped) keepassxc
```
A StackOverflow answer pointed to the solution (and Bug #1004361)[1]:
install qtwayland5
After doing exactly that, keepassxc started successfully.
Due to this (more helpful error message), quassel-client now works too :-)
Cheers,
Diederik
[1] https://stackoverflow.com/questions/69994530/qt-qpa-plugin-could-not-find-the-qt-platform-plugin-wayland#71402854