https://bugs.kde.org/show_bug.cgi?id=518353
--- Comment #2 from [email protected] <[email protected]> --- Correction: the missing package is qml6-module-qtlocation (the QML module), not just libqt6location6/qt6-location-plugins (which are the C++ library and backend plugins only). plasma-workspace ships TimezoneSelector.qml with "import QtLocation" but does not depend on qml6-module-qtlocation. Installing libqt6location6 and qt6-location-plugins alone is not sufficient — the QML bindings are in a separate package. Corrected fix: Add qml6-module-qtlocation as a dependency of plasma-workspace. Corrected workaround: sudo apt install qml6-module-qtlocation Confirmed working after installing qml6-module-qtlocation and rebooting. -- You are receiving this mail because: You are watching all bug changes.
