如何禁用Xubuntu 11.10上的所有弹出通知
我试过了:sudo apt-get remove notify-osd
这导致
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.发布于 2012-02-14 23:25:08
显然,删除notify-osd不起作用,因为Xubuntu不使用它,它使用xfce4-notifyd。
所以如果你想移除它们,就移除那个包。
sudo apt-get remove xfce4-notifyd如果您只想禁用它们,请使用以下命令:
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为了扭转这一局面:
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来源。
发布于 2017-07-01 05:56:10
您还可以运行此命令,并将能够在通知中编辑希望显示或阻止的内容。我不得不为SMB4K做这件事,因为它让我发疯了。
Xfce4-通告-配置
发布于 2012-02-14 23:26:38
试试这个:
sudo mv /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service.disabledhttps://askubuntu.com/questions/104273
复制相似问题