You are not logged in.
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)
Offline
jean@xaos52:~/downloads$ sudo dpkg -i notify-osd_0.9.32-0ubuntu3-leolik~ppa1_i386.deb
Selecting previously deselected package notify-osd.
(Reading database ... 138154 files and directories currently installed.)
Unpacking notify-osd (from notify-osd_0.9.32-0ubuntu3-leolik~ppa1_i386.deb) ...
dpkg: dependency problems prevent configuration of notify-osd:
notify-osd depends on libcairo2 (>= 1.10.0); however:
Version of libcairo2 on system is 1.8.10-6.
notify-osd depends on libgdk-pixbuf2.0-0 (>= 2.22.0); however:
Package libgdk-pixbuf2.0-0 is not installed.
notify-osd depends on libglib2.0-0 (>= 2.26.0); however:
Version of libglib2.0-0 on system is 2.24.2-1.
notify-osd depends on libgtk-3-0 (>= 3.1.6); however:
Package libgtk-3-0 is not installed.
notify-osd depends on libwnck-3-0 (>= 2.91.6); however:
Package libwnck-3-0 is not installed.
notify-osd depends on dconf-gsettings-backend | gsettings-backend; however:
Package dconf-gsettings-backend is not installed.
Package gsettings-backend is not installed.
dpkg: error processing notify-osd (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
notify-osd
j
... is what I get on a #! OB-system upgraded to backports.
Edit
jean@xaos52:~/downloads$ sudo gdebi notify-osd_0.9.32-0ubuntu3-leolik~ppa1_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Building data structures... Done
This package is uninstallable
Dependency is not satisfiable: libcairo2 (>= 1.10.0)
... is what gdebi says.
Last edited by xaos52 (2011-10-30 14:15:44)
bootinfoscript - emacs primer - I ♥ #!
Offline
^ I don't use nor know about using backports or helping those who do, however perhaps someone else does... The link works fine in Debian Squeeze as advertised in title. 
EDIT -- I see your edit. Can you force the application in either terminal or synaptic?
Last edited by dubois (2011-10-30 14:19:37)
Offline
You're correct. The link I posted is invalid for stable. Please allow me to fix it...
Last edited by dubois (2011-10-30 20:49:13)
Offline
Thanks dubois! I have been annoyed at the long time the ”bubbles” appear, I don't need ten seconds to read ”You are connected to network so-and-so”. I changed the value to three seconds, which is quite long enough in my opinion.
Again, thanks for the information.
HMW
Offline
You're correct. The link I posted is invalid for stable. Please allow me to fix it...
<doh> I believe that the links are correct for Debian Squeeze [stable] for both i386 and AMD64 systems. Apologies for any confusion. 
EDIT -- The link never was broken but it was invalid for the stable release.
Last edited by dubois (2011-10-30 20:56:20)
Offline
Nice How To dubois... Well done
Thanks. From you that's a compliment. 
HMW, you're right. I mean, how long do you need or not need to be notified of something that you know inside out like your personal OS.
Offline
nice how-to dubois. for an alternative to notify-osd, check out twmn, as discussed here: http://crunchbanglinux.org/forums/topic/15684/twmn/
Offline
^Thanks. I saw that earlier this morning. 
Offline
Belated Edit
I noticed today after installing Debian Squeeze netinst 64bit on my 1015PEM [again] that the link I'd posted for 64bit systems didn't work as expected. It installed but didn't work. After a bit of research I realized that Gnome's notification-daemon had to be removed via terminal or synaptic in order to get the desired results. That seemed to keep the bubble locked in the upper-right corner preventing it from being moved by first code command.
My apologies for failing to mention this in my original post, which I've edited. 
Last edited by dubois (2011-11-05 00:03:38)
Offline
Belated Edit
I noticed today after installing Debian Squeeze netinst 64bit on my 1015PEM [again] that the link I'd posted for 64bit systems didn't work as expected. It installed but didn't work. After a bit of research I realized that Gnome's notification-daemon had to be removed via terminal or synaptic in order to get the desired results.
My apologies for failing to mention this in my original post, which I've edited.
Nice catch... It's always good when YOU find it first...
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
Hello People,
I have a question, namely I'd like to set it up so that it dose not disappear on hover, but that it stays and instead, when I click on it, it disappears ot after the set period of time.
Is that possible?
PurpleApple aka Kai
Offline
Hello, PurpleApple. That's a good question. I've just spent several minutes changing some of the settings in .notify-osd but couldn't find anything to help you -- the way this is set up on my system it doesn't have a means to click it off. Does your notification bubble have an x to click it off, or not, or is this a feature you'd like to have? I'll certainly invite anyone else to weigh in with a solution.
Offline
Hello, PurpleApple. That's a good question. I've just spent several minutes changing some of the settings in .notify-osd but couldn't find anything to help you -- the way this is set up on my system it doesn't have a means to click it off. Does your notification bubble have an x to click it off, or not, or is this a feature you'd like to have? I'll certainly invite anyone else to weigh in with a solution.
The newest release from Ubuntu, Oneiric, has this as a feature, so you may want to check the PPA in my original post and select that option.
I'm now running Debian Sid without notify-osd so can't check whether this works, or not. Best of luck to you. 
EDIT -- I'm going to edit this post rather than bumping the thread but in answer to the question put to me recently another option would be
bubble-close-on-click = 1SEE LIST OF SOURCES, first entry, scroll down to near bottom of page -- it's been there all along. 
NOTE -- apparently this HOW TO doesn't work as written in Debian sid, having just tested it with the newest DEB from leolik's PPA. I'm leaving it as is for squeeze as it's still got a decent life in front of it. Bye!
Last edited by dubois (2011-12-11 18:52:46)
Offline
dubois:
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.
The 'Notify-OSD' in the link is already installed on #! (I'm running #! Statler 32bit, November 2011 ISO)
dubois:
Run this in terminal to verify
notify-send test
This just results in:
kris@kris-inspiron-1720:~$ notify-send test
bash: notify-send: command not found
kris@kris-inspiron-1720:~$ dubois:
If you choose you can edit your /home/username/.notify-osd file which is a #! default,
There doesn't appear to be such a file or at least if i enter the command in terminal to edit the file it just opens up a blank/empty text file, presumably because it just created it.
However saying all that after running the command:
gconftool-2 -s /apps/notify-osd/gravity --type=int 3I initially thought it didn't work but after a re-boot I noticed that it had indeed changed to the bottom right corner, so job done:D
Last edited by kri5 (2012-01-20 22:56:32)
#! Waldorf - 64bit - Xfce
Offline
Oh. It works? I mean, um, it works! 
Offline
kri5 could you, would you please indicate which version of #! you're using as it'd be a real help for someone with a similar setup looking for help? Thanks. 
Offline
dubois wrote:
kri5 could you, would you please indicate which version of #! you're using as it'd be a real help for someone with a similar setup looking for help? Thanks. smile
I'm sure there's a command for the terminal that will give me the precise version I have installed, unfortunately I'm not sure what it is. I'm running CrunchBang Statler,the November 2011 ISO.
Hope that helps, I have edited my previous post to reflect this also.
Last edited by kri5 (2012-01-20 19:30:36)
#! Waldorf - 64bit - Xfce
Offline
^ 32- or 64-bit?
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
^ Sorry, 32bit.
(starting to see a trend here, oh well another edit:lol:)
#! Waldorf - 64bit - Xfce
Offline
nm. I was reading posts out of order. My Bad. 
Last edited by dubois (2012-01-21 00:00:38)
Offline
Hey there @Dubois!
Wanted to let you know your little tutorial on d/l 'ing the PPA version of "notify-osd"
and the configuration tips for position worked Great!!! I didn't like having my beautiful
Conky display covered up by notifications, as cool as some of them are! I do like cb-fortunes
a lot, but not on top of Conky, please! Now I can put the notifications off to the side!
Thanks again Dubois! ;^)
Erasmus
"This project will require drinking a great deal of tea!"
Offline
^
You're welcome. Now scoot over to Introductions and let everyone know all about you. 
Offline
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.