Created attachment 686850 [details] emerge-info $ neochat QSystemTrayIcon::setVisible: No Icon set QQmlApplicationEngine failed to load component qrc:/qml/main.qml:286:9: Type RoomPage unavailable qrc:/imports/NeoChat/Page/RoomPage.qml:564:13: Type ChatTextInput unavailable qrc:/imports/NeoChat/Component/ChatTextInput.qml:207:25: Type ImageEditorPage unavailable qrc:/imports/NeoChat/Page/ImageEditorPage.qml:11:1: module "QtQuick.Dialogs" is not installed Segmentation fault
Try to "emerge -1 dev-qt/qtquickcontrols" (deprecated version) yourself as a workaround.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=c023a98b061a107190a06cc6518ea55edfe2b43f commit c023a98b061a107190a06cc6518ea55edfe2b43f Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-02-16 15:48:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-02-16 15:48:01 +0000 net-im/neochat: Add missing RDEPEND Bug: https://bugs.gentoo.org/770874 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> net-im/neochat/neochat-9999.ebuild | 1 + 1 file changed, 1 insertion(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef009bac346a59fd4f0e91cbb8bc570c558a2bc9 commit ef009bac346a59fd4f0e91cbb8bc570c558a2bc9 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2021-02-16 15:48:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-02-16 15:50:20 +0000 net-im/neochat: Add missing RDEPEND Closes: https://bugs.gentoo.org/770874 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> net-im/neochat/{neochat-1.0.1.ebuild => neochat-1.0.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+)
That worked (the app started). I do still get the first line of the message ("No Icon set"), and indeed, when the app minimizes into the panel, it does not display any icon. Thank you.