如何在 Xubuntu 14.04 中重新启用“从不显示”通知?

Lin*_*ist 3 notification xubuntu

亲爱的社区!

我不小心从通知气泡中禁用了一些应用程序。我想知道,我怎样才能再次启用隐藏的应用程序?我在 askubuntu 和 ubuntu 论坛上找到了一些答案,但不幸的是,这些信息不再与实际的文件系统正确对应(例如:dconf-editor -> apps -> nm-applet -> "disable-connected-notifications" 和 " disable-disconnected-notifications”被禁用“unchecked”,不再适用,除了stamp = value 3之外,我看不到任何东西。

任何帮助将不胜感激!

祝你今天过得愉快!

TuK*_*Ksn 6

您可以使用此命令从命令行重置值:

网络通知:

gsettings reset org.gnome.nm-applet disable-connected-notifications
gsettings reset org.gnome.nm-applet disable-disconnected-notifications    
Run Code Online (Sandbox Code Playgroud)

无线通知:

gsettings reset org.gnome.nm-applet disable-wifi-create     
gsettings reset org.gnome.nm-applet suppress-wireless-networks-available
Run Code Online (Sandbox Code Playgroud)

VPN 通知

gsettings reset org.gnome.nm-applet disable-vpn-notifications    
Run Code Online (Sandbox Code Playgroud)

感谢您对https://askubuntu.com/a/398488/265974 的提示

或者使用 dconf 编辑器:

在此处输入图片说明