Bug 509707 - Nightly Flatpak fails to start
Summary: Nightly Flatpak fails to start
Status: RESOLVED NOT A BUG
Alias: None
Product: Plasma Keyboard
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Flatpak Linux
: NOR major
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-20 11:49 UTC by Julius Künzel
Modified: 2025-10-31 19:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julius Künzel 2025-09-20 11:49:20 UTC
SUMMARY

Running the nightly Flatpak on KDE Neon User Edition fails.

STEPS TO REPRODUCE
1. Install Flatpak from https://origin.cdn.kde.org/flatpak/plasma-keyboard-nightly/org.kde.plasma.keyboard.flatpakref
2. flatpak run org.kde.plasma.keyboard

OBSERVED RESULT

user@computer:~$ flatpak run org.kde.plasma.keyboard
qt.qpa.wayland: qtvirtualkeyboard currently is not supported at client-side, use QT_IM_MODULES=qtvirtualkeyboard at compositor-side.
pci id for fd 15: 10de:1f9d, driver (null)
kmsro: driver missing
qrc:/qt/qml/org/kde/plasma/keyboard/main.qml:99:13: TypeError: Cannot read property 'aspectRatio' of null
Failed to initialize input panel-shell integration, possibly because compositor does not support the layer-shell protocol
ASSERT failure in Q_UNREACHABLE(): "Q_UNREACHABLE was reached", file /run/build/plasma-keyboard/src/main.cpp, line 124


EXPECTED RESULT

The keyboard works

SOFTWARE/OS VERSIONS
Operating System: KDE neon User Edition
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.2
Kernel Version: 6.14.0-29-generic (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800HS with Radeon Graphics
Memory: 16 GiB of RAM (15.0 GiB usable)
Graphics Processor 1: AMD Radeon Graphics
Graphics Processor 2: NVIDIA GeForce GTX 1650 with Max-Q Design

ADDITIONAL INFORMATION

This seems to trigger BUG 509651 but in my understand it is a different problem
Comment 1 duha.bugs 2025-10-31 19:01:36 UTC
> STEPS TO REPRODUCE
> 1. Install Flatpak from https://origin.cdn.kde.org/flatpak/plasma-keyboard-nightly/org.kde.plasma.keyboard.flatpakref
> 2. flatpak run org.kde.plasma.keyboard

Plasma Keyboard is not a regular application, its handled by kwin. You cannot start it using flatpak run. 

Instead you need to select it in the systemsettings.

> This seems to trigger BUG 509651 but in my understand it is a different problem

I don't see how its different? 

In case I misunderstand please feel free to reopen.