1

Is it possible to dismiss the notifications that hover over the current window? I've noticed that they become translucent on mouseover (but they still tend to cover part of the current window!). Is it possible to actually close these notifications so that they will be slightly less irritating?

TrailRider
  • 7,087
  • How can I find all questions that I have not yet accepted? – Anderson Green Jul 11 '12 at 20:07
  • Click your name at the top of the screen to view your profile. You can see all your questions there. (Or go here.) Questions in this list show the number of answers in a circle to the left. If the circle is filled in solid green, an answer has been accepted. Otherwise, there is no accepted answer. BTW, feel free to post on meta if you have questions about how to use the site. – Eliah Kagan Jul 11 '12 at 20:10

2 Answers2

1

As Lord of Time said, this is not possible at this time....well..sort of.

There is a patched NotifyOSD that will allow you to close them on click and various other customizations.

Selected out-takes from http://www.webupd8.org

The patched NotifyOSD supports the following customizations:

  • close the notifications on click

There are other options listed but that one pertains specifically to your question.

There is a lot of information on the page I linked to so I will not just copy it all here, but refer you to the page so you can read more about it and decide if it's something you want to do.

You will need to enable a custom PPA repository to install this fix. This fix actually upgrades the libnotify-bin so to uninstall it you will actually have to downgrade by purging the PPA to make the lower version available again. This is easiest to do by installing Ubuntu Tweak. Purging the PPA thru Ubuntu Tweak will automatically reinstall the most current official version of libnotify again.

TrailRider
  • 7,087
0

In a terminal window, ctrl+alt+T, enter the command

killall notify-osd; exit

will do it and any pending notifications get purged too

see: