On 19 November 2012 00:03, Timothy Pearson <kb9vqf@pearsoncomputing.net> wrote:
> Does this work with the kgtk dialogs?
>
> I know ldpreload was causing some issues before.

No, this does not provide TDE open/save dialogs in GTK3 applications as
GTK does not current support this feature.  There is a bug report in at
https://bugzilla.gnome.org/show_bug.cgi?id=687173 regarding this lack of
GTK functionality.

Tim


---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting


Okay makes sense,

If I recall kgtk dialogs are a bit of a hack. They work using a library preload variable to work. That library includes gtk2 symbols, and so when using gtk1 or gtk3 programs, they will crash immediately due to a symbol conflict

I was wondering if there was any good solution for this.