Hello,
I'd like to disable the notification pop-ups in KDE in the lower right corner of the screen completely (or at least all but those for severe errors) in Kubuntu 10.04 because they are very distracting for me.
I already found the options in Start > Settings > System Settings > General > Notifications but there is no option to disable all of them and there are hundreds for all those applications and I'll have to do this on my laptop as well. Is there a way to disable all of them with a single click or command?
I already searched google for it but all the solutions there are for Ubuntu it seems (they suggest to rename the file /usr/share/dbus-1/services/org.freedesktop.Notifications.service to <filename>.disabled) and they don't work for me.
I've had a look at the running processes and I guess that /usr/bin/knotify4 is responsible for them but I can't uninstall it because it is part of the package kdebase-runtime according to dlocate.
Can I simply replace the file /usr/bin/knotify4 with a shellscript like
or will that cause any trouble?
Thanks for any suggestions,
spirit
I'd like to disable the notification pop-ups in KDE in the lower right corner of the screen completely (or at least all but those for severe errors) in Kubuntu 10.04 because they are very distracting for me.
I already found the options in Start > Settings > System Settings > General > Notifications but there is no option to disable all of them and there are hundreds for all those applications and I'll have to do this on my laptop as well. Is there a way to disable all of them with a single click or command?
I already searched google for it but all the solutions there are for Ubuntu it seems (they suggest to rename the file /usr/share/dbus-1/services/org.freedesktop.Notifications.service to <filename>.disabled) and they don't work for me.
I've had a look at the running processes and I guess that /usr/bin/knotify4 is responsible for them but I can't uninstall it because it is part of the package kdebase-runtime according to dlocate.
Can I simply replace the file /usr/bin/knotify4 with a shellscript like
Code:
#!/bin/bash exit 1
Thanks for any suggestions,
spirit
Comment