Source: keepassxc Version: 2.7.10+dfsg1-2.1 Severity: important 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 -- System Information: Debian Release: forky/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 7.0.4+deb14-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled

