packages icon indicating copy to clipboard operation
packages copied to clipboard

gimp 3.0.2 Segmentation faults on startup

Open clivej opened this issue 8 months ago • 5 comments

Please confirm there isn't an open report for this issue

  • [x] I have searched through bug reports

Summary

Upgraded gimp to 3.0.2 via eopkg up (unstable) which failed to execute.

Steps to reproduce

  1. Update system to current unstable channel
  2. Start GIMP from system launcher

Expected result

GIMP v3 should open

Actual result

GIMP fails to execute:

`set device 'Wayland Touch' to mode: disabled set device 'Wayland Pointer' to mode: disabled [script-fu-test-sphere-v3] The catalog directory does not exist: /usr/lib64/gimp/3.0/plug-ins/test-sphere-v3/locale [script-fu-test-sphere-v3] Override method set_i18n() for the plug-in to customize or disable localization. [script-fu-test-sphere-v3] Localization disabled /usr/lib64/gimp/3.0/plug-ins/script-fu/script-fu: fatal error: GIMP crashed

(script-fu:91511): LibGimp-WARNING **: 18:10:01.129: script-fu: gimp_flush(): error: Broken pipe Segmentation fault (core dumped)`

Environment

  • [x] Is system up to date?

Repo

Unstable

Desktop Environment

Plasma

System details

Operating System: Solus 4.7 KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Kernel Version: 6.12.19-315.current (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-8665U CPU @ 1.90GHz Memory: 31.2 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 620 Manufacturer: Dell Inc. Product Name: Latitude 7400

Other comments

Following a conversation on #solus-support:matrix.org, it was suggested to use:

GDK_BACKEND=x11 gimp

This seems to fix the issue and GIMP loads and is usable as expected.

clivej avatar Mar 27 '25 22:03 clivej