MarianArlt / kde-plasmoid-betterinlineclock

Your usual clock widget, just way better and on a single line!
https://www.opendesktop.org/p/1245902
GNU General Public License v3.0
20 stars 14 forks source link

Qt Dependencies #5

Closed 3YmY6X closed 5 years ago

3YmY6X commented 5 years ago

Nothing shows up when I add the widget but I'm able to right-click the blank space and go to your widget settings where I'm met with the following error:

Error: Could not load: file:///home/user/.local/share/plasma/plasmoids/org.kde.plasma.inlineClock/contents/ui/configAppearance.qml:24 module "QtQuickControls" version 2.3 is not installed

Based on that, I assume I'm missing some dependency but I'm not quite sure how to go about getting it.

melihozbek commented 5 years ago

I have the same exact issue with Qt dependencies!

MarianArlt commented 5 years ago

Hmmm. What's your guys Qt5 base package version and your distro? QtQuickControls version 2.3 requires Qt5 5.10 or higher. My suggestion would be to see if you can install the latest versions of the following packages (Arch): qt5-base qt5-quickcontrols qt5-quickcontrol2 they should be 5.12 or 5.12.x (or higher and naming depending on your distro).

melihozbek commented 5 years ago

I see, thanks for your response. I'm using KDE plasma 5.12, with 18.04 LTS. The three packages you mentioned, I can't find in repositories. But apt list --installed |grep qt5 gives

libqt5quickcontrols2-5/bionic,now 5.9.5-0ubuntu2 amd64 [installed]

melihozbek commented 5 years ago

Ah, I think I got it. I got 5.9.X, but I guess you're saying I need 5.10 and higher :) ~ > kf5-config --version Qt: 5.9.5 KDE Frameworks: 5.47.0 kf5-config: 1.0 ~ >

MarianArlt commented 5 years ago

Yes indeed. It's a versioning issue. Thanks for coming back and commenting.

KevinEsh commented 3 years ago

@melihozbek how can I install 5.10 or higher? I'm having the same issue with the same distro

MarianArlt commented 3 years ago

Kevin, if you're on any distribution version that is LTS (Long Term Support) you should not update individual system components! Your system might break. This is not to say it's impossible, but it requires a level of attention that is unreasonable for most things. You may ask in your distro's forum for more information. I highly advise against it.