Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794928 - x11-misc/albert qml box model is not working when dev-qt/qtgraphicaleffects is not installed
Summary: x11-misc/albert qml box model is not working when dev-qt/qtgraphicaleffects i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Quentin Retornaz
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-06-08 12:47 UTC by Sergey Zigachev
Modified: 2022-04-14 08:54 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Zigachev 2021-06-08 12:47:31 UTC
x11-misc/albert-0.17.2 installation went fine and I can run albert just fine if I select `Widget Box Model`, but it doesn't work when `QML Box Model` is selected. When I select qml box model, then search window renders just as a black square without any input box.

Also, there is an error message in the console:

16:51:11 [warn:default] file:///usr/share/albert/org.albert.frontend.qmlboxmodel/styles/BoxModel/MainComponent.qml:3:1: module "QtGraphicalEffects" is not installed
     import QtGraphicalEffects 1.0
     ^
16:51:11 [warn:default] Could not retrieve settableProperties: There is no root object.

After installing dev-qt/qtgraphicaleffects everything works fine. Please consider adding this package as a dependency.
Comment 1 Quentin Retornaz 2021-06-09 21:05:33 UTC
Hello,
I’ll do that.
Comment 2 Andreas Sturmlechner gentoo-dev 2022-03-31 09:37:24 UTC
ping
Comment 3 Quentin Retornaz 2022-03-31 22:34:34 UTC
Sorry, I forgot this one.
https://github.com/gentoo/gentoo/pull/24840
Comment 4 Larry the Git Cow gentoo-dev 2022-04-14 08:54:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f03aa518c0d7ca76a4e1eec233b409f690753f

commit 41f03aa518c0d7ca76a4e1eec233b409f690753f
Author:     Quentin Retornaz <gentoo@retornaz.com>
AuthorDate: 2022-03-31 22:32:39 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-04-14 08:54:34 +0000

    x11-misc/albert: add dev-qt/qtgraphicaleffects:5 to RDEPEND
    
    Closes: https://bugs.gentoo.org/794928
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
    Closes: https://github.com/gentoo/gentoo/pull/24840
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 x11-misc/albert/{albert-0.17.2.ebuild => albert-0.17.2-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)