[Xfce-bugs] [Bug 14638] xfce4-about - dark blue e-mail addresses on dark themes

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Aug 31 05:40:21 CEST 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14638

Andre Miranda <andreldm at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreldm at xfce.org

--- Comment #1 from Andre Miranda <andreldm at xfce.org> ---
I tried gtk_text_buffer_insert_markup but pango supports only real basic stuff:
https://developer.gnome.org/pango/stable/PangoMarkupFormat.html

The options are:
- Remove the blue color, since it's not a link. Anyway, direct e-mail contact
is not the preferred way to get in touch, mostly like the last resort. Users
should use xfce4-dev at xfce.org, bugzilla or#xfce-dev. In any case, one always
copy and paste the e-mail address from this dialog.
- Get the text color from current theme. Not so easy, possibly we also need to
watch for themes changes. Still the link won't do anything when clicked, no
idea how to do that with GtkTextView/GtkTextBuffer.
- Restructure the whole dialog with GtkLabels (they support <a></a>) arranged
in a GtkGrid.

The first option is my preferred, if agreed I can prepare a patch (do not
expect me to implement the other two options).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Xfce-bugs mailing list