Ubuntu環境下,如何使「Dolphin」支援「MTP」

測試環境

以下測試環境在

  • 「Xubuntu 14.04 64位元」

緣起

使用USB傳輸線,接了「Android」設備。

在「Xubuntu」桌面,發現會出現「裝置(Device)」的圖示。
點選後,會呼叫「Dolphin」 起來,是因為我把預設的File Manager改為「Dolphin」。
但重點是,並沒有開啟該裝置的資料夾,而我看「Dolphin」的「Devices」也沒有。

所以這時候就改用「Thunar」來觀看,果然就有看到「裝置(Device)」。

我有接了兩個不同的「Android」設備。
在「Thunar」的檔案路徑可以看到兩種不同的「Protocol」。

MTP

1
mtp://[usb:001,010]/

gphoto2

1
gphoto2://[usb:001,010]/

解決方案

於是用「ubuntu mtp dolphin」查詢。
參考「這篇」和「這篇」。

只要執行下面的指令就可以了(不需要加入「PPA」)。

1
$ sudo apt-get install kio-mtp

更多參考

查詢「kio」開頭的套件

1
$ apt-cache search ^kio-

結果

1
2
3
4
5
6
7
kio-audiocd - transparent audio CD access for applications using the KDE Platform
kio-audiocd-dbg - debugging symbols for the audio CD KIO plugin
kio-audiocd-dev - development files for the audio CD KIO plugin
kio-ftps - an ftps KIO slave for KDE 4
kio-gopher - gopher KIO slave for KDE4
kio-mtp - access to MTP devices for applications using the KDE Platform
kio-mtp-dbg - debugging symbols for the MTP KIO plugin

查詢「mtp」相關的套件

1
$ apt-cache search mtp

查詢「libmtp」相關的套件

1
$ apt-cache search libmtp

查詢系統裝了哪些跟「mtp」相關的套件

1
$ dpkg --get-selections | grep mtp