在 Unity 中,可以将桌面操作添加到停靠项目(例如,您可以添加“新建私人窗口”操作火狐桌面版当您右键单击扩展坞中的 Firefox 图标时,它会显示为一个选项)。我刚刚安装了 Ubuntu Gnome,虽然桌面文件看起来与 Unity 中的相同,但桌面操作不会出现在 Dock 条目/图标中。有什么办法可以在 Gnome 中实现这一点吗?
版本:
Ubuntu:14.04 LTS
Gnome:3.10.4
桌面操作示例:
[Desktop Entry]
Version=1.0
Name=Firefox Web Browser
...
Actions=NewPrivateWindow;
[Desktop Action NewPrivateWindow]
Name=Open a New Private Window
Exec=firefox -private-window;
[请注意,该行OnlyShowIn=Unity;
已被删除。]
桌面文件位置:/usr/共享/应用程序/