After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622266 - Should decide which default font to use for chat view
Should decide which default font to use for chat view
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Chat themes
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-21 09:33 UTC by Xavier Claessens
Modified: 2010-06-23 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2010-06-21 09:33:01 UTC
EmpathyChatTextView uses gconf key "/desktop/gnome/interface/document_font_name"
EmpathyThemeAdium uses gconf key "/desktop/gnome/interface/font_name"

I see no reason for them to use different font, but which one is correct?
Comment 1 Xavier Claessens 2010-06-21 10:01:27 UTC
Wondering if we can do this using a gtkrc instead of GConf. Could be interesting to investiguate.
Comment 2 Xavier Claessens 2010-06-22 18:07:18 UTC
document_font_name can't be retrieved using gtkrc, only the application font can.

Use document_font_name on adium themes too:
http://git.collabora.co.uk/?p=user/xclaesse/empathy.git;a=shortlog;h=refs/heads/font
Comment 3 Guillaume Desmottes 2010-06-23 07:19:00 UTC
looks good
Comment 4 Xavier Claessens 2010-06-23 09:01:17 UTC
merged in master and gnome-2-30 branch.