kde-添加app-launcher,关联,application, gui, xmind
- 系统左下角application图标,右键,选择 Edit Applications…
- 选 New Item
- 填写 Name,Command, Advanced/Work Path
- 点击左上角 Save
会在 ~/.local/share/applications 目录下,生成 .desktop 文件。
xmind.desktop 例子:
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Desktop Entry] Comment= Exec=/opt/xmind-8-update9-linux/XMind_amd64/XMind %F Icon=/opt/xmind-8-update9-linux/xmind.256.png Name=xmind8 NoDisplay=false Path[$e]=$HOME/tools/xmind-8-update9-linux/XMind_amd64 StartupNotify=true Terminal=0 TerminalOptions= Type=Application X-KDE-SubstituteUID=false X-KDE-Username= |