2

I hate these popups at the top of the screen.

enter image description here

I can't see how to turn them off. As you can see, the notification settings seems to indicate they are turned off.

How do I get rid of them? I believe it's NotifyOSD, but I'm not sure. I don't want to remove other notifications (e.g. for screen brightness changes).

I tried this from a similar question:

$> sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled
mv: cannot stat '/usr/share/dbus-1/services/org.freedesktop.Notifications.service': No such file or directory
spraff
  • 383

1 Answers1

0

It appears that there is an gnome extension for disabling the notification popups that you might give a whirl.

https://extensions.gnome.org/extension/1007/window-is-ready-notification-remover/

The source code for it is here:

https://github.com/nunofarruca/WindowIsReady_Remover

nuwandame
  • 126