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

'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' #473

Open
danielkucera opened this issue Apr 26, 2022 · 6 comments
Labels

Comments

@danielkucera
Copy link

Hi,
I cannot run the latest AppImage build on my Ubuntu with Wayland, the error is:

$ ./SavvyCAN-11e3b3e-x86_64.AppImage 
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(SavvyCAN-11e3b3e-x86_64.AppImage:501810): GLib-GIO-ERROR **: 08:04:05.532: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)
@Jepson2k
Copy link

Having the same issue as well. Ubuntu 22.04 with wayland. Version v208 and previous have been working for me, but I went to upgrade to v213 and I'm getting this issue.

@collin80 collin80 added the bug label May 31, 2023
@collin80
Copy link
Owner

For some reason this happens with Wayland. It doesn't happen if you don't use Wayland. That could be a deal breaker for you. I will register this as a bug because multiple people have had this happen. I don't know why it suddenly hates Wayland but I'll need to find out.

@photex
Copy link

photex commented Jan 22, 2024

Ahoy!

Just tried to run this, also on Wayland and I still get the error. Since basically every major distro is now just running Wayland I think it's hard to avoid.

Does building from source provide a work around? Is there any mitigation available for the AppImage?

@danielkucera
Copy link
Author

I am using a version compiled from latest master. That works fine.

@danielkucera
Copy link
Author

I have just found a simillar issue here:
Ultimaker/Cura#12776

So if you don't want to compile, this should work:

GDK_BACKEND=x11 ~/Apps/SavvyCAN-11e3b3e-x86_64.AppImage

@photex
Copy link

photex commented Jan 22, 2024

Oh that works! :D Thanks @danielkucera

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants