Topic: HOW TO Set Up Notify-OSD in Debian Squeeze [Stable]
If you want to use notify-osd add this DEB file https://launchpad.net/~leolik/+archive/ 3_i386.deb which works without issues in Debian Squeeze. I prefer right-clicking the DEB and letting gdebi do the rest. This https://launchpad.net/~leolik/+archive/ _amd64.deb should work for AMD64 systems.
Run this in terminal
gconftool-2 -s /apps/notify-osd/gravity --type=int [number]where [number] is
1 - top-right corner
2 - middle-right
3 - bottom-right corner
4 - bottom-left corner
5 - middle-left
6 - top-left corner
Run this in terminal to verify
notify-send testIf you choose you can edit your /home/username/.notify-osd file which is a #! default, especially such items as
bubble-expire-timeout -- shortens or lengthens on-screen timeout to suit your needs
bubble-background-color -- change to match or contrast your current theme
bubble-background-opacity -- make it more translucent, or not
Leave this as is
slot-allocaction = fixed
as it will keep your notify-osd from sitting on the bottom of the screen, instead it leaves a bit of space to the right and just below itself
And this can be added
bubble-prevent-fade = 0
which allows it to fade away, whereas changing it to = 1 causes it to blink off at end of time previously set in bubble-expire-timeout
EDIT [MODIFIED] ON 20120326 -- If this how to doesn't work as expected, please delete notification-deamon in Gnome. That seemed to keep the bubble locked in the upper-right corner preventing it from being moved by first code command, above and it keeps the new notify-osd from utilizing its own notification bubble which better suits crunchbang's statler interface.
If you're using this How To in CrunchBang 10 or a full-blown Debian install then libnotify1 and libnotify-bin are no doubt already installed, however if you're building up from a netinst like I was, you'll most likely need to add these libraries. ![]()
LIST OF SOURCES
https://launchpad.net/~leolik/+archive/leolik
http://www.webupd8.org/2010/05/finally-
otify.html
http://www.webupd8.org/2010/07/patched-
on-to.html
NOTE TO USERS
I don't use Ubuntu as an OS. If I ever did in the past I certainly don't remember it. I know the risks of mixing codes from different operating systems but this DEB is self-contained and doesn't pull in any dependencies. I've tested this on my ASUS 1015PEM 2GB running Debian Squeeze Xfce netinst, both 32bit and 64bit, where it works real fine. ![]()
Last edited by dubois (2012-03-26 21:56:26)
Cary Grant