如何向默认可执行应用程序添加图像图标?

如何向默认可执行应用程序添加图像图标?

我想用新图标更改默认的 rombus 形状图标,有什么办法吗?

答案1

你需要做的是.desktop在某个地方创建一个文件,比如你的主文件夹。接下来,添加以下几行:

[Desktop Entry]
Type=Application
Name=<Name of your Application>
Exec=/path/to/executable
Icon=/path/to/icon/file
Comment[en_US]=<What you want the mouse over text to be>

相关内容