[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
Did you actually compile and run the test code? Pressing the button and getting a working dialog? I did't even write the code (bugtest.c, except adding the g_idle_add()), I got it from a gtk+ tutorial. This is not a bug in my code since it's not "my code", the code i attached (bugtest.c) is proo

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
You need to learn to read stacktraces before you talk down to people... Anyway... I've found a way to reproduce the bug without any MIDIum code. The following simple gtk+ attachment will produce the the undesired effect every time the hello world button is pressed. It happens because an idle ha

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
It's the other way around, MIDIum is the name of the app that tries to spawn a gtkFileChooser dialog, just like any other app does. No difference here than what fx. gedit does when you select "open file" The code I use to spawn the file open dialog is listet at the top of the bug report, and as

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
The exact same code that works under MinGW doesn't work in Ubuntu -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.launchpad.net/bugs/384496 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailin

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
Dude you really need to work on your people skills... What broken hack, run it once between?? The code I use is textbook. What the FaCK are you talking about??? -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.launchpad.net/bugs/384496 You received this bug notification

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
I don't think I understant.. Run it once between? -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.launchpad.net/bugs/384496 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-b

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-12 Thread FluxKing
I just installed MIDIum under MinGW on a winxp box and I can confirm that the bug does NOT appear under this configuration. So its eigther a Linux only or an Ubuntu only bug. Will try with Fedora when I get my CD-ROM drive back. -- gtkFileChooser dialog freezes, home and desktop missing https://

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-11 Thread FluxKing
About midium: It's a multimedia app with a combined OpenGL/OpenAL render loop, meanwhile gtk_main isn't doing what it's supposed to, namely updating the gtkFileChooser dialog, so thats properly what the trace shows...? -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.laun

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-11 Thread FluxKing
As i said, the program hangs with an incomplete non functioning gtk dialog, SDL i in another thread, I guess. Here's a bit more info. (gdb) bt full #0 0xb7f04430 in __kernel_vsyscall () No symbol table info available. #1 0xb6c677a6 in nanosleep () from /lib/tls/i686/cmov/libc.so.6 No symbol tab

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-11 Thread FluxKing
(gdb) bt #0 0xb802f430 in __kernel_vsyscall () #1 0xb6d927a6 in nanosleep () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7668d89 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0 #3 0x081525af in GInterface::systemTimingUpdate (this=0x93325b8, actualstep=11996) at /home/demonic/Projects/MIDIum

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-11 Thread FluxKing
This is a strace of me running the program clicking open, cancel and then exits. ** Attachment added: "strace" http://launchpadlibrarian.net/27778338/strace.out.gz -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.launchpad.net/bugs/384496 You received this bug notificat

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-11 Thread FluxKing
I'm standing by to provide any and all information I can about this bug since is a show stopper for me. As mentioned the app doesn't crash so I can't get a backtrace. Please tell me what information you need. -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.launchpad.net/b

[Bug 384496] Re: gtkFileChooser dialog freezes, home and desktop missing

2009-06-07 Thread FluxKing
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27615730/Dependencies.txt -- gtkFileChooser dialog freezes, home and desktop missing https://bugs.launchpad.net/bugs/384496 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscr

[Bug 384496] [NEW] gtkFileChooser dialog freezes, home and desktop missing

2009-06-07 Thread FluxKing
Public bug reported: System: Ubuntu 9.04 Core 2 Quad, just updated Package: gtk/glib To reproduce I can provide link to app code. Don't know what exactly causes the bug. -- I'm struggling with a gtk bug that I don't know if is ubuntu sp