• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Gimp 2.9.9 started sehr langsam

catweasel

Hacker
Hallo, das ist zwar eine development version (2.9.9 - Leap 42.3), aber vielleicht kann trotzdem jemand etwas dazu sagen.
Wenn ich Gimp starte, dann erscheint zuerst ein graues Rechteck in der Bildschirmmitte und bleibt dort für ca. 30 Sekunden bevor Gimp fertig ladet. Das Rechteck erscheint nach "*WARNING* ...". (tritt mindestens seit 2.9.7 auf)
Woran könnte das liegen?

:~> gimp
This is a development version of GIMP. Debug messages may appear here.

HMM....
Something strange is happening,
malloc and free function pointer changing between invocations in babl.
Missing fast-path babl conversion detected, Implementing missing babl fast paths
accelerates GEGL, GIMP and other software using babl, warnings are printed on
first occurance of formats used where a conversion has to be synthesized
programmatically by babl based on format description

*WARNING* missing babl fast path(s): "CIE LCH(ab) double" to "R'G'B' double"

(gimp:3667): Gimp-Widgets-CRITICAL **: gimp_device_info_set_device: assertion '(info->device == NULL && GDK_IS_DEVICE (device)) || (GDK_IS_DEVICE (info->device) && device == NULL)' failed
 

Sauerland

Ultimate Guru
Da ich annehme, das es das von mir gebaute gimp ist, poste bitte:
Code:
zypper lr -d
Code:
zypper se -si gegl babl gimp
 

Sauerland

Ultimate Guru
Mal den config-Ordner umbenannt:
Code:
mv ~/.config/GIMP ~/.config/GIMPold

Irgendwelche inkompatiblen Addons installiert?
 
OP
C

catweasel

Hacker
Ja, ist vom Repo home:Sauerland.

Danke, das
Code:
mv ~/.config/GIMP ~/.config/GIMPold
hat geholfen. Es lang an von mir installierten Bürsten.
 
Oben