Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
869 views

Ruby and Ubuntu's Notify-OSD

I'm using ruby-libnotify in a Ruby GTK app, and it works great to create a bubble popup in Ubuntu. I'm on Hardy, and it all works great. Then I had others try the app on Jaunty, and instead of a ...
3
votes
2answers
275 views

What icons are available to use when displaying a notification with libnotify?

I'm using the libnotify library to display a notification in Ubuntu. I would ideally like to display a battery of some sort (since my app is a battery meter). The types of icons I can use are: a ...
2
votes
2answers
176 views

Is there something better than libnotify?

I'm trying to write some code against libnotify, but the documentation for perl with libnotify is seriously lacking. So is there something that, as of 2011-08-26, is "better" than libnotify? All I ...
1
vote
2answers
93 views

pynotify: “closed” signal callback never fired

I'm trying to write a program with pynotify, the Python bindings for libnotify. I want to bring up a critical notification at some point and have it updated every few seconds as information changes, ...
1
vote
0answers
76 views

Can I customize the action GNU Screen takes when it alerts after monitoring for silence or noise?

Specifically, I'm looking to be able to set screen to monitor for silence or noise in a window, and instead of just popping up a notification in the terminal, send that notification to libnotify so I ...
0
votes
0answers
67 views

Why libnotify stoped showing Rspec notifications?

I dont know why libnotify stoped showing informations about finished tests. It shows Spork message: "Rspec successfully started." But after that does not show anything. I`m using Ubuntu. My ...
0
votes
0answers
63 views

No notification when guard-rspec is used with spork

I am working on ubuntu machine with Ruby-1.9.2 and rails-3.1.3. I am using guard-rspec for autotesting and spork as DRB server. When I run guard without spork, it shows the correct notifications. ...
0
votes
2answers
449 views

Stack multiple libnotify popups

Does anybody know how i can get multiple popups sent via notify-send to appear on screen at once. With: $ notify-send 'Message One' 'Body One' & notify-send 'Message Two' 'Body Two' & ...
0
votes
3answers
518 views

Bash commands not executed when through cron job - PHP

I have a cron job running a PHP script every five minutes; the PHP script executes two bash commands at the end of the script. I know the script is running due to a log file it appends to. When I ...