flagged because it doesn't work properly (Index our of range error like other people said)
...also it shouldn't conflict with rpm package
Search Criteria
Package Details: fslint-gui 2.46-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/fslint.git (read-only, click to copy) |
---|---|
Package Base: | fslint |
Description: | Finds and clean various forms of lint on a filesystem |
Upstream URL: | http://www.pixelbeat.org/fslint/ |
Licenses: | GPL |
Submitter: | None |
Maintainer: | z5tm |
Last Packager: | haawda |
Votes: | 310 |
Popularity: | 0.52 |
First Submitted: | 2007-02-24 01:42 (UTC) |
Last Updated: | 2021-11-19 16:56 (UTC) |
stevenhoneyman commented on 2014-06-06 16:52 (UTC)
thomasfb commented on 2014-06-02 07:10 (UTC)
Would be interesting to know exactly why it conflicts with rpm package.
dennis123123 commented on 2014-04-13 15:58 (UTC)
fdupes is a good replacement for this, and is already in the main repos:
https://www.archlinux.org/packages/community/x86_64/fdupes/
fslint package maintainer hasn't replied to me (emailed last month)
dennis123123 commented on 2014-03-28 19:26 (UTC)
I must have done something wrong last time - 2.42 works just fine like you said, after putting python2 in the top line of every python script
dennis123123 commented on 2014-03-28 19:17 (UTC)
How did you get it to run under the older version of python? editing every python script to specify python2.7?
That's the way I tried and got the same failiure
cobalt commented on 2014-03-02 11:28 (UTC)
I had the same "IndexError: list index out of range" with the current 2.44 as I remember, but 2.42 works just fine for me now.
dennis123123 commented on 2014-03-02 10:26 (UTC)
This is the error (again, same with 2.42 or 2.45 beta from the official site:
File "/usr/bin/fslint-gui", line 1582, in on_select_all_but_oldest_in_each_group_activate
self.on_select_all_but_one_in_each_group_activate("oldest")
File "/usr/bin/fslint-gui", line 1616, in on_select_all_but_one_in_each_group_activate
unselect_row = find_row_to_unselect(clist, row, which)
File "/usr/bin/fslint-gui", line 1602, in find_row_to_unselect
while get_selectable(row, row_data) and row < clist.rows:
File "/usr/bin/fslint-gui", line 421, in get_selectable
return row_data[row][0] != '#'
IndexError: list index out of range
dennis123123 commented on 2014-03-02 10:24 (UTC)
Not working for me, but neither is the version from the official site. It must be run under python2.7, but then I get errors when multiselecting, or deleting files or "lint" it finds. Effectively useless, not sure why.
cobalt commented on 2014-02-22 19:22 (UTC)
Not working, downgraded to 2.42
Pinned Comments
goodgerster commented on 2021-01-18 11:08 (UTC)
Please do not post comments about the GUI not working because you didn't install the optional dependency needed to make the GUI work.