Skip to content

Unity桌面环境的desktop文件

hokein edited this page Sep 17, 2014 · 1 revision

Unity桌面的launcher启动的应用程序是通过*.desktop文件管理的,一个应用程序对应一个.desktop文件,统一 放在/usr/share/applications目录下。

可以自己添加.desktop文件来增加应用程序到launcher里,*.desktop文件格式如下:

[Desktop Entry]
Version=1.6
Name=ProgramName
Comment=My comment is this
Exec=/path/to/executable
Icon=/path/to/icon
Terminal=false
Type=Application
Categories=Utility;Application;

Tech-Notes

LLVM/Clang

C/C++

Linux

Vim

Tools

Others

Chromium-Dev tips

Clone this wiki locally