I've installed redisdesktopmanager 2021.2, however it hangs in startup. TLS support: "OpenSSL 1.1.1h-freebsd 22 Sep 2020" App font: "Open Sans" 11 Values font: "Ubuntu Mono" ("en-US") Detected locale: "en_US" QQmlApplicationEngine failed to load component qrc:/app.qml:5:1: module "QtQuick.Dialogs" is not installed qrc:/app.qml:4:1: module "QtQuick.Controls.Styles" is not installed qrc:/app.qml:5:1: module "QtQuick.Dialogs" is not installed qrc:/app.qml:4:1: module "QtQuick.Controls.Styles" is not installed Cannot update palette. Root object is not loaded. Rendering backend: "software" I'm not sure if any of this errors are critical, maybe some run-dep is missing ? I've tried older version with the same result.
*** Bug 255027 has been marked as a duplicate of this bug. ***
(In reply to Ivan from comment #0) I suspect you're right about the missing run depend(s). Try installing qt5-quickcontrols and let me know if that helps.
(In reply to Steve Wills from comment #2) Bingo. It starts now. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e96d1fa6b6a09ed393c3867d80330e60d675711 commit 6e96d1fa6b6a09ed393c3867d80330e60d675711 Author: Steve Wills <swills@FreeBSD.org> AuthorDate: 2021-05-20 02:37:24 +0000 Commit: Steve Wills <swills@FreeBSD.org> CommitDate: 2021-08-28 05:00:10 +0000 databases/redisdesktopmanager: update to 2021.7 While here, fix missing dep [1] PR: 255028 [1] Reported by: Ivan <bsd@abinet.ru> [1] databases/redisdesktopmanager/Makefile | 29 +++++++++++++---------------- databases/redisdesktopmanager/distinfo | 12 +++++++----- 2 files changed, 20 insertions(+), 21 deletions(-)
Fix committed. Thanks for the report!