output
linux fedora gnome 添加 launcher
input
google gnome add
http://askubuntu.com/questions/112186/how-do-you-create-a-custom-application-launcher-in-gnome-shell
/usr/share/applications
https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
algo
gnome launcher template
[Desktop Entry]
Name=FooCorp Painter Pro
Exec=foocorp-painter-pro
Icon=foocorp-painter-pro
Type=Application
Categories=GTK;GNOME;Utility;
案例
[Desktop Entry]
Name=test
Exec=gnome-calculator
Icon=
Type=Application
Categories=GTK;GNOME;Utility;
alt+f2 输入 r 刷新 gnome applications
super 输入 Name对应值可见效果
Gnome桌面自定义启动器
本文介绍如何在Gnome桌面上创建自定义的应用程序启动器。通过编辑Desktop Entry文件,用户可以轻松添加图标、执行命令及指定应用程序类别。文章还提供了具体的配置示例。
2131

被折叠的 条评论
为什么被折叠?



