我在 Ubuntu 11.10 上运行 Gnome 3.2。
在 Banshee 中,我在“编辑首选项”中启用了“在声音菜单中显示 Banshee”。
MPRIS D-Bus 集成和声音菜单集成扩展也已启用。
但是,声音菜单上没有 Banshee。
缺什么?
提前致谢。
答案1
Banshee 的声音菜单扩展专门用于Ubuntu 的声音菜单。
Banshee 目前不使用 Gnome Shell 消息托盘和通知中的播放控件。该功能错误 645628如果您有兴趣跟踪进展。
然而,Gamx 指出,即使 Banshee 无法实现开箱即用的功能,也有第三方解决方案。
Webupd8 的 PPA 提供了一个gnome-shell-extensions-mediaplayer
扩展,允许您使用 Gnome Shell 中的控件控制各种媒体播放器(包括 Banshee)。要了解有关个人软件包存档的更多信息,请参阅Ask Ubuntu 上的这个问题。要安装 Gnome-shell 扩展,在终端中输入:
sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-extensions-mediaplayer
答案2
我可能误解了你的问题,但在 gnome-shell 中,你可以拥有与 Unity 中的声音菜单非常相似的东西。只需安装 gnome-shell-extensions-mediaplayer。你可以在这里找到说明
http://www.webupd8.org/2011/10/gnome-shell-mediaplayer-extension.html