Elementary OS Freyaで板(ドック)にカスタムスクリプトを追加する方法

Elementary OS Freyaで板(ドック)にカスタムスクリプトを追加する方法

Elementary OS Freyaを使用しています。
板(ドック)にカスタムbashスクリプトを追加したいです。

どうすればいいですか?

ベストアンサー1

フォルダにスクリプト用のファイルを作成する.desktop(またはシステム全体に適用)。たとえば、~/.local/share/applicationsusr/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;

OtherSlingshotカテゴリに表示されます。実行し、実行中に「Keep in Dock」を選択します。

おすすめ記事