我在 Gnome Shell 中使用 Zend Studio,我可以从文件夹二进制文件启动 Zend Studio,但我没有将其锁定到仪表板作为收藏夹的选项。
关于我该如何做这件事,您有什么想法吗?
谢谢。
答案1
以下链接适用于 unity,但它也适用于 gnome 3。
我创建了“/usr/share/applications/zendstudio.desktop”,内容如下:
[Desktop Entry]
Version=10
Name=Zend Studio
GenericName=PHP IDE
X-GNOME-FullName=Zend Studio PHP IDE
Comment=PHP IDE
Exec=/usr/local/lib/ZendStudio/ZendStudio
Icon=/usr/local/lib/ZendStudio/icon.xpm
StartupNotify=false
Terminal=false
Type=Application
Categories=GNOME;GTK;Network;IDE;CODE;PHP
ZendStudio 目录位于我的 /usr/local/lib/ 下。在 Gnome 3 中我能够搜索该应用程序。