Package Details: aafm-git 20140930-1

Git Clone URL: https://aur.archlinux.org/aafm-git.git (read-only, click to copy)
Package Base: aafm-git
Description: Android ADB File Manager.
Upstream URL: https://github.com/sole/aafm
Keywords: broken brokensource eol python2 to-be-deleted unneeded
Licenses: GPL3
Conflicts: aafm
Provides: aafm
Submitter: cyker
Maintainer: MarsSeed
Last Packager: cyker
Votes: 73
Popularity: 0.000000
First Submitted: 2012-08-23 04:15 (UTC)
Last Updated: 2015-07-20 15:04 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

cyker commented on 2017-03-22 09:55 (UTC) (edited on 2017-03-22 09:55 (UTC) by cyker)

@xsmile Probably it's better to send a pull request to the upstream repo on Github? Have you already tested the patch and found it's OK?

xsmile commented on 2017-03-19 20:30 (UTC)

Please consider including this patch as a workaround for Android N: https://github.com/dword1511/aafm/commit/7ba7d55a865c179129615fe9a7feebf9c35b9b74.patch

rafnov commented on 2016-08-15 06:28 (UTC) (edited on 2016-08-15 07:13 (UTC) by rafnov)

When trying to run aafm I get the error: LC_ALL=C aafm EXECUTE ('adb', 'devices') Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/aafm/aafm-gui.py", line 880, in <module> gui = Aafm_GUI() File "/usr/lib/python2.7/site-packages/aafm/aafm-gui.py", line 41, in __init__ self.aafm = Aafm('adb', os.getcwd(), '/mnt/sdcard/') File "/usr/lib/python2.7/site-packages/aafm/Aafm.py", line 28, in __init__ self.refresh_devices() File "/usr/lib/python2.7/site-packages/aafm/Aafm.py", line 62, in refresh_devices self.connected_devices = list(self.get_connected_devices()) File "/usr/lib/python2.7/site-packages/aafm/Aafm.py", line 73, in get_connected_devices for line in self.execute(self.adb, 'devices') File "/usr/lib/python2.7/site-packages/aafm/Aafm.py", line 32, in execute proc = subprocess.Popen(args, stdout=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Pygtk installed: LC_ALL=C pacman -Ss pygtk extra/pygtk 2.24.0-6 [installed] Python bindings for the GTK widget set Why aafm won't run?

Firef0x commented on 2014-12-18 13:52 (UTC)

Hello, @cyker ! Thx for your update! However, What I mean is that 'desktop-file-utils' should be an item in 'depends', but not in 'makedepends'. Refer to https://www.archlinux.org/packages/extra/x86_64/desktop-file-utils/ , most of the package which has a desktop entry treat 'desktop-file-utils' as an item in 'depends'. Hope for your reply! Yours sincerely!

cyker commented on 2014-12-18 02:04 (UTC)

@Firef0x Updated. Thanks~

Firef0x commented on 2014-12-17 04:53 (UTC)

Hello, @cyker ! I think it should depend on 'desktop-file-utils' for calling 'update-desktop-database -q' in 'aafm-git.install'. I'm sorry that it's a bug which I imported. Yours sincerely!

cyker commented on 2014-10-15 01:35 (UTC)

@Firef0x I prefer using ISO formats, but fewer redirections is better. Updated.

Firef0x commented on 2014-10-13 18:45 (UTC)

And I guess that you want the 'pkgver' be the output of git show --date=short --pretty=format:%cd HEAD | sed 's/-//g' rather than git show --pretty=format:%ci HEAD | cut -d ' ' -f 1 | sed 's/-//g' Isn't it?

Firef0x commented on 2014-10-13 11:29 (UTC)

Hello, @cyker ! I think I've found what the problem it is. It's related to https://aur.archlinux.org/packages/python-powerline-git/ Just like the post in https://bbs.archlinuxcn.org/viewtopic.php?pid=20459#p20459 You don't need to make any change to the PKGBUILD at all.

cyker commented on 2014-10-06 16:02 (UTC)

@Firef0x I seldom use that desktopp file. If it's not working, consider file an issue at the Github project page clearing describing the problem. It's better to fix issues in upstream project than in this PKGBUILD file.