-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
Right now, AppImageUpdate won't run on a KDE Desktop that is configured to use Wayland (env var QT_QPA_PLATFORM set to wayland).
I don't know Qt too well, so I don't know which version started supporting Wayland, and if it's feasible to switch to that version, but when that env var is set to wayland, AppImageUpdate will silently fail to start. There are two solutions:
- Compile it with a newer version that supports the
waylandplatform plugin; - Add
export QT_QPA_PLATFORM=xcbto AppRun.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels