Answers:
创建一个.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以刷新单位。