-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Note: Please write your issue only in english
Description
When launching the kDrive AppImage (version 3.7.2.20250703) on Fedora 41 with KDE Plasma running on Wayland, the app crashes immediately. The kDrive_client process aborts with signal SIGABRT and no GUI appears. The app only works if launched with QT_QPA_PLATFORM=xcb.
Steps to reproduce
Steps to reproduce the behavior:
- Use Fedora 42 with KDE Plasma on Wayland session (default).
- Download the official kDrive AppImage version 3.7.2.20250703.
- Run the AppImage normally via terminal or double-click:
- Observe the app crashes with no GUI shown.
Expected behavior
The application should start normally and show the GUI without needing to set any environment variables.
Screenshots
N/A (app crashes immediately, no GUI shown)
Logs
From system logs (journalctl):
Process 12534 (kDrive_client) terminated abnormally with signal 6/ABRT
Additional context
Launching the AppImage with this command works as a workaround:
QT_QPA_PLATFORM=xcb ./kDrive-3.7.2.20250703-amd64.appimage
This suggests an incompatibility with native Wayland support or Qt backend selection.
Please consider improving Wayland support or adding an automatic fallback to xcb. Alternatively, document this requirement for Wayland users.
System info:
Fedora 42 KDE Plasma 6.4.3 (Wayland)
Qt6 version 6.9.1
Linux 6.16.0-0.rc7.250727.ec2df436.263.vanilla.fc42.x86_64
AppImage downloaded from official Infomaniak site