How do I disable pop-up notifications in Xubuntu?

19,165

Solution 1

Obviously removing notify-osd won't work because Xubuntu doesn't use it, it uses xfce4-notifyd.

So if you want to remove them, remove that package.

 sudo apt-get remove xfce4-notifyd

If you only want to disable them use this:

 sudo mv /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service.disabled

To reverse that:

 sudo mv /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service.disabled /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service

Source.

Solution 2

you can also run this command and will be able to edit what you want to be shown or blocked in notifications. I had to do this for SMB4K for drive mounts as it was driving me nuts lol.

xfce4-notifyd-config

Share:
19,165

Related videos on Youtube

craizzz
Author by

craizzz

Updated on September 18, 2022

Comments

  • craizzz
    craizzz almost 2 years

    How can i disable ALL pop-up notification on Xubuntu 11.10

    I have tried: sudo apt-get remove notify-osd

    Which resulted in

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package notify-osd is not installed, so not removed
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
  • craizzz
    craizzz over 12 years
    Awesome! thanks! but now sound +/- buttons on keyboard do not work! ((
  • Uri Herrera
    Uri Herrera over 12 years
    Well no, xfce4-notifyd works with xfce4-volumed..
  • craizzz
    craizzz over 12 years
    back and $ xfce4-volumed to but buttons still dose not work
  • Uri Herrera
    Uri Herrera over 12 years
    If you remove the Notifications daemon the Volume daemon doesn't work.
  • Uri Herrera
    Uri Herrera over 12 years
    When you re install the Notifications, the daemon will work again thus the Volume daemon will work again as intended.
  • craizzz
    craizzz over 12 years
    I have reinstall Notifications, make reboot, & Voluem buttons dosen't work