Is there a specific reason you're not just using the appimage? That is the version that we control / support.
There are a number of reasons why I prefer to use a package manager. Instead of manually downloading, chmoding, and moving 20+ applications and being on 20+ mailing lists for updates and 20+ lists for security related issues I'd rather just run a command in my terminal and update everything at one. Also your appImage creates ~/fontconfig every time I run it which is really annoying.
- 8 months later...
Hello Ultimaker team,
I have the exact same issue, any update ?
I am running Gentoo 5.4.80
BR.
Edited by fenrirjkThis is 8 months old and now Cura 4.8 is out. Do you have the problem with Cura 4.8 also? If so then please start a new topic and mention it's 4.8 and also please include the log file. Where to get log file:
%APPDATA%\cura\<Cura version>\cura.log (Windows), or usually C:\Users\\<your username>\AppData\Roaming\cura\<Cura version>\cura.log
$USER/Library/Application Support/cura/<Cura version>/cura.log (OSX)
$USER/.local/share/cura/<Cura version>/cura.log (Ubuntu/Linux)
Because you are a very new user you might not be able to upload your log file here (not sure). If you can't then upload it to some free service like google drive or dropbox and post a link.
- 2 months later...
I had the same problem with 4.8.0, 4.9.0 and 4.9.1 until I found out what the problem was; dev-qt/qtquickcontrols has to be built with the widgets USE flag enabled. It's unfortunate that this information is not easily available anywhere but there you have it.
- 1 year later...
Hell i have same issue since any of the 5xxx cura versions on Linux Manjaro up to date.
The last 4.13 work always.
I have install i think all the QT6 package for my systems...all python-qml...
another one speak about too of this here.
Hello One user of the Manjaro Team have reply to me and give me the trick thats works...
many thanks again.
https://forum.manjaro.org/t/cura-version-5-appimage-failed-start/123516
On the console for example with cura 5.2:
QT_STYLE_OVERRIDE="" ./Ultimaker-Cura-5.1.1-linux-modern.AppImage
- 1
Recommended Posts
hrnick 0
It seems as if the last four lines...
...are generated by...
self._qml_engine.load(self._main_qml)
...in the function initializeEngine() in...
/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py
I don't really know where to go from there though. :/
Link to post
Share on other sites