First add the following repo in software sources.Type the following line in terminal
sudo add-apt-repository ppa:leolik/leolik
Then type following commands in terminal
sudo apt-get update && sudo apt-get upgrade
pkill notify-osd
Now place the notification in bottom right corner, type the following in terminal
gconftool-2 -s /apps/notify-osd/gravity --type=int 3
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcSIBhM3gvTuBf_6pjsvd2RimWl8pkL7VEGq9aG8uzulDhXXqjDnhlswQ4Y-gPHrj74y0XsUGULO6snOPfxmrD4LT0jrMecC6WwsUaThbIb0Letsv6E1zrbBtS_1xEu41l7ajNnN86P6c/s320/Selection_022.png)
then place the notification in bottom left corner
gconftool-2 -s /apps/notify-osd/gravity --type=int 4
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhuo6izZ99chntVjK62l0Ar2-MGTq5foIxxJjvdxc6XVquqn8UWBDIc5IeAQn_DiT7YVxZT3ic7twBBECakirZSoxODcb8JYwihdujuiirfN702nMFc3LxQP6qJ0ZCsTSKFWjvlAhi8gvk/s320/Selection_021.png)
The syntax of the command is
gconftool-2 -s /apps/notify-osd/gravity --type=int n
Here n is the number from the following
1 - top-right corner
2 - middle-right
3 - bottom-right corner
4 - bottom-left corner
5 - middle-left
6 - top-left corner
For the test type the following
notify-send xxx xxx is the text to send for notification
1 comments:
Thank you very much. i am new to ubuntu and i couldn't find better instructions anywhere else.
Post a Comment