从安装脚本创建应用程序菜单条目

发布于 2024-10-12 00:35:29 字数 336 浏览 1 评论 0原文

我正在尝试为我想要分发的应用程序创建 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文