I'm trying to use the FileDialog. but when I browse at the second time I got a crash with information is
"Gtk: Error assertion failed: (cancellable == data->button_data->cancellable)"
How do I address this problem?
I'm trying to use the FileDialog. but when I browse at the second time I got a crash with information is
"Gtk: Error assertion failed: (cancellable == data->button_data->cancellable)"
How do I address this problem?
Qt5 can uses native file dialog from your desktop environment. There is some bug in a connection between Qt and GTK. Looks like the same as https://github.com/tkashkin/GameHub/issues/76