https://bugs.kde.org/show_bug.cgi?id=518353
--- Comment #1 from [email protected] <[email protected]> --- Root cause found: TimezoneSelector.qml uses "import QtLocation" but the Ubuntu plasma-workspace package (4:6.6.3-0ubuntu3) does not declare a dependency on the Qt6 Location module. plasma-workspace depends on qml6-module-qtpositioning but NOT on libqt6location6 or qt6-location-plugins. These packages are not installed, causing the TimezoneSelector QML component to silently fail to load. This is an Ubuntu packaging bug — the fix is to add libqt6location6 and qt6-location-plugins as dependencies of the plasma-workspace package. Note: kde-full works around this because it pulls in marble, which brings in QtLocation as a transitive dependency. Users with kde-standard (which does not include marble) are affected. Workaround: sudo apt install libqt6location6 qt6-location-plugins Will also file on Ubuntu Launchpad against the plasma-workspace source package. -- You are receiving this mail because: You are watching all bug changes.
