从安装脚本创建应用程序菜单条目
我正在尝试为我想要分发的应用程序创建 install.sh 。我为应用程序创建了一个 .desktop 条目,并在安装过程中将其复制到 /usr/share/applications/ 中。(在 Ubuntu 9.10 中)
该条目在安装后出现在菜单中并且可以访问。但是当我注销并再次登录后,菜单项就消失了。 .desktop 文件仍在应用程序目录中,重命名它会使该条目重新出现。我应该对 install.sh 进行哪些额外更改以避免条目消失?
我使用相同的 .desktop 文件制作了 .DEB 包,但它没有这个问题。所以我想我错过了 install.sh 中的某些步骤。目前,它将二进制文件复制到用户主文件夹中的目录中。
I'm trying to create an install.sh for an app I want to distribute. I created a .desktop entry for the app, and it is copied into /usr/share/applications/ during installation.(In Ubuntu 9.10)
The entry appears in the menu after installation and is accessible. But after I logout and login again, the menu entry disappears. The .desktop file is still in the applications directory, and renaming it makes the entry reappear. What additional change should I make to install.sh to avoid the entry from disappearing?
I made a .DEB package using the same .desktop file and it doesn't have this problem. So I guess I'm missing some step in the install.sh. For now, it copies the binaries to a directory in user's home folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
http://manpages.ubuntu.com/manpages/maverick /man8/desktop-file-install.8.html
Try this:
http://manpages.ubuntu.com/manpages/maverick/man8/desktop-file-install.8.html