whoozle / android-file-transfer-linux

Android File Transfer for Linux (and macOS!)
http://whoozle.github.io/android-file-transfer-linux/
GNU Lesser General Public License v2.1
1.43k stars 120 forks source link

Document how to start applicatin #300

Open jidanni opened 2 years ago

jidanni commented 2 years ago

README.md says

FUSE interface
mkdir ~/my-device
./aft-mtp-mount ~/my-device

Mention remove dot when using Debian package.

Qt user interface
Start application, choose destination folder and click any button on toolbar.

Mention how to start the application. Wait,

$ ls -tc /usr/bin | head
aft-mtp-cli
aft-mtp-mount
android-file-transfer

OK, must be the third one.

whoozle commented 2 years ago

hmm, interesting, I provide android-file-transfer.desktop as a part of the installation, it should be enough to register in the menu of your favourite WM/DE.

jehoshua7 commented 2 years ago

There is mention of the GUI. I had no idea what this was or where to find it. Then entered "android" from the applications menu.

My point is, a few lines on what the GUI is and where to find it would be great. I looked ...

ls -al /usr/share/applications/android-file-transfer*

-rw-r--r-- 1 root root 249 Dec 30 2020 /usr/share/applications/android-file-transfer.desktop

cat /usr/share/applications/android-file-transfer.desktop

[Desktop Entry] Name=Android File Transfer (MTP) Comment=Transfer files from/to MTP devices Exec=android-file-transfer Icon=android-file-transfer StartupNotify=false Terminal=false Type=Application Categories=Utility;System;FileTools;Filesystem;Qt;