Search Criteria
Package Details: cura-bin 5.10.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cura-bin.git (read-only, click to copy) |
---|---|
Package Base: | cura-bin |
Description: | State-of-the-art slicer app to prepare your 3D models for your 3D printer |
Upstream URL: | https://ultimaker.com/software/ultimaker-cura |
Licenses: | LGPL3 |
Conflicts: | cura |
Provides: | cura |
Submitter: | prurigro |
Maintainer: | prurigro |
Last Packager: | prurigro |
Votes: | 52 |
Popularity: | 1.04 |
First Submitted: | 2022-09-02 21:14 (UTC) |
Last Updated: | 2025-03-31 14:58 (UTC) |
Dependencies (4)
- fuse2
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR) (make)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-amber) (optional) – for use with the closed source nvidia driver under wayland
Required by (6)
- cura-plugin-octoprint-git (requires cura)
- cura-plugin-orientation-git (requires cura)
- cura-resources-fabtotum-git (requires cura)
- discovery200-files (requires cura) (optional)
- inkscape-paths2openscad (requires cura) (optional)
- libarcus-git (requires cura) (make)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 17 Next › Last »
Swivel commented on 2022-12-30 18:47 (UTC) (edited on 2022-12-30 18:47 (UTC) by Swivel)
Using i3, I can't seem to open any models. Attempting to open files doesn't seem to do anything.
On startup, I get the following logs in the console:
But that's about it. Attempting to
Open File(s)...
doesn't log anything. It just does nothing.xiota commented on 2022-12-26 00:51 (UTC) (edited on 2022-12-26 00:53 (UTC) by xiota)
QT_QPA_PLATFORMTHEME
controls the dialogs that Qt uses.xdgdesktopportal
tries to use native dialogs, whilegtk3
forces the use of GTK3 dialogs. If previously used paths are not recalled, there may be a problem with desktop configuration, like file history is disabled.Rather than editing the script, the platform theme can be changed with a command-line parameter. This overrides the environment variable.
It's probably best to leave the script in the package alone. Changing it could cause problems for other users, and most desktop environments provide an easy way to edit the app menu.
fermino commented on 2022-12-25 22:58 (UTC)
Just in case anyone has the problem with cura not opening any file dialogs at all, changing
QT_QPA_PLATFORMTHEME
togtk3
in/opt/ultimaker-cura/AppRun
solved it for me.wallace11 commented on 2022-12-22 22:31 (UTC) (edited on 2022-12-22 22:32 (UTC) by wallace11)
@xiota
That did the trick! Thank you so much for the hint!
With that being said, I now had to change the
desktop
entry for how I launch Cura (using rofi).Here's what I ended up doing and worked for me:
/opt/ultimaker-cura/AppRun
:QT_QPA_PLATFORMTHEME
change fromxdgdesktopportal
togtk3
/usr/share/applications/cura.desktop
: change Exec toExec=/opt/ultimaker-cura/AppRun %F
I hope this information will help with fixing the issue without resorting to clunky solutions :)
prurigro commented on 2022-12-15 02:08 (UTC) (edited on 2022-12-15 02:09 (UTC) by prurigro)
@johnride: Yeah, as @xiota mentioned, base-devel is typically assumed to be installed when you're building packages. I'd recommend running
pacman -S --needed base-devel
right now to pull everything from there in.@wallace11: Hey, I don't think the save or open dialogues have ever remembered the last path for me, are you saying it's done that correctly for you at one point or another? I just tested the installed package as well as the pure AppImage and got the same results in both cases (no memory). EDIT: Not having ever worked for me includes the old official package.
xiota commented on 2022-12-15 01:00 (UTC) (edited on 2022-12-15 01:00 (UTC) by xiota)
@wallace11 Does changing
QT_QPA_PLATFORMTHEME=xdgdesktopportal
toQT_QPA_PLATFORMTHEME=gtk3
in the AppRun make a difference? If not, can you comment out each export line one by one until you find which one may be causing problems?wallace11 commented on 2022-12-15 00:00 (UTC)
AppRun patch has given me quite some headache because when saving to disk it would not remember the last path and would not insert the file name - it's completely empty. I downgraded to pkgver 2 for now until either me or someone else finds a solution.
For reference, I'm on a DE (bspwm) and got both
xdg-desktop-portal
andxdg-desktop-portal-gtk
installed. The former got a couple of updates recently and I tried all versions with no success.xiota commented on 2022-12-13 22:57 (UTC)
patch
is part ofbase-devel
. I've never seen a package with anything frombase-devel
included as a build dependency.johnride commented on 2022-12-12 18:34 (UTC)
patch should be added as a build dependency. Just had a build fail because it was not installed.
Thanks for the package otherwise!
grinness commented on 2022-11-29 14:31 (UTC)
Hi,
to get cura5 to run correctly in KDE + Wayland the last line of the script /user/bin/cura5 should be as follows:
QT_QPA_PLATFORM=xcb LD_PRELOAD=/usr/lib/libstdc++.so.6 QT_QPA_PLATFORMTHEME=xdgdesktopportal QT_QPA_PLATAFORM=xdgdesktopportal ./Ultimaker-Cura $@
After the above is applied Cura5 works as espected. If run from terminal, the below warnings are outputted:
PyInstaller/loader/pyimod02_importers.py:499: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses Cyclic dependency detected between "file:///opt/cura5/share/cura/resources/qml/Actions.qml" and "file:///opt/cura5/share/cura/resources/qml/Actions.qml" QQmlEngine::setContextForObject(): Object already has a QQmlContext
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 17 Next › Last »