Ok when i type r I get following output:
`04:01:53.305 INFO main:180 Strawberry 1.0.21 Qt "6.5.1"
04:01:53.305 INFO main:181 "Solus 4.4 Harmony 4.4 - (linux 6.5.9-262.current) [x86_64]"
[New Thread 0x7fffe39566c0 (LWP 66940)]
[New Thread 0x7fffe31556c0 (LWP 66941)]
[New Thread 0x7fffe1ac96c0 (LWP 66942)]
[New Thread 0x7fffe12c86c0 (LWP 66943)]
04:01:53.533 DEBUG logging:95(GLib-GIO) Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[New Thread 0x7fffe0ac76c0 (LWP 66944)]
04:01:53.652 DEBUG logging:95(GLib-GIO) Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
04:01:53.656 DEBUG logging:95(GLib-GIO) _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
[New Thread 0x7fffcbdfb6c0 (LWP 66948)]
[Thread 0x7fffcbdfb6c0 (LWP 66948) exited]
[New Thread 0x7fffcbdfb6c0 (LWP 66949)]
[New Thread 0x7fffcb1ff6c0 (LWP 66950)]
[Thread 0x7fffcbdfb6c0 (LWP 66949) exited]
[New Thread 0x7fffcbdfb6c0 (LWP 66951)]
[New Thread 0x7fffca9fe6c0 (LWP 66952)]
[Thread 0x7fffcb1ff6c0 (LWP 66950) exited]
[Thread 0x7fffcbdfb6c0 (LWP 66951) exited]
[New Thread 0x7fffcbdfb6c0 (LWP 66953)]
[Thread 0x7fffca9fe6c0 (LWP 66952) exited]
[New Thread 0x7fffca9fe6c0 (LWP 66954)]
[Thread 0x7fffcbdfb6c0 (LWP 66953) exited]
[Thread 0x7fffca9fe6c0 (LWP 66954) exited]
04:01:53.967 ERROR logging:84(GLib-GObject) cannot register existing type 'GdkDisplayManager'
04:01:53.967 ERROR logging:84(GLib) g_once_init_leave: assertion 'result != 0' failed
04:01:53.967 ERROR logging:84(GLib-GObject) g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
04:01:53.967 ERROR logging:84(GLib-GObject) invalid (NULL) pointer instance
04:01:53.967 ERROR logging:84(GLib-GObject) g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
04:01:53.967 ERROR logging:84(GLib-GObject) invalid (NULL) pointer instance
04:01:53.967 ERROR logging:84(GLib-GObject) g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
04:01:54.001 ERROR logging:84(GLib-GObject) cannot register existing type 'GdkDisplay'
04:01:54.001 ERROR logging:84(GLib) g_once_init_leave: assertion 'result != 0' failed
04:01:54.001 ERROR logging:84(GLib-GObject) g_type_register_static: assertion 'parent_type > 0' failed
04:01:54.001 ERROR logging:84(GLib) g_once_init_leave: assertion 'result != 0' failed
04:01:54.001 ERROR logging:84(GLib-GObject) g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Thread 1 "strawberry" received signal SIGSEGV, Segmentation fault.
0x00007fffca195295 in gdk_display_open () from /usr/lib64/libgdk-x11-2.0.so.0
`
after command bt i get following output:
#0 0x00007fffca195295 in gdk_display_open () at /usr/lib64/libgdk-x11-2.0.so.0
#1 0x00007fffca15656d in gdk_display_open_default_libgtk_only () at /usr/lib64/libgdk-x11-2.0.so.0
#2 0x00007fffc973114e in gtk_init () at /usr/lib64/libgtk-x11-2.0.so.0
#3 0x00007fffcb50e14a in () at /usr/lib64/qt6/plugins/styles/libqt6gtk2-style.so
#4 0x00007fffcb4f8784 in () at /usr/lib64/qt6/plugins/styles/libqt6gtk2-style.so
#5 0x00007fffcb5114ea in () at /usr/lib64/qt6/plugins/styles/libqt6gtk2-style.so
#6 0x00007ffff78189ed in QStyleFactory::create(QString const&) () at /usr/lib/libQt6Widgets.so.6
#7 0x00007ffff77766af in QApplication::setStyle(QString const&) () at /usr/lib/libQt6Widgets.so.6
#8 0x0000555555658261 in main ()
Does this mean that it is libgdk-x11 package that is broken ?