Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Some of my notifications on XFCE are not disapearing (especially those from jupiter) automatically. Timeout is set to 5 seconds and I can manually close them. What's happening?

I'm using Xubuntu 12.10, /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd

share|improve this question

2 Answers

up vote 3 down vote accepted

The problem is related to notify-send, it ignores the timeout parameter: https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/390508

Jupiter uses notify-send to create the desktop notifications. As a workaround the Jupiter's notify script can be edited and all -t parameters removed:

sudo sed -i 's/-t [0-9]\+//g' /usr/lib/jupiter/scripts/notify

The notifications will be shown for a few seconds then they'll vanish.

share|improve this answer

You could probably blast them away with xkill. But that's more a workaround, not a real solution, sorry.

share|improve this answer
A comment may be better. – ObsessiveSSOℲ Oct 28 '12 at 18:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.