我正在使用 Elementary OS Freya。
我想将自定义 bash 脚本添加到 plank (dock)。
我该怎么做 ?
答案1
在您的文件夹中为脚本创建一个.desktop
文件(或在系统范围内访问)。例如:~/.local/share/applications
usr/share/applications
[Desktop Entry]
Name=My bash script
Comment=bash script to do custom stuff
Type=Application
Exec=/path/to/bash/script %U
Icon=/path/to/some/fancy/icon
Terminal=false (or true)
Categories=Other;
它将显示在Other
弹弓类别中。运行它,然后在运行时选择“保留在扩展坞中”。
答案2
要保存.desktop
文件,您必须在终端中添加:
sudo chmod 777 programName.desktop