From: Bryan Vyhmeister Subject: Re: x11/kde-applications/plasmatube fails to launch To: Rafael Sadowski Cc: ports@openbsd.org Date: Sun, 28 Jul 2024 00:01:16 -0700 On Sun, Jul 28, 2024 at 08:57:11AM +0200, Rafael Sadowski wrote: > On Sat Jul 27, 2024 at 11:35:44PM GMT, Bryan Vyhmeister wrote: > > I installed plasmatube without any other KDE applications just to test > > it out and it will not launch without errors. I installed sonnet to see > > if that solved it but the error is the same. I suspect something is > > needed in WANTLIB or something like that but I'm not quite sure. Error > > below. Will plasmatube not run independently of the rest of KDE? > > > > Bryan > > > > > > $ plasmatube > > Detected locale "C" with character encoding "US-ASCII", which is not UTF-8. > > Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. > > If this causes problems, reconfigure your locale. See the locale(1) manual > > for more information. > > QQmlApplicationEngine failed to load component > > qrc:/qt/qml/org/kde/plasmatube/ui/Main.qml:67:19: Type Sidebar unavailable > > qrc:/qt/qml/org/kde/plasmatube/ui/components/Sidebar.qml:42:9: Type QQC2.ToolBar unavailable > > qrc:/qt/qml/org/kde/desktop/ToolBar.qml: Type GlobalSonnetSettings unavailable > > qrc:/qt/qml/org/kde/desktop/private/GlobalSonnetSettings.qml:10:1: module "org.kde.sonnet" is not installed > > > > It looks like it depends on kf6-qqc2-desktop-style at runtime for the > QML. Could you test and confirm this? > Installing both sonnet and kf6-qqc2-desktop-style makes no difference and the error is still the same. Thank you. Bryan