[QUOTE=malcolmlewis;9492]Hi
If you create a test user, is the error duplicated?
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 4:43, 3 users, load average: 1.07, 0.50, 0.30
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU[/QUOTE]
Yes, it is duplicated. Just a guess, I use OpenJDK Java instead of the Sun’s one. The issues with touchpad and GIMP started shortly after some java update, could it cause the problem?
I have the same problem in my SLED11 SP2 and have been having this problem in SP1 and even before SP1. It stops part way through the loading process and the Startup screen displays:
Looking for data files
Documents
and it sits there.
However, if I log in as different user on the same machine GIMP loads fine. I tried to delete .gimp-2.6 folder and start GIMP and copy .gimp-2.6 from the other users home folder but none worked.
When GIMP started from shell I get following:
[CODE]> gimp
(gimp:16844): GLib-GObject-WARNING **: cannot register existing type `GtkScaleButton’
[QUOTE=malcolmlewis;10891]Hi
What happens if you delete the gimp config directory in your home directory?
rm -r ~/.gimp*
[/QUOTE]
I tried it already. I described it in my previous post. Delete .gimp-2.6 from my home directory and started GIMP and got same problem. Then I copied .gimp-2.6 directory from the other user’s home folder (for whom it starts OK) but did not work either.
[QUOTE=mikewillis;10901]You could try working out which files gimp is looking at in your home directory and renaming them temporarily to see if that fixes the problem.
$ strace -f -o gimpstrace gimp[/CODE][/QUOTE]
Gimp freezes up on startup on the splash screen at the point where is says:
"Looking for data files
Documents"
[CODE]~/Desktop> strace -f -o gimpstrace gimp
(gimp:5831): GLib-GObject-WARNING **: cannot register existing type `GtkScaleButton'
(gimp:5831): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(gimp:5831): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed
(gimp:5831): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(gimp:5831): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(gimp:5831): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gimp:5831): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gimp:5831): Gtk-CRITICAL **: gtk_table_attach: assertion `GTK_IS_WIDGET (child)' failed
(gimp:5831): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
[QUOTE=radomici;10906]
I don’t know what can I assume from this output.[/QUOTE]
Nor do I. Google only yeilds a few other instances of people having the same issue but no solution.
You need to look at the file gimpstrace - that’s where strace wrote all it’s output. In amongst it all will be a list of all the files that it’s looking at. You can filter out the ones that are in your home directory with
$ grep '/home/yourusercodehere' gimpstrace
The output will be a bit messy still. You should be able to reduce it to a more manageable list with