Code review comment for lp:~macslow/notify-osd/gravity

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

Added gconf-key "/apps/notify-osd/gravity" to allow selecting between positioning bubbles at NorthEast (top-right, 1) or East (vertically centered at right of screen, 2) gravity.

To test it use these commands once notify-osd is started:

gconftool-2 --set /apps/notify-osd/gravity --type int 1

or

gconftool-2 --set /apps/notify-osd/gravity --type int 2

If no gconf-key is found or an out-of-bounds value is set it'll default to NorthEast gravity. If you changed the gravity gconf-key the change will only apply to the next bubble coming showing up. It will not update the position of an already shown bubble.

There is no gconf-schema file coming along with this intentionally.

« Back to merge proposal