-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AppImage: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' #12776
Comments
Could you try again with this artefact? https://github.com/Ultimaker/Cura/suites/7402109420/artifacts/301727738 We don't officially support Wayland yet, as far as I know. We're having difficulty with that because the Qt Wayland plug-in is not ported with PyQt6 (yet). |
Honestly it's supposed to be easier with appimages and it's worse i have the same error on Fedora 36 |
the only solution found is to do this on fedora 36 : sudo nano /etc/gdm/custom.conf uncomment the line: and add the line under [daemon] close your current session on the login page at the bottom right there is the setting icon choose Gnome-Xorg launch Beta 5.1 like 5.0 with the preload command and it works screenshot : https://i.postimg.cc/JM0qmbwk/Capture-d-cran-du-2022-07-18-23-35-22.png |
|
Well, looks like the latest offical Appimage 5.1 works! I guess this bug can be closed. |
FYI: In fedora 36 (wayland, gnome) i also had to set GDK_BACKEND to be able to launch it (i did not edit /etc/gdm/custom.conf)
|
Im afraid thar is not the case, at least not for the aur-appimage package.
This setting is deprecated it seems. Or at least not used in wayland. For those coming here with the same problem - use GDK_BACKEND=x11 cura to run. This can probably be added to the .desktop file or something. Lets hope for wayland support soon. |
This item helped me a lot, thanks. OS: OpenSUSE Leap 15.4 |
I get this same result with Ubuntu. I'm really not a fan of AppImages. They try to cook everything in and have no dependency system. ❯ lsb_release -a |
Try the Linux-Modern version? I just did a fresh install of Ubuntu 22.04 and was suddenly getting this issue, despite not seeing it in my previous install (which had been updated to 22, not a clean install). No problem when I just downloaded the Linux-Modern option. |
Maybe this information could be useful for someone: I've found this issue experiencing this error, but while trying to run a totally different application (atbswp) and it helped me too. So thank You! |
Application Version
5.1
Platform
Linux x64/Archlinux
Printer
Ender 3
Reproduction steps
./Ultimaker-Cura_5.1.0-beta-linux.AppImag
Actual results
PyInstaller/loader/pyimod03_importers.py:495: 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
Warning: Ignoring WAYLAND_DISPLAY on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
(Ultimaker-Cura:52974): GLib-GIO-ERROR **: 15:23:57.641: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'$scriptdir/Ultimaker-Cura "$ @"
/tmp/.mount_Ultimac2wMhn/AppRun: line 16: 52974 Trace/breakpoint trap (core dumped)
Expected results
Open the program.
Checklist of files to include
Additional information & file uploads
Trying to launch the latest linux appimage and got the error.
The text was updated successfully, but these errors were encountered: