Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-25 Thread Sven Neumann
Hi,

On Thu, 2009-01-22 at 16:46 +0200, peter kostov wrote:

 Additionally I am getting these warnings on the console:
 
 (gimp:15357): GLib-GObject-WARNING **: type name
 `GimpGeglTool-gegl:box-blur-config' contains invalid characters

Looks like we forgot to backport a change from trunk to gimp-2-6 then. I
will do that now, so this should be fixed in 2.6.5.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-25 Thread peter kostov
Sven Neumann wrote:
 Hi,
 
 On Thu, 2009-01-22 at 16:46 +0200, peter kostov wrote:
 
 Additionally I am getting these warnings on the console:

 (gimp:15357): GLib-GObject-WARNING **: type name
 `GimpGeglTool-gegl:box-blur-config' contains invalid characters
 
 Looks like we forgot to backport a change from trunk to gimp-2-6 then. I
 will do that now, so this should be fixed in 2.6.5.
 
 
 Sven
 
 
 
This is great!!! I really appreciate this!

Greetings,
Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
peter kostov wrote:
 Hi :)
 
 I am having this problem - when I slect Gegl Operation the Gegl
 operation toolbox appears as normal, but when I select anything from the
 drop list with operations the sliders and check boxes for inputting
 settings are missing.
 
 I am on Gentoo with kernel 2.6.25-gentoo-r8;
 gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
 GNU Image Manipulation Program version 2.6.4
 using GEGL version 0.0.22 (compiled against version 0.0.22)
 using GLib version 2.18.4 (compiled against version 2.18.4)
 using GTK+ version 2.14.5 (compiled against version 2.14.5)
 using Pango version 1.20.5 (compiled against version 1.20.5)
 using Fontconfig version 2.6.0 (compiled against version 2.6.0)
 
 
 Additionally I am getting these warnings on the console:
 
 (gimp:15357): GLib-GObject-WARNING **: type name
 `GimpGeglTool-gegl:box-blur-config' contains invalid characters
 
 (gimp:15357): GLib-GObject-CRITICAL **: g_type_add_interface_static:
 assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
 
 (gimp:15357): GLib-GObject-CRITICAL **: g_object_new: assertion
 `G_TYPE_IS_OBJECT (object_type)' failed
 
 I didn't find anything related on google so I don't know if this is a
 known problem.
 
 Any help is appreciated :)
 
 Greetings,
 Peter Kostov
 
 http://bgwebdeveloper.com
 


Anyone encountered this except me?

Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:
 peter kostov wrote:
   
 Hi :)

 I am having this problem - when I slect Gegl Operation the Gegl
 operation toolbox appears as normal, but when I select anything from the
 drop list with operations the sliders and check boxes for inputting
 settings are missing.

The tool is experimental so it might panic every once in a while.

Don't you literally get any settings widget all all, for any operation
you choose? Maybe you get them but the window does not resize it self to
allow them to be showed? (there have been problems with that)

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 peter kostov wrote:
   
 Hi :)

 I am having this problem - when I slect Gegl Operation the Gegl
 operation toolbox appears as normal, but when I select anything from the
 drop list with operations the sliders and check boxes for inputting
 settings are missing.
 
 The tool is experimental so it might panic every once in a while.
 
 Don't you literally get any settings widget all all, for any operation
 you choose? Maybe you get them but the window does not resize it self to
 allow them to be showed? (there have been problems with that)
 
 - Martin
 

No, they are simply not there. It is not the size of the dialog the 
problem.
Before upgrading GIMP system wide to this version, I had an installation 
in my home dir, in which this tool worked fine!

Thanks, Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 Before upgrading GIMP system wide to this version, I had an
 installation in my home dir, in which this tool worked fine!

 Thanks, Peter

The version installed in your home dir might conflict with the
system-wide version. Have you made sure this is not the case? If you
haven't, try remove the version in your home dir.

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 Before upgrading GIMP system wide to this version, I had an
 installation in my home dir, in which this tool worked fine!

 Thanks, Peter
 
 The version installed in your home dir might conflict with the
 system-wide version. Have you made sure this is not the case? If you
 haven't, try remove the version in your home dir.
 
 - Martin
 

Hi Martin,

done that already. Nothing from the previous installation in my home dir 
has left, even the .gimp-2.6 folder :)

The error messages I get are showing clearly a problem with glib, I 
think, but my knowledge is limited :(

Thanks again, Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 Hi Martin,

 done that already. Nothing from the previous installation in my home
 dir has left, even the .gimp-2.6 folder :)

 The error messages I get are showing clearly a problem with glib, I
 think, but my knowledge is limited :(

 Thanks again, Peter

The problem is unlikely to be in GLib, it's just that GLib is used to
output the errors.

Please install debugging symbols and run with --g-fatal-warnings and
report back with a stack trace of exactly where things are reported to
go wrong.

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 Hi Martin,

 done that already. Nothing from the previous installation in my home
 dir has left, even the .gimp-2.6 folder :)

 The error messages I get are showing clearly a problem with glib, I
 think, but my knowledge is limited :(

 Thanks again, Peter
 
 The problem is unlikely to be in GLib, it's just that GLib is used to
 output the errors.
 
 Please install debugging symbols and run with --g-fatal-warnings and
 report back with a stack trace of exactly where things are reported to
 go wrong.
 
 - Martin
 

Recompiled GIMP with 'debug' option. When I run

gimp --g-fatal-warnings

In the moment I select anything from the drop down list in 'Gegl 
operation' GIMP crashes with these messages and nothing more:


GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' 
contains invalid characters
aborting...
gimp: terminated: Aborted

(script-fu:1776): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error


Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 In the moment I select anything from the drop down list in 'Gegl
 operation' GIMP crashes with these messages and nothing more:


 Peter

Run it in a debugger, refer to http://developer.gimp.org/faq.html#id2467309

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
 Please install debugging symbols and run with --g-fatal-warnings and
 report back with a stack trace of exactly where things are reported to
 go wrong.

 - Martin

 
 Recompiled GIMP with 'debug' option. When I run
 
 gimp --g-fatal-warnings
 
 In the moment I select anything from the drop down list in 'Gegl 
 operation' GIMP crashes with these messages and nothing more:
 
 
 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' 
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 
 (script-fu:1776): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
 
 

Or if I run GIMP so:
pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always 
--debug-handlers

GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config' 
contains invalid characters
aborting...
gimp: terminated: Aborted
#0  0xb7f4c424 in __kernel_vsyscall ()
#1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
#2  0xb75ef577 in g_on_error_stack_trace () from /usr/lib/libglib-2.0.so.0
#3  0x0011 in ?? ()
#4  0x0b2ce178 in ?? ()
#5  0x0001 in ?? ()
#6  0x in ?? ()

(script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error


Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:

 Or if I run GIMP so:
 pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
 --debug-handlers

 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 #0  0xb7f4c424 in __kernel_vsyscall ()
 #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
 #2  0xb75ef577 in g_on_error_stack_trace () from
 /usr/lib/libglib-2.0.so.0
 #3  0x0011 in ?? ()
 #4  0x0b2ce178 in ?? ()
 #5  0x0001 in ?? ()
 #6  0x in ?? ()

 (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
 error


 Peter


That was not the entire stack trace was it? Make sure you have debugging
information in the binary, i.e. make sure the -g flag is passed to gcc.

Another thing that is interesting is what your output of 'ldd gimp' is.
Does it only link against libraries you expect it to?

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
Martin Nordholts wrote:
 peter kostov wrote:
 Or if I run GIMP so:
 pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
 --debug-handlers

 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 #0  0xb7f4c424 in __kernel_vsyscall ()
 #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
 #2  0xb75ef577 in g_on_error_stack_trace () from
 /usr/lib/libglib-2.0.so.0
 #3  0x0011 in ?? ()
 #4  0x0b2ce178 in ?? ()
 #5  0x0001 in ?? ()
 #6  0x in ?? ()

 (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
 error


 Peter
 
 
 That was not the entire stack trace was it? Make sure you have debugging
 information in the binary, i.e. make sure the -g flag is passed to gcc.
 
 Another thing that is interesting is what your output of 'ldd gimp' is.
 Does it only link against libraries you expect it to?
 
 - Martin
 

That was the entire stack, but now I see that I didn't do a real stack 
trace, so I will try to compile it right again :)

This is the output of ldd:

pe...@peter ~ $ ldd /usr/bin/gimp
linux-gate.so.1 =  (0xb7f99000)
libgimpwidgets-2.0.so.0 = /usr/lib/libgimpwidgets-2.0.so.0 (0xb7e6e000)
libgimpmodule-2.0.so.0 = /usr/lib/libgimpmodule-2.0.so.0 (0xb7e69000)
libgimpcolor-2.0.so.0 = /usr/lib/libgimpcolor-2.0.so.0 (0xb7e5e000)
libgimpthumb-2.0.so.0 = /usr/lib/libgimpthumb-2.0.so.0 (0xb7e55000)
libgimpmath-2.0.so.0 = /usr/lib/libgimpmath-2.0.so.0 (0xb7e4f000)
libgimpconfig-2.0.so.0 = /usr/lib/libgimpconfig-2.0.so.0 (0xb7e3f000)
libgimpbase-2.0.so.0 = /usr/lib/libgimpbase-2.0.so.0 (0xb7e2c000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0xb7acf000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0xb7a4b000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xb7a31000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7a19000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb7a0e000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xb79ae000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xb79a9000)
librt.so.1 = /lib/librt.so.1 (0xb79a)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb7978000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb793d000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb7912000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb7893000)
libz.so.1 = /lib/libz.so.1 (0xb7881000)
libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 (0xb7865000)
libdbus-1.so.3 = /usr/lib/libdbus-1.so.3 (0xb783)
libgegl-0.0.so.0 = /usr/lib/libgegl-0.0.so.0 (0xb77e9000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0xb778a000)
libbabl-0.0.so.0 = /usr/lib/libbabl-0.0.so.0 (0xb775c000)
libm.so.6 = /lib/libm.so.6 (0xb7736000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xb76fb000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb76f6000)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0xb7629000)
libpthread.so.0 = /lib/libpthread.so.0 (0xb7611000)
libc.so.6 = /lib/libc.so.6 (0xb74e1000)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb73f8000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0xb73f4000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0xb73f1000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xb73eb000)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb73dd000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb73d5000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xb73cc000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xb73c6000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xb73bb000)
libdl.so.2 = /lib/libdl.so.2 (0xb73b7000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0xb7394000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0xb736a000)
/lib/ld-linux.so.2 (0xb7f9a000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb734a000)
libnsl.so.1 = /lib/libnsl.so.1 (0xb7332000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xb732f000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xb732a000)
pe...@peter ~ $


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread peter kostov
peter kostov wrote:
 Martin Nordholts wrote:
 peter kostov wrote:
 Or if I run GIMP so:
 pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
 --debug-handlers

 GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
 contains invalid characters
 aborting...
 gimp: terminated: Aborted
 #0  0xb7f4c424 in __kernel_vsyscall ()
 #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
 #2  0xb75ef577 in g_on_error_stack_trace () from
 /usr/lib/libglib-2.0.so.0
 #3  0x0011 in ?? ()
 #4  0x0b2ce178 in ?? ()
 #5  0x0001 in ?? ()
 #6  0x in ?? ()

 (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
 error


 Peter

 That was not the entire stack trace was it? Make sure you have debugging
 information in the binary, i.e. make sure the -g flag is passed to gcc.


O.K. This time I did the backtrace properly, unfortunately there is 
nothing more. Below is the whole backtrace.log file from gdb:

Starting program: /usr/bin/gimp --verbose --g-fatal-warnings 
--stack-trace-mode=always --debug-handlers
[Thread debugging using libthread_db enabled]
[New Thread 0xb72e06c0 (LWP 20896)]
[New Thread 0xb71a6b90 (LWP 20900)]
[New Thread 0xb69a5b90 (LWP 20901)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb72e06c0 (LWP 20896)]
0xb7f55424 in __kernel_vsyscall ()
quit
The program is running.  Exit anyway? (y or n)

And GIMP hangs.

Any help is appreciated!

Peter
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gegl operation dialog box is missing the sliders

2009-01-24 Thread Martin Nordholts
peter kostov wrote:
 O.K. This time I did the backtrace properly, unfortunately there is
 nothing more. Below is the whole backtrace.log file from gdb:

Please come to #gimp on irc.gnome.org as it is much more convenient to
debug these kind of problems over IRC than over a mailing list.

My nick is Enselic.

- Martin
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] gegl operation dialog box is missing the sliders

2009-01-22 Thread peter kostov
Hi :)

I am having this problem - when I slect Gegl Operation the Gegl
operation toolbox appears as normal, but when I select anything from the
drop list with operations the sliders and check boxes for inputting
settings are missing.

I am on Gentoo with kernel 2.6.25-gentoo-r8;
gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
GNU Image Manipulation Program version 2.6.4
using GEGL version 0.0.22 (compiled against version 0.0.22)
using GLib version 2.18.4 (compiled against version 2.18.4)
using GTK+ version 2.14.5 (compiled against version 2.14.5)
using Pango version 1.20.5 (compiled against version 1.20.5)
using Fontconfig version 2.6.0 (compiled against version 2.6.0)


Additionally I am getting these warnings on the console:

(gimp:15357): GLib-GObject-WARNING **: type name
`GimpGeglTool-gegl:box-blur-config' contains invalid characters

(gimp:15357): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(gimp:15357): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

I didn't find anything related on google so I don't know if this is a
known problem.

Any help is appreciated :)

Greetings,
Peter Kostov

http://bgwebdeveloper.com

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user