Blender-Launcher icon indicating copy to clipboard operation
Blender-Launcher copied to clipboard

Blender Launcher crashes during launch with: "Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'"

Open johnyc90 opened this issue 1 year ago • 2 comments

Describe the bug Blender Launcher is failing to launch on a freshly installed Fedora36.

To Reproduce Steps to reproduce the behavior:

  1. Download the executable.
  2. Launch it.

Expected behavior The executable doesn't launch. A complete log is provided, but there isn't any other important detail besides the message listed in this bug title.

System (please complete the following information):

  • Operation system: Fedora36
  • Blender Launcher version: v1.15.0 to 1.14.0
  • Log file: crash.log

johnyc90 avatar Aug 09 '22 07:08 johnyc90

Hi!

Please, try to use a command line to setup a Library Folder

Or check if this workaround helps #103

DotBow avatar Aug 24 '22 08:08 DotBow

Hello @DotBow,

Neither seems to solve the issue. It still crashes with the same error. I'll try building from source and check for any dependencies.

johnyc90 avatar Aug 27 '22 13:08 johnyc90

So a bit late to the issue but it might still help: try adding GDK_BACKEND=x11 in front of the startup command so like GDK_BACKEND=x11 ./BlenderLauncher. (you nevertheless still need to set the library folder in the args)

Also from what I know the xsettings antialiasing issue is only when using wayland on newer gnome because old gtk application aspect the gtk key wich got removed in gtk4. So I guess somewhere in the BlenderLauncher is an outdated library using something under gtk3 but im not sure @DotBow maybe you can check if there are any updates. Nevertheless the GDK_BACKEND fix should work when you are using Wayland (also its only application based so you'll keep all benefits of wayland). Hope we can close that issue and all other issues about xsettings.

Jet-2 avatar Nov 08 '22 22:11 Jet-2