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.
답변
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
답변
이 명령을 실행할 수도 있으며 알림에 표시하거나 차단할 대상을 편집 할 수 있습니다. 그것이 나에게 견과류 lol을 몰고 있었던 것에 따라 나는 드라이브 마운트를 위해 SMB4K를 위해 이것을해야했다.
xfce4-notifyd-config
답변
이 시도:
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