almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Unable to run etherwall v2.2.4 on Kubuntu 18.10 #109

Closed GrossoMoreira closed 5 years ago

GrossoMoreira commented 5 years ago

Hi, I installed all of etherwall's dependencies and built from source successfully. However, I can't run the application: $ ./Etherwall QQmlApplicationEngine failed to load component qrc:/main.qml:315 Type FirstTimeDialog unavailable qrc:/components/FirstTimeDialog.qml:116 Type SettingsContent unavailable qrc:/components/SettingsContent.qml:4 module "QtQuick.Extras" is not installed

I already have qml-module-qtquick-controls version 5.11.1-2, and used it do build etherwall.

Unfortunately I don't have experience debugging Qt issues. Please help.

almindor commented 5 years ago

Are you running on the same machine as building? What distro is this?

Did you install all the modules from the readme?

GrossoMoreira commented 5 years ago

Yes I'm running this in the same machine as building (on the same directory where I build etherwall, in fact).

Yes, I installed all the modules listed in the readme. I was unable to build without them.

Like the title indicates this is on Kubuntu 18.10.

Thank you.

almindor commented 5 years ago

This is odd, as far I can say that module should be in the package. I can try installing kubuntu 18.10 in a VM later to see if I can get the same error.

Maybe try asking in kubuntu/ubuntu irc or other forums. There might be something specific about how they package that module.

I'm on Arch so the setup is slightly different for me.

almindor commented 5 years ago

Oh wait, did you also try installing qml-module-qtquick-extras? This one

almindor commented 5 years ago

I guess I missed it, maybe arch has it packaged together, will add to readme.

GrossoMoreira commented 5 years ago

Yep, that was it: sudo apt-get install qml-module-qtquick-extras

Thanks a lot!

almindor commented 5 years ago

Closing as fixed, updated readme to address for others.