Skip to content

Crash of kDrive AppImage on Fedora KDE Wayland — requires QT_QPA_PLATFORM=xcb to start #977

@manuel09

Description

@manuel09

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:

  1. Use Fedora 42 with KDE Plasma on Wayland session (default).
  2. Download the official kDrive AppImage version 3.7.2.20250703.
  3. Run the AppImage normally via terminal or double-click:
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions