https://bugs.kde.org/show_bug.cgi?id=406543
Bug ID: 406543 Summary: QML applications under wayland do not have window decorations. Product: Qt/KDE Flatpak Runtime Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: aleix...@kde.org Reporter: di...@ghic.org Target Milestone: --- SUMMARY When running under wayland a QML application lacks its window decorations when run against runtime 5.12. I first noticed it with the flatpak of elisa, https://github.com/flathub/org.kde.elisa/issues/6 but I also tested with a minimal qml file using qmlscene and it also lacked window decorations My minimal qml file import QtQuick 2.0 import org.kde.plasma.components 2.0 as PlasmaComponents Text { id: helloText color: "#0ff" text: "hello" } I launched the flatpak with "flatpak --devel run --command=bash org.kde.elisa" And run in the flatpak with "qmlscene hello.qml" or "qmlscene -platform wayland hello.qml" I have no window decorations. Using -platform xcb in the container works. And -platform wayland works outside the container (Debian Testing) If I downgrade elisa to a version using the 5.11 flatpack the I do get window decorations even when using -platform wayland. I would like window decorations to be available. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian Testing (available in About System) KDE Plasma Version: 5.14.5 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.3 The elisa flatpak from flathub. This version works 0f24374c81c606093c8ca8ad3766c663a55e882a005a52a4051971f38c749963 This version doesn't work. 707a83bcff07a77e300621514b303a43d42e93c3a555979a9b80ecb4892a2e86 -- You are receiving this mail because: You are watching all bug changes.