| Summary: | AppImage cannot run under wayland | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | 2746165319 <2746165319> |
| Component: | Setup & Installation | Assignee: | Vincent PINON <vpinon> |
| Status: | RESOLVED WAITINGFORINFO | ||
| Severity: | normal | CC: | fella, fritzibaby, jb |
| Priority: | NOR | ||
| Version First Reported In: | 22.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
2746165319@qq.com
2022-11-27 15:08:42 UTC
This is really strange. I have the same issue on my Windows PC where I run Linux in a VM. The same Kdenlive AppImage is running on another Windows PC with a Linux VM. Difference is that my PC run on BIOS and the other PC run on UEFI. How old is your PC and does it run on UEFI? This should now be fixed in the 23.04.1 AppImage. We now enforce the xcb platform for the AppImage since runnning native Wayland inside the AppImage is currently broken. Alternatively, you should be able to launch the previous AppImages from a terminal: QT_QPA_PLATFORM=xcb ./kdenlive-version.AppImage I managed to run the Kdenlive Flatpak version in my virtual machine. But the AppImage still not start and get the error message similar to “unknown machine command” (the same error occur when starting the AppImage with QT_QPA_PLATFORM=xcb ./kdenlive-23.04.1-x86_64.AppImage). (In reply to Jean-Baptiste Mardelle from comment #2) > This should now be fixed in the 23.04.1 AppImage. We now enforce the xcb > platform for the AppImage since runnning native Wayland inside the AppImage > is currently broken. > > Alternatively, you should be able to launch the previous AppImages from a > terminal: > QT_QPA_PLATFORM=xcb ./kdenlive-version.AppImage Yeah now it can run, but once I add a clip into it, it goes dead again. |