https://bugs.kde.org/show_bug.cgi?id=473805
Bug ID: 473805
Summary: KDE flatpak apps fail to start in Xorg
Classification: Developer tools
Product: Qt/KDE Flatpak Runtime
Version: unspecified
Platform: Mint (Ubuntu based)
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
STEPS TO REPRODUCE
1. start any flatpak app like ktrip of plasmatube
OBSERVED RESULT
```
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it
was found.
This application failed to start because no Qt platform plugin could be
initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc,
wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
```
EXPECTED RESULT
App should start
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: fresh flatpak install as to date of submitting of the issue
ADDITIONAL INFORMATION
Workaround:
start weston
start plasmatube as
flatpak run -env=QT_QPA_PLATFORM=wayland org.kde.plasmatube
close plasmatube
close weston
start plasmatube as
flatpak run org.kde.plasmatube
or
flatpak run -env=QT_QPA_PLATFORM=xcb org.kde.plasmatube
--
You are receiving this mail because:
You are watching all bug changes.