Elementary OS Freyaを使用しています。
プランク(ドック)にカスタムbashスクリプトを追加したい。
どうすればできますか?
.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
カテゴリに表示されます。それを実行し、実行中に「ドックに保持」を選択します。