https://bugs.kde.org/show_bug.cgi?id=504473
--- Comment #3 from random_bozo <kirith...@gmail.com> --- (In reply to random_bozo from comment #2) > (In reply to Halla Rempt from comment #1) > > Does this also happen with the appimage? If not, it's likely something went > > wrong with the arch build of Krita or its dependencies. > > Yes, same thing happens with the appimage and also the flatpak version. So... after a dozen or so crashes krita freezes on the splashscreen and wont start at all anymore. Here the console log when starting the arch package version: ``` Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Invalid profile : "/usr/share/color/icc/colord/Crayons.icc" Invalid profile : "/usr/share/color/icc/colord/x11-colors.icc" Loading plugin "/usr/lib/kritaplugins/kritaseexprgenerator.so" failed, "Cannot load library /usr/lib/kritaplugins/kritaseexprgenerator.so: (libKSeExprUI.so.4: cannot open shared object file: No such file or directory)" Loading plugin "/usr/lib/kritaplugins/kritamypaintop.so" failed, "Cannot load library /usr/lib/kritaplugins/kritamypaintop.so: (libmypaint.so.0: cannot open shared object file: No such file or directory)" zsh: killed krita ``` Here the console log for the appimage version: ``` Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. NOT COOL: Duplicated action name from xml data: "object_order_raise" NOT COOL: Duplicated action name from xml data: "object_align_horizontal_right" NOT COOL: Duplicated action name from xml data: "object_ungroup" NOT COOL: Duplicated action name from xml data: "object_order_back" NOT COOL: Duplicated action name from xml data: "object_order_front" NOT COOL: Duplicated action name from xml data: "object_align_vertical_center" NOT COOL: Duplicated action name from xml data: "object_group" NOT COOL: Duplicated action name from xml data: "object_align_horizontal_left" NOT COOL: Duplicated action name from xml data: "object_align_vertical_top" NOT COOL: Duplicated action name from xml data: "object_align_horizontal_center" NOT COOL: Duplicated action name from xml data: "object_order_lower" NOT COOL: Duplicated action name from xml data: "object_align_vertical_bottom" NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_left" NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_center" NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_right" NOT COOL: Duplicated action name from xml data: "object_distribute_horizontal_gaps" NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_top" NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_center" NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_bottom" NOT COOL: Duplicated action name from xml data: "object_distribute_vertical_gaps" NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_cw" NOT COOL: Duplicated action name from xml data: "object_transform_rotate_90_ccw" NOT COOL: Duplicated action name from xml data: "object_transform_rotate_180" ... ... ... NOT COOL: Duplicated action name from xml data: "execute_script_8" NOT COOL: Duplicated action name from xml data: "execute_script_9" NOT COOL: Duplicated action name from xml data: "execute_script_10" NOT COOL: Duplicated action name from xml data: "krita_filter_threshold" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolDyna" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolRectangle" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMultiBrush" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLazyBrush" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolSmartPatch" NOT COOL: Duplicated action name from xml data: "PanTool" NOT COOL: Duplicated action name from xml data: "InteractionTool" NOT COOL: Duplicated action name from xml data: "KritaSelected/KisToolColorSampler" NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolFill" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolLine" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolEllipse" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolBrush" NOT COOL: Duplicated action name from xml data: "KritaFill/KisToolGradient" NOT COOL: Duplicated action name from xml data: "KritaShape/KisToolMeasure" NOT COOL: Duplicated action name from xml data: "KritaTransform/KisToolMove" NOT COOL: Duplicated action name from xml data: "KarbonCalligraphyTool" NOT COOL: Duplicated action name from xml data: "PathTool" NOT COOL: Duplicated action name from xml data: "ZoomTool" NOT COOL: Duplicated action name from xml data: "ToolReferenceImages" zsh: killed ./krita-5.2.9-x86_64.AppImage ``` -- You are receiving this mail because: You are watching all bug changes.