Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 770874

Summary: net-im/neochat-1.0.1 fails to run: qrc:/imports/NeoChat/Page/ImageEditorPage.qml:11:1: module "QtQuick.Dialogs" is not installed
Product: Gentoo Linux Reporter: ta2002 <throw_away_2002>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: ionen
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info

Description ta2002 2021-02-16 06:48:08 UTC
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
Comment 1 Ionen Wolkens gentoo-dev 2021-02-16 09:37:06 UTC
Try to "emerge -1 dev-qt/qtquickcontrols" (deprecated version) yourself as a workaround.
Comment 2 Larry the Git Cow gentoo-dev 2021-02-16 15:48:26 UTC
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(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-02-16 15:50:37 UTC
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(+)
Comment 4 ta2002 2021-02-16 23:18:13 UTC
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.