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 :

Also added upon request by David a gconf-key to control the slot-allocation scheme to use. This means either fixed (sync. bubble always on top, async. always on bottom) or dynamic (async. and sync. can take either top or bottom slot, depending on what somes first) schemes can be used. If reading the related gconf-key fails the fixed slot-allocation scheme will be used as fallback.

For fixed slot-allocation scheme do:

gconftools-2 -s /apps/notify-osd/slot-allocation -t int 1

For dynamic slot-allocation scheme do:

gconftools-2 -s /apps/notify-osd/slot-allocation -t int 2

To unset use:

gconftools-2 -u /apps/notify-osd/slot-allocation

To avoid opening another can of worms the slot-allocation scheme is only read upon startup of notify-osd. Changing the gconf-keys value during runtime will not affect notify-osd until it's restarted again.

« Back to merge proposal