如何隐藏面板中的蓝牙图标?

Ice*_*ake 21 indicator bluetooth

11.04 中的蓝牙首选项下有一个选项可以轻松隐藏图标,但在 11.10 中,右上角附近有一个名为“可见性”的小栏。我假设这就是隐藏或显示蓝牙图标的原因,但我无法移动它。一切都锁定在我的蓝牙首选项中,我看不到解锁按钮。

有任何想法吗?

Jan*_*alo 26

我相信根据桌面应用程序自动启动规范,正确的方法是创建覆盖系统默认值的用户特定配置。

  1. cd ~/.config/autostart
  2. cp /etc/xdg/autostart/bluetooth-applet* .
  3. echo "Hidden=true" | tee -a bluetooth-applet*

  • 我不得不做几乎相同的事情,但在 Raspbian 上使用文件 `blueman.desktop` 而不是文件 `bluetooth-applet*`。 (5认同)

小智 8

对于 11.10

Alt+F2并粘贴以下行:

gksu nautilus /etc/xdg/autostart
Run Code Online (Sandbox Code Playgroud)

搜索 bluetooth-applet.desktop 和 bluetooth-applet-unity.desktop 文件并删除它们(我建议您先备份它们)。

重新启动,仅此而已。