如何向 gnome-shell 菜单中的链接添加参数

发布于 2024-12-26 12:59:54 字数 1550 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花之痕靓丽 2025-01-02 12:59:54

要添加启动参数,您必须修改 .desktop 文件的 Exec 参数。 gvim.desktop 文件位于将

/usr/share/applications/gvim.desktop

您需要的参数添加到行中。

Exec=gvim -f %F

这将影响系统上的所有用户。如果您想要自定义启动器文件,可以在 ~/.local/share/applications 中创建一个 .desktop 文件。

To add startup arguments you have to modify the Exec parameter of the .desktop file. The gvim.desktop file is in

/usr/share/applications/gvim.desktop

Add the arguments you need to the line.

Exec=gvim -f %F

This will affect all users on your system. If you want a custom launcher file you can create a .desktop file in ~/.local/share/applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文