alex1701c / krunner-vscodeprojects

Open VSCode Project Manager projects from Krunner
GNU Lesser General Public License v3.0
21 stars 5 forks source link

KDE Fedora 36 needs 2 more dependencies #8

Closed ejnshtein closed 2 years ago

ejnshtein commented 2 years ago

I tried installing this module on my new Fedora 36-based system with KDE and got the following errors: image

And image

After googling, the first issue was resolved by installing qt5-qtdeclarative-devel package and the second by installing kf5-kconfigwidgets-devel package.

If you can test and verify this in a VM and/or update dependencies section it will be great!

Thanks.

alex1701c commented 2 years ago

After googling, the first issue was resolved by installing qt5-qtdeclarative-devel package

The KRunner dependencies are quite messy. I believe this package is needed, because KRunner depends on plasma-frameworks which depends on QDeclarative.

and the second by installing kf5-kconfigwidgets-devel package.

Makes sense, this is used directly.

I have updated the list of dependencies in https://github.com/alex1701c/krunner-vscodeprojects/commit/9d562574815f91f47c9bebb24898ffc86beda5d2.