fslint icon indicating copy to clipboard operation
fslint copied to clipboard

Can't add directories with more than two levels

Open pixelb opened this issue 9 years ago • 7 comments

Original issue 82 created by pixelb on 2012-08-16T14:30:51.000Z:

What steps will reproduce the problem?

  1. select "add directory"
  2. browse to directory (e.g. /home/user/copies)
  3. select directory
  4. fslint truncates (e.g. /home/user)

What is the expected output? What do you see instead? You shou;d see "home/user/copies". fslint truncates to "home/user"

What version of the product are you using? On what operating system? fslint 2.42-3.fc17 Fedora 17 (fslint worked fine in Fedora 16)

Please provide any additional information below. I removed and reinstalled. No effect.

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #1 originally posted by pixelb on 2012-12-10T00:31:06.000Z:

having exactly the same problem with ubuntu 12.10 x64 Oddly enough, the correct directory is bing used when fslint is started via terminal with current cd in that directory. But if you want to add a 2nd path in the gui, it also truncates to "home/user"

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #2 originally posted by pixelb on 2012-12-22T14:23:17.000Z:

Same here Mint14 Ubuntu 12.04

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #3 originally posted by pixelb on 2012-12-22T22:58:49.000Z:

instead of selecting the desired directory. I now just highlight it. fslint the seems to work.

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #4 originally posted by pixelb on 2013-04-24T03:00:53.000Z:

Same, Ubuntu 12.10... annoying

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #5 originally posted by pixelb on 2013-05-31T00:09:52.000Z:

I can't reproduce on ubuntu 12.10 or 13.04 :(

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #6 originally posted by pixelb on 2013-05-31T03:35:27.000Z:

Although I don't thinlk the interface works the same way as it used to,
fslint does still work. This issue can be dropped.

Wish list --

  • have fslint optionally check just for files with matching names

pixelb avatar Mar 12 '15 19:03 pixelb

Comment #7 originally posted by pixelb on 2013-05-31T08:35:00.000Z:

Note fslint can filter searches before or after the search.

Before is done with the advanced search params, where you could for example add "-name '*.mpg'" as an extra find parameter. See man find for details.

After is done through wildcard selection and subsequent processing

pixelb avatar Mar 12 '15 19:03 pixelb