Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.1] Unable to go through first time setup on KDE #8730

Closed
nils-van-zuijlen opened this issue Nov 11, 2020 · 2 comments
Closed

[2.1] Unable to go through first time setup on KDE #8730

nils-van-zuijlen opened this issue Nov 11, 2020 · 2 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@nils-van-zuijlen
Copy link

Application version
2.1
Also seen compiling from master (9afbc64)

Platform
Linux, Archlinux, KDE Plasma 5.20.3
Installed from community or aur

Printer
None...

Reproduction steps

  1. Launch Cura for the first time (without any configuration)
  2. That's it!

Screenshot(s)
Screenshot_20201111_102536

Actual results
Cura starts and prompts to start the setup, but no button is visible nor clickable (I tried clicking almost anywhere on screen without any change)

Expected results
A button to continue setup should be visible

Log file
cura.log

Most relevant part (I think):

2020-11-11 10:10:36,300 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [408]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
2020-11-11 10:10:36,303 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [408]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
2020-11-11 10:10:36,308 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [408]: file:///usr/share/cura/resources/qml/Cura.qml:410: TypeError: Cannot read property 'Component' of null
2020-11-11 10:10:36,331 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [408]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
2020-11-11 10:10:36,333 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [408]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling.
2020-11-11 10:10:36,336 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [408]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:96:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

Additional information
From the logs, it seems to be caused by a name clash between Cura and KDE Qml definitions.

Also when closing, Cura segfaults.

@nils-van-zuijlen nils-van-zuijlen added the Type: Bug The code does not produce the intended behavior. label Nov 11, 2020
@fieldOfView
Copy link
Collaborator

fieldOfView commented Nov 11, 2020

If this is Cura 2.1, then I am Micky Mouse ;-). Cura 2.1 was released in 2016.

Only the AppImage as distributed by Ultimaker is official supported here. It comes with the dependencies that it is known to work with.

@jellespijker
Copy link
Member

jellespijker commented Nov 11, 2020

Duplicate of #8472

This because you probably have a newer Qt5 version installed system-wide then Cura supports (5.10). That is because the AUR builds it from source. I personally use Manjaro and the AUR package and I came across the same issue. Unfortunately we only support the AppImage.

Please raise this issue with the maintainer of the AUR repository https://aur.archlinux.org/packages/cura-git/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants