我遇到了一个奇怪的问题。当我连接到互联网或断开互联网连接时,屏幕顶部会弹出类似“已连接到”的提示路由器名称。这有点烦人... 顺便说一句,我正在使用 unity de,尝试了几种,比如 enlightenment、i3、ratpoison,但没有时间调整它们,只能使用 purge 删除。但我仍然看到以前没有的奇怪弹出栏... 有什么解决方案可以删除它吗?
编辑:链接,查看屏幕顶部http://i41.tinypic.com/169mc9l.png
答案1
我思考你说的框是 nm-applet 提供的通知。应该可以从命令行禁用它们,gconftool
例如使用
gconftool --set /apps/nm-applet/disable-connected-notifications --type boolean true
gconftool --set /apps/nm-applet/disable-disconnected-notifications --type boolean true
我无法访问 13.04 系统,但我可以确认它们使用 gnome 经典桌面在 12.04 上工作正常。您可以使用以下命令查看 nm-applet 的所有当前 gconf 参数及其值
gconftool --all-entries /apps/nm-applet