Keepassxc doesn't show open or save dialogs

So: Keepassxc doesn’t show open or save dialogs. There are no errors.
I’m not sure what the problem is but if I try the flatpak it does work.

~ >>> keepassxc --debug-info                                                   
KeePassXC - Version 2.6.1
Revision: 9a35bba

Qt 5.15.1
Debugging mode is disabled.

Operating system: Manjaro Linux
CPU architecture: x86_64
Kernel: linux 5.8.16-2-MANJARO

Enabled extensions:
- Auto-Type
- Browser Integration
- SSH Agent
- KeeShare (signed and unsigned sharing)
- YubiKey
- Secret Service Integration

Cryptographic libraries:
 libgcrypt 1.8.6

did you try to start it from terminal to see if you get any usefull information?.
I don’t have any issue with keepassxc on plasma.

I have the same issue, and started from terminal there is no additional output giving any hint on why its not opening the dialog.
The already cached database it opens without problems though.

Its the version 2.6.1 by the way.

keepassxc --debug-info
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
KeePassXC - Version 2.6.1
Revision: 9a35bba

Qt 5.15.1
Diagnosemodus ist deaktiviert.

Betriebssystem: Manjaro Linux
CPU-Architektur: x86_64
Kernel: linux 5.9.1-1-MANJARO

Aktivierte Erweiterungen:
- Auto-Type
- Browser-Integration
- SSH-Agent
- KeeShare (bestätigtes und unbestätigtes Teilen)
- YubiKey
- Secret-Service-Integration

Kryptographische Bibliotheken:
 libgcrypt 1.8.6

I am not experiencing any problems with KeePassXC 2.6.1 on Gnome 3.36.6. Have you tried uninstalling (and purging/cleaning) and reinstalling?

Debug Info
=> keepassxc --debug-info
KeePassXC - Version 2.6.1
Revision: 9a35bba

Qt 5.15.0
Debugging mode is disabled.

Operating system: Manjaro Linux
CPU architecture: x86_64
Kernel: linux 5.8.6-1-MANJARO

Enabled extensions:
- Auto-Type
- Browser Integration
- SSH Agent
- KeeShare (signed and unsigned sharing)
- YubiKey
- Secret Service Integration

Cryptographic libraries:
 libgcrypt 1.8.6

Mhmm - are you running under wayland or xorg?

oh I see that I (am on testing) am ahead in QT - your on Qt 5.15.0 so both wayland session or QT could be it.

Yep, just noticed you are under Wayland. That’s likely the problem. I’m using Xorg because Barrier does not work correctly under Wayland.

Having the exact same problem. No file chooser dialogs at all. I’m using Xorg.

~ ► keepassxc --debug-info
KeePassXC - Version 2.6.1
Revision: 9a35bba

Qt 5.15.1
Debugging mode is disabled.

Operating system: Manjaro Linux
CPU architecture: x86_64

Puting on and one together from our debug outputs - it seems its the QT 5.15.1 thats causing it.

Anyone any idea how the package is called so I can try and downgrade it maybe?

It might be qt5-base. That’s at least a starting point, I think. I see several qt5-* packages.

I tried downgrading qt5-base qt5-svg qt5-x11extras to 5.15.0 but sadly this doesn’t fix it.

I switched to the AppImage version for now. This works. Not the desired solution, though.