Dri*_*rie 4 notification gnome networking 12.04
我正在使用 Ubuntu 12.04 LTS。
我最近在 GNOME Shell 上禁用了(不小心按下了“不再显示”按钮)一些网络通知。有(我记得):
<Network Profile>
- 已建立连接”现在在 Unity 和 GNOME Shell 上,这些通知都没有出现,感觉是错误的。我该怎么做才能重新启用那些已禁用的通知?谢谢。
运行这些命令:
gsettings set org.gnome.nm-applet disable-disconnected-notifications "false"
gsettings set org.gnome.nm-applet disable-connected-notifications "false"
Run Code Online (Sandbox Code Playgroud)
或者打开dconf-editor并向下滚动到
org
?gnome
? nm-applet
并取消选中disable-connected-notifications
和disable-disconnected-notifications
设置。
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
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
4534 次 |
最近记录: |