From: José Maldonado Subject: Re: x11/kde-applications/plasmatube fails to launch To: Bryan Vyhmeister Cc: Rafael Sadowski , ports@openbsd.org Date: Sun, 28 Jul 2024 19:42:47 -0400 El dom, 28 jul 2024 a la(s) 3:04 a.m., Bryan Vyhmeister (bryan@bsdjournal.net) escribió: > > 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 > Hi, you need install kf6-kdeplasma-addons, this patch maybe fix RUN_DEPENS for this port -- "Dios en su Cielo, todo bien en la Tierra" *********************************************** Index: Makefile =================================================================== RCS file: /cvs/ports/x11/kde-applications/plasmatube/Makefile,v diff -u -p -r1.6 Makefile --- Makefile 13 Jul 2024 14:12:28 -0000 1.6 +++ Makefile 28 Jul 2024 23:41:52 -0000 @@ -16,7 +16,8 @@ BUILD_DEPENDS = devel/kf6/kirigami \ graphics/kirigami-addons RUN_DEPENDS = devel/kf6/kirigami \ - graphics/kirigami-addons + graphics/kirigami-addons \ + x11/kde-plasma/kdeplasma-addons LIB_DEPENDS = devel/kf6/kconfig \ devel/kf6/kcoreaddons \