https://bugzilla.xfce.org/show_bug.cgi?id=14638
Andre Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andre Miranda <[email protected]> --- 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 [email protected], 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
