Comment 4 for bug 793438

Revision history for this message
In , Bill (bill-redhat-bugs) wrote :

(In reply to comment #1)
> (In reply to comment #0)
> > Via brasero libs. Given the app and the other extensions are linked against
> > gtk2, this could be bad.
>
> I'd like to fully understand the issue, please can you be a little bit more
> specific: ;-)
>
> a) what's the specific problem, what can "be bad"

Use the wrong version of the symbols, and therefore crash, etc. It's avoided in apps by having them abort on start if they're linked against both versions; in plugins it's a bit murkier.

> b) what's the best practice to solve this issue? Compiling gthumb against gtk3?
> What if there isn't a full gtk3 port yet? ...

1) port gthumb to gtk3
2) disable the brasero plugin
3) figure out if the plugin and brasero libs actually need GTK... if not, take them out of the link

There may be other solutions.