kio.org (808B)
1 * Phone file sharing 2 Plasma-native apps can browse phone filesystems accessed over MTP 3 thanks to the KIO API, but other apps need a mount point. 4 Unfortunately [[https://invent.kde.org/system/kio-fuse/-/merge_requests/10][KIOFuse blacklists MTP]], so we need to resort to 5 thirdparty tools to create such a mount point. 6 7 [[https://whoozle.github.io/android-file-transfer-linux/][=android-file-transfer-linux=]] ([[https://packages.debian.org/stable/android-file-transfer][Debian]], [[https://software.opensuse.org/package/android-file-transfer-linux][openSUSE]]) can do the job with a 8 simple ~aft-mtp-mount $MOUNTPOINT~, but one may need to ~pkill kiod~ 9 first, since [[https://bugs.kde.org/show_bug.cgi?id=412257][that daemon starts hogging]] the… USB… device… bus thing as 10 soon as the phone is plugged.