为 Eclipse Juno 创建物理按钮

为 Eclipse Juno 创建物理按钮

可能重复:
如何将 Eclipse 固定到 Unity 启动器?

运行 12.04 并从 Eclipse 下载了 Eclipse Juno,安装在我创建的 Programs 目录中。如何创建一个物理按钮,使其可以驻留在左侧菜单上并显示在仪表板中?

答案1

您需要在编辑器中创建一个文件并保存在以下位置:

/usr/share/applications/

您可以随意命名,但必须具有.destop扩展名,例如:

/usr/share/applications/juno.desktop

在文件中粘贴以下代码:

[Desktop Entry] 
Name=Eclipse Juno 
Comment=Eclipse Juno application
Exec=path/to/the/file
Icon=/Path/to/your/icon
Terminal=false
Type=Application
StartupNotify=true
Keywords=eclipse;java;juno;

答案2

如果你查看此页面:https://wiki.ubuntu.com/fballem/Software%2012.04 您将找到安装多个软件(包括 Eclipse)的说明。

希望这可以帮助,

相关内容