Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770874 - net-im/neochat-1.0.1 fails to run: qrc:/imports/NeoChat/Page/ImageEditorPage.qml:11:1: module "QtQuick.Dialogs" is not installed
Summary: net-im/neochat-1.0.1 fails to run: qrc:/imports/NeoChat/Page/ImageEditorPage....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-16 06:48 UTC by ta2002
Modified: 2021-02-16 23:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info (file_770874.txt,8.09 KB, text/plain)
2021-02-16 06:48 UTC, ta2002
Details

Note You need to log in before you can comment on or make changes to this bug.
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.