我正在使用 Ubuntu 12.04 LTS。
我最近禁用了(不小心按了“不再显示”按钮)GNOME Shell 上的某些网络通知。有(我记得的):
- “GSM 网络 - 您现在已在家庭网络上注册”
- “
<Network Profile>
- 连接已建立”
现在,无论是在 Unity 还是 GNOME Shell 上,这些通知都没有显示,感觉不对劲。我该怎么做才能重新启用这些已禁用的通知?谢谢。
答案1
12.10 - Dconf
运行以下命令:
gsettings set org.gnome.nm-applet disable-disconnected-notifications "false"
gsettings set org.gnome.nm-applet disable-connected-notifications "false"
或者打开dconf-编辑器并向下滚动到▸▸org
并取消选中并在那里进行设置。gnome
nm-applet
disable-connected-notifications
disable-disconnected-notifications
11.10 和 12.04 - Gconf
gconf-编辑器 允许您编辑网络管理器通知。
滚动到那里/ ▸ apps ▸ nm-applet
并取消选中disable-connected-notifications
设置。
或者命令行方法:
gconftool -s /apps/nm-applet/disable-disconnected-notifications --type=bool false
gconftool -s /apps/nm-applet/disable-connected-notifications --type=bool false
答案2
GNOME正在过渡到dconf相反,使用dconf-editor
apt package进行编辑dconf-tools
。的设置nm-applet
位于/org/gnome/nm-applet
。