summaryrefslogtreecommitdiff
path: root/guides/sysadmin/plasma/kio.org
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-01-18 19:00:03 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-01-18 19:00:03 +0100
commit3eb4d872f7157b67691fb5a98e2cf53f716c5457 (patch)
treef8a994a39e359e2620ff01baa2e1096f7e0da633 /guides/sysadmin/plasma/kio.org
parent9398b60e08f07022cf02bb290f36718b1c744eae (diff)
downloadmemory-leaks-3eb4d872f7157b67691fb5a98e2cf53f716c5457.tar.xz
Resume gratuitous shuffling
Diffstat (limited to 'guides/sysadmin/plasma/kio.org')
-rw-r--r--guides/sysadmin/plasma/kio.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/guides/sysadmin/plasma/kio.org b/guides/sysadmin/plasma/kio.org
new file mode 100644
index 0000000..677d3fd
--- /dev/null
+++ b/guides/sysadmin/plasma/kio.org
@@ -0,0 +1,10 @@
+* Phone file sharing
+Plasma-native apps can browse phone filesystems accessed over MTP
+thanks to the KIO API, but other apps need a mount point.
+Unfortunately [[https://invent.kde.org/system/kio-fuse/-/merge_requests/10][KIOFuse blacklists MTP]], so we need to resort to
+thirdparty tools to create such a mount point.
+
+[[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
+simple ~aft-mtp-mount $MOUNTPOINT~, but one may need to ~pkill kiod~
+first, since [[https://bugs.kde.org/show_bug.cgi?id=412257][that daemon starts hogging]] the… USB… device… bus thing as
+soon as the phone is plugged.