notification-properties
arrange@lean:~$ apt-cache show notify-osd | grep Provides
Provides: notification-daemon
ale ty dva balíky se dost liší a v notify-osd právě chybí zmíněná binárka notification-properties.Doinstaluj si notification-daemon.
$ dpkg -l | grep -E 'osd[^-]|notification-d'
ii notification-daemon 0.4.0-1ubuntu3 a daemon that displays passive pop-up notifi
ii notify-osd 0.9.24-0ubuntu1 daemon that displays passive pop-up notifica
Proč? Ty dva v 9.10 nejsou v konfliktu.Kód: [Vybrat]$ dpkg -l | grep -E 'osd[^-]|notification-d'
ii notification-daemon 0.4.0-1ubuntu3 a daemon that displays passive pop-up notifi
ii notify-osd 0.9.24-0ubuntu1 daemon that displays passive pop-up notifica
// protect against out-of-bounds values for gravity
if (gravity != GRAVITY_EAST && gravity != GRAVITY_NORTH_EAST)
gravity = DEFAULT_GRAVITY;
the position of Notify OSD bubbles is decided by Mark Shuttleworth, who is not subscribed to this bug report. You might try the Ayatana mailing list instead. https://lists.launchpad.net/ayatana/
...(v Terminál (http://wiki.ubuntu.cz/Termin%C3%A1l)u)
Pak jsou k dispozici jen 2 možnosti: vpravo nahoře1 a vpravo uprostřed2.
1 gconftool-2 --set /apps/notify-osd/gravity --type int 1 (je výchozí, není třeba nastavovat)
2 gconftool-2 --set /apps/notify-osd/gravity --type int 2
...