A program to send desktop notifications.

learn more… | top users | synonyms

2
votes
1answer
24 views

Notify-send doesn't work from crontab

I made a script that should notify me when there's a new chapter of manga that I'm reading. I used the command notify-send to do this. The program works when I am trying to run it in terminal. The ...
0
votes
0answers
11 views

Can logging of notify-send/pynotify be disabled?

Can logging of notify-send/pynotify be disabled? Is this possible? I want the message to show up in the OSD, but would like to prevent logging of the notifications.
1
vote
0answers
54 views

Notification's timeout should also expire when inactive

A script of mine shows notifications via notify-send. When I'm actively using my system they disappear after some seconds, but when f.i. I'm not using my mouse or keyboard, or my screen is turned off, ...
2
votes
2answers
171 views

Bash script not working properly when run automatically

I have a script that sets my proxy automatically depending upon the connection and so its placed in /etc/network/if-up.d/ folder. I set the proxy using gsettings tool and then I want to show a ...
1
vote
0answers
23 views

Network notify-send over two Ubu machines [duplicate]

Possible Duplicate: Send messages between 2 Ubuntu PCs (Net Send Style) I'm looking for a way of using something like notify-send over my local network. I know I can use Netstat for network ...
0
votes
1answer
180 views

quantal: suddenly, notify-osd doesn't show bubbles

using quantal and don't see notify bubbles anymore on my desktop. Using the command notify-send, I see that if i do in the terminal notify-send -u critical Test Test, i see the bubble showing up. But ...
1
vote
3answers
230 views

can I redirect file as input to notify-send?

I want to use command notify-send and display text from a file as a notification so that I can only edit that file to change command or forward contents from outputs of other programs to notify-send. ...
20
votes
3answers
895 views

How can I send a custom desktop notification?

I have a custom script and I want to send a desktop notification (the one that appears in the top right corner of the screen) with a custom message. How do I do that?
0
votes
1answer
409 views

Expiry time in notify-send notifications

On my HP computer running Ubuntu 12.04, the brightness and volume increments were much higher than I wanted. On top of that, the notification for the volume was just plain wrong (0% sound did not ...
0
votes
1answer
142 views

I added “notify-send hi user” to startup command but it is not working. How can i make it work?

If I put "notify-send hi user" in terminal it shows notification. But when the same command is put into startup applications it does not work. I want to use this in my qt application
1
vote
1answer
292 views

lubuntu notify-send remove limit of 21?

sending notifications with notify-send in lubuntu notify-send -i error -t 1000 "Error" "error notification" I can send only 21 of them, after that no more notifications sent, the only way to ...
2
votes
3answers
610 views

How to force a new Notification in notify-osd to show up without waiting for the earlier one to exit?

I have made a script(and a .desktop shortcut leading to this script) for starting and stoping xampp... It checks the status of xampp and accordingly either starts or stops xampp. Now i have assigned ...