First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 110343
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Haroon Rafique <corporate_gadfly@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 110343 depends on: Show dependency tree
Bug 110343 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-24 09:28 0000
balsa does not show emails in color when viewing HTML email.

I filed a bug upstream at:
http://bugzilla.gnome.org/show_bug.cgi?id=314291
which was resolved.

The resolution was to allow --with-gtkhtml flag for configure to be able to pick
a specific version of libgtkhtml to compile against. Currently balsa builds with
libgtkhtml3 by default, however, libgtkhtml3 does not display color in HTML
email messages. Therefore, to be able to view color emails, balsa needs to be
forced to be built with libgtkhtml2.

I don't know the syntax for .ebuilds so, I just tweaked the current balsa ebuild
and replaced:

G2CONF="${G2CONF} \
        $(use_with ssl) \
        $(use_with ldap) \
        $(use_with sqlite) \
        $(use_with kerberos gss) \
        $(use_with gnome) \
        $(use_enable gtkhtml) \
        $(use_enable threads) \
        $(use_enable pcre) \
        "
with:

G2CONF="${G2CONF} \
        $(use_with ssl) \
        $(use_with ldap) \
        $(use_with sqlite) \
        $(use_with kerberos gss) \
        $(use_with gnome) \
        $(use_enable threads) \
        $(use_enable pcre) \
        "
G2CONF="${G2CONF} --with-gtkhtml=2"

Someone more knowledgable can perhaps make a local "color" USE flag to force the
use of libgtkhtml2?

------- Comment #1 From Saleem Abdulrasool (RETIRED) 2006-01-21 13:28:02 0000 -------
Fixed in 2.3.8 ebuild.  Please sync and test in ~2 hours.

First Last Prev Next    No search results available      Search page      Enter new bug