GNOME crash on adding files to .qrc via QtCreator
Unsolved
General and Desktop
-
Hello, on Fedora 39 GNOME 45.5. GNOME shell crashes when adding a .svg file to a .qrc file through Qt Creator. Qt Creator opens GNOME files dialog to add a file and then crashes. Here is output from journalctl.
r 28 08:54:45 constant systemd[3983]: Started tracker-extract-3.service - Tracker metadata extractor. Mar 28 08:54:45 constant org.qt-project.qtcreator.desktop[19436]: Warning: Ignoring WAYLAND_DISPLAY on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Mar 28 08:54:45 constant systemd[3983]: Started app-gnome-org.qt\x2dproject.qtcreator-19436.scope - Application launched by gnome-shell. Mar 28 08:54:45 constant org.qt-project.qtcreator.desktop[19436]: Failed to initialize instances shared memory: "QSharedMemory::handle: doesn't exist" Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant qtcreator[19436]: GFileInfo created without standard::icon Mar 28 08:54:45 constant qtcreator[19436]: file ../gio/gfileinfo.c: line 1766 (g_file_info_get_icon): should not be reached Mar 28 08:54:45 constant org.qt-project.qtcreator.desktop[19436]: qt.core.qobject.connect: QObject::connect: Cannot connect (nullptr)::usageStatisticsNotifier(QString) to UsageStatistic::Internal::QmlDesignerUsageEventSource::handleUsageStatisticsNotifier(QString) Mar 28 08:54:45 constant org.qt-project.qtcreator.desktop[19436]: qt.core.qobject.connect: QObject::connect: Cannot connect (nullptr)::usageStatisticsUsageTimer(QString,int) to UsageStatistic::Internal::QmlDesignerUsageEventSource::handleUsageStatisticsUsageTimer(QString,int) Mar 28 08:54:46 constant gnome-software[17584]: Warning: Treating remote fetch error as non-fatal since runtime/org.gnome.Platform/x86_64/45 is already installed: No such ref 'runtime/org.gnome.Platform/x86_64/45' in remote flathub-beta
Not sure if this is known or a GNOME/wayland thing. I am trying to load small 14kB svg files.