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.46k stars 121 forks source link

Application does not launch #315

Closed rpolley closed 1 year ago

rpolley commented 2 years ago

Currently on Fedora 34, this application does not launch. If I look in journalctl I see the following message: android-file-transfer[3918]: QSocketNotifier: Can only be used with threads started with QThread.

rpolley commented 2 years ago

(this is using whatever version of this dnf installs)

viveksray17 commented 2 years ago

I am using the appimage. some of it's dependecies are gvfs-mtp fuse2 and mtpfs. Even though it is an appimage it certainly requires these packages to be installed. Otherwise it doesn't work

whoozle commented 2 years ago

shouldn't be mtpfs really but others look valid, thanks for the investigation, I'll take a look how to add them, PRs welcome :)

viveksray17 commented 2 years ago

shouldn't be mtpfs really but others look valid, thanks for the investigation, I'll take a look how to add them, PRs welcome :)

ok yeah mtpfs is not required. It works without it also

whoozle commented 2 years ago

I just found that for some reason appimage deploy binary was called twice :grimacing: could you try the latest appimage please?

viveksray17 commented 2 years ago

yes it works now 🥳

whoozle commented 1 year ago

hooray, thanks for checking this out!