[Bug 131564] Re: crashes when using the small theme

2007-10-08 Thread Daniel Holbach
Fixed AFAICS. ** Changed in: murrine (Ubuntu) Status: In Progress = Fix Released -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for ubuntulooks in

[Bug 131564] Re: crashes when using the small theme

2007-10-05 Thread Steve Langasek
same patch for the same bug in gtk2-engines-murrine. Signed source package at http://people.ubuntu.com/~vorlon/gtk2-engines-murrine/. There is no package in gutsy (source or binary) named clearlooks, and the gtk2-engines package which provides the clearlooks engine in gutsy has no theme named

[Bug 131564] Re: crashes when using the small theme

2007-10-05 Thread Steve Langasek
** Changed in: murrine (Ubuntu) Importance: Undecided = Medium Assignee: (unassigned) = Steve Langasek (vorlon) Status: New = In Progress Target: None = ubuntu-7.10-rc -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug

[Bug 131564] Re: crashes when using the small theme

2007-10-05 Thread Sebastien Bacher
Thank you for the patch Steve, I've sponsored the upload now ** Changed in: ubuntulooks (Ubuntu) Status: In Progress = Fix Committed -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 131564] Re: crashes when using the small theme

2007-10-05 Thread Steve Langasek
ubuntulooks (0.9.12-8) gutsy; urgency=low * Use gtk_requisition_free() and gtk_border_free() where appropriate instead of the generic g_free(), fixing a crash when using gimp's small theme in conjunction with ubuntulooks. LP: #131564. -- Steve Langasek [EMAIL PROTECTED] Thu, 04 Oct

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread Flavio Carreira
After commiting theses lines from small theme gtkrc, I had no more crashes: # GtkOptionMenu::indicator_size= { 5, 11 } # GtkOptionMenu::indicator_spacing = { 4, 3, 1, 1 } The default theme don't have any of these. -- crashes when using the small theme

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread Steve Langasek
This is a bug in the ubuntulooks theme engine, as identified in bug #135650 (marked as duplicate of this bug). This looks like a bug inherited from an earlier version of the clearlooks theme engine and is fixed in the current version; g_free() is used to free memory that was allocated with a

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread Steve Langasek
Attached patch uses the gtk-type-specific free() functions, solving this crasher bug. sponsorable source package available at http://people.ubuntu.com/~vorlon/ubuntulooks/. ** Attachment added: ubuntulooks_0.9.12-8.debdiff http://launchpadlibrarian.net/9796171/ubuntulooks_0.9.12-8.debdiff

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread DarkMageZ
this also affects other theme engines such as fedora's nodoka (which i'm using on ubuntu). -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for ubuntulooks in

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread C.Kontros
This also effects Murrine. I don't believe a issue that effects so many engines in a bug in the engine. While the fix may be applied to the engine I think Flavio Carreira post also shows how it can be a GIMP bug. -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread C.Kontros
This also effects Murrine. I don't believe a issue that effects so many engines is a bug in the engine. While the fix may be applied to the engine, I think Flavio Carreira post also shows how it can be a GIMP bug. -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread Steve Langasek
It is a bug in the engine. g_free() is only supposed to be used on memory returned from g_malloc(); for nearly all gtk object types, there are type-specific allocator functions which are supposed to be used - and are used in this case where gtk is being asked to return objects of this type. This

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread C.Kontros
I do understand but as this was a recent change to GIMP, and not the engines this will effect projects that rely on these engines. With no time to get fixes from upstream, at this point I would feel better patching GIMP then effecting projects who no time to fix before freeze. -- crashes when

[Bug 131564] Re: crashes when using the small theme

2007-10-04 Thread C.Kontros
Added Clearlooks (messed up with the Baltix choice) and Murrine to affected packages. ** Also affects: clearlooks (Baltix) Importance: Undecided Status: New ** Also affects: murrine (Ubuntu) Importance: Undecided Status: New -- crashes when using the small theme

[Bug 131564] Re: crashes when using the small theme

2007-10-03 Thread Sebastien Bacher
** Changed in: gimp (Ubuntu) Target: None = ubuntu-7.10-rc -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gimp in ubuntu. -- desktop-bugs mailing

[Bug 131564] Re: crashes when using the small theme

2007-10-02 Thread Alex
confirm on 2.4 rc3. occurs only on small theme. -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gimp in ubuntu. -- desktop-bugs mailing list

[Bug 131564] Re: crashes when using the small theme

2007-09-24 Thread Sebastien Bacher
** Changed in: gimp (Ubuntu) Importance: Undecided = Medium Status: New = Confirmed -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gimp in

[Bug 131564] Re: crashes when using the small theme

2007-09-20 Thread Sebastien Bacher
** Summary changed: - Gimp crashes after picking text tool options tab. + crashes when using the small theme -- crashes when using the small theme https://bugs.launchpad.net/bugs/131564 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact

[Bug 131564] Re: crashes when using the small theme

2007-09-20 Thread C.Kontros
** Description changed: + UPDATE: It looks as though this issue has come down to the use of the + small theme in GIMP. Also looks to be the same bug in Bug #135650. + + Binary package hint: gimp I get the same behavior on 2 up-to-date Gutsy machines. Hopefully its not a GTK issue.