← Back to team overview

gwibber-bugs team mailing list archive

[Bug 811094] [NEW] Gwibber doesn't follow desktop font settings in oneiric

 

Public bug reported:

Gwibber uses old gconf interface to get font settings in Oneiric.

default_font =
self.gc.get_string("/desktop/gnome/interface/document_font_name")
doesn't return gnome3 properties.

/usr/lib/python2.7/dist-packages/gwibber/gwui.py should use Gio instead
of gconf to get default_font

** Affects: gwibber
     Importance: Undecided
         Status: New


** Tags: oneiric

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/811094

Title:
  Gwibber doesn't follow desktop font settings in oneiric

Status in Gwibber:
  New

Bug description:
  Gwibber uses old gconf interface to get font settings in Oneiric.

  default_font =
  self.gc.get_string("/desktop/gnome/interface/document_font_name")
  doesn't return gnome3 properties.

  /usr/lib/python2.7/dist-packages/gwibber/gwui.py should use Gio
  instead of gconf to get default_font

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/811094/+subscriptions


Follow ups

References