Package Details: go-mtpfs-git 20200111-1

Git Clone URL: https://aur.archlinux.org/go-mtpfs-git.git (read-only, click to copy)
Package Base: go-mtpfs-git
Description: Simple tool for viewing MTP devices as FUSE filesystems
Upstream URL: http://github.com/hanwen/go-mtpfs
Licenses: BSD
Submitter: wmarshall
Maintainer: valandil
Last Packager: valandil
Votes: 143
Popularity: 0.015864
First Submitted: 2012-08-03 20:06 (UTC)
Last Updated: 2021-04-06 00:53 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

wmarshall commented on 2013-05-14 15:03 (UTC)

I updated to the pacman 4.1 format of PKGBUILD, and I moved 'go' to a build-time dependency as pulb suggested.

<deleted-account> commented on 2013-02-15 20:20 (UTC)

The build fails for me right now: src/github.com/hanwen/go-mtpfs/mtp/mtp.go:282: undefined: NullWriter

wmarshall commented on 2013-02-13 20:36 (UTC)

Thanks for the feedback pulb. This is my first exposure to go, so I wasn't sure if it was needed at runtime or not. I'm reluctant to change the depends, though, since this is a git package and the tool is under active development. You're going to need go for every update, and it would be a pain to (a) have to install it anew each time, (b) have go listed as unneeded by pacman -Qtd, or (c) mark it as explicitly installed and eventually forget what depends on it and why you installed it in the first place. Anyone else have an opinion one way or the other? I'm happy to change it to whatever people think would be most useful.

pulb commented on 2013-01-27 13:59 (UTC)

IMO dependencies should read like this: depends=('libmtp') makedepends=('git' 'go')

pulb commented on 2013-01-26 19:43 (UTC)

Hi shouldn't the "go" dependency be listed in the makedepends array instead of the depends array?

<deleted-account> commented on 2012-12-20 21:07 (UTC)

Galaxy Nexus, cm10.1 - works. I wrote small script for easy mounting//unmounting + notifications(not sure them will work on kde and tiled DEs). To use: 0. Place it where you want. 1. Edit path where to mount(default - /media/MyAndroid). 2. make file runnable. 3. On run will mount//unmount and show notification about it(mounted//unmounted). http://dl.dropbox.com/u/36565962/mount_unmount.sh Still, i don't suggest anyone to unplug the phone without unmounting device first. Now making gnome-shell extention :)

stillinbeta commented on 2012-12-01 05:16 (UTC)

I was having a bit of trouble running this as a non-privileged user, getting errors about libusb_open() permission denied. Turns out (for me, at least), this was a udev problem. sib@westley:~$ cat /etc/udev/rules.d/10-katara.rules SUBSYSTEMS=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="685c", GROUP="users", MODE="0777" That's for my Galaxy Nexus. You can look up your vendor and product IDs in the startup messages of go-mtpfs.

wmarshall commented on 2012-10-02 17:37 (UTC)

Sorry for the long delay, but I have finally added libmtp as a dependency.

marcelhuber commented on 2012-08-17 09:20 (UTC)

Great tool, it works for me too (Galaxy Nexus) Could you please add libmtp as required dependency to make the package work out of the box?

wmarshall commented on 2012-08-15 02:10 (UTC)

Yeah, me too blackout23. I tried mtpfs, but it only showed an empty directory tree, no files. Glad you found it useful.