有没有办法在 Unity 之外启动 Unity Dash?

Tig*_*ull 4 gnome 10.10 launcher wingpanel unity-2d

我已经安装了 Unity 2d,因此我可以在标准的 Gnome 面板桌面中使用启动器和面板。我想知道是否有一种方法可以仅启动 Dash,如果可以,是否可以为其分配快捷方式。我想到的是 Elementary 或 Gnome-Shell 样式“活动”按钮上的 Wingpanel + Slingshot 组合。谢谢你的帮助。

小智 6

Unity 2D 的破折号可以独立使用,但有一个小技巧:它开始不可见。

要启动它,请键入:

unity-2d-places
Run Code Online (Sandbox Code Playgroud)

为了使其可见,有一个 D-Bus API:

bool com.canonical.Unity2d.Dash.active
Run Code Online (Sandbox Code Playgroud)

从命令行:

qdbus com.canonical.Unity2d.Dash /Dash active true
Run Code Online (Sandbox Code Playgroud)