On Fedora 36 Mantium flow does not start (tried with Wayland and x11):
(MFlow:20242): GLib-GIO-ERROR **: 17:51:07.024: Settings schema \’org.gnome.settings-daemon.plugins.xsettings\’ does not contain a key named \’antialiasing\’ Trace/breakpoint trap (core dumped)
1 Answers
OK, this is a new one. For now I do not have an answer.
Maybe you can use as a workaround the CLI interface, until the reason for this can be found:
./MFlow <case_folder> <template>
To post-process:
./MFlow <case_folder> -pp
My Google search suggests this:
https://github.com/Ultimaker/Cura/issues/12776
So it might be worth trying this:
GDK_BACKEND=x11 LD_PRELOAD=/usr/lib64/libstdc++.so.6
./MFlow
Let me know if this helps. If no, I guess I have to install Fedora in a VM and test further.