Code review comment for lp://qastaging/~macslow/notify-osd/gconf-binding-for-title-and-body-sizes

Revision history for this message
Mirco Müller (macslow) wrote :

Upon request from David I extracted just the gconf-binding for the sizing factors (in EMs) for title- and body-text from my branch lp:~macslow/notify-osd/gconf-style to be included in the karmic maintainance-branch of notify-osd.

The two watched keys are:

/apps/notify-osd/text-title-size
/apps/notify-osd/text-body-size

They take float values (accepted range: 0.5 - 1.5). If they are not set, built-in values as set forth by the design-team are used. 1.0 for text-title-size, 0.9 for text-body-size. If you want to inject/alter these gconf-keys on your system use:

gconftool-2 -s /apps/notify-osd/text-title-size -t float 1.0
gconftool-2 -s /apps/notify-osd/text-body-size -t float 0.9

To remove them use:

gconftool-2 -u /apps/notify-osd/text-title-size
gconftool-2 -u /apps/notify-osd/text-body-size

« Back to merge proposal