summaryrefslogtreecommitdiff
path: root/guides/setups/plasma
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-10-07 12:09:37 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-10-07 12:48:46 +0200
commit52627f8dc240bac27547a85e4150775cd84e0ad5 (patch)
treefef606ec66ffea79176d3a59811ad99e6ffe39c1 /guides/setups/plasma
parent3ecf901c1a578b61e0580a6a6ae6209d0dd120e6 (diff)
downloadmemory-leaks-52627f8dc240bac27547a85e4150775cd84e0ad5.tar.xz
Remind myself why I can't cd to my phone
Diffstat (limited to 'guides/setups/plasma')
-rw-r--r--guides/setups/plasma/kio.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/guides/setups/plasma/kio.org b/guides/setups/plasma/kio.org
new file mode 100644
index 0000000..677d3fd
--- /dev/null
+++ b/guides/setups/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.