.desktop
ファイルを作成して配置する.local/share/applications/
デバイスがにマウントされている/media/share
ので、ファイルの名前をmediashare.desktop
ファイルの内容は次のとおりです。
[Desktop Entry]
Version=1.0
Type=Application
Name=Shared Media
Comment=Shared Media
Exec=nautilus /media/share
Icon=system-file-manager
X-Ubuntu-Gettext-Domain=mediashare
これが完了したら、ターミナルで次を実行します
gsettings get com.canonical.Unity.Launcher favorites
ランチャーのアイコンのリストは次のように表示されます:
['unity://running-apps', 'unity://expo-icon', 'unity://devices']
次に、mediashare.desktopを次のように追加します。
['unity://running-apps', 'unity://expo-icon', 'unity://devices', 'mediashare.desktop']
上記をコピーして、ターミナルで次を実行します
gsettings set com.canonical.Unity.Launcher favorites "['unity://running-apps', 'unity://expo-icon', 'unity://devices', 'mediashare.desktop']"
引用を気にしてください。
プレスAlt+ F2、タイプunity
とプレスEnterリフレッシュ団結します。