[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Scott Kitterman
** Changed in: catfish (Ubuntu) Importance: Undecided = Medium Status: Incomplete = Triaged -- catfish can't find on path containing whitespace https://bugs.launchpad.net/bugs/316674 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Savvas Radevic
I think this has been been in version 0.3.1: http://www.twotoasts.de/media/catfish/ChangeLog + fix search from folders with spaces breaking find I'll try and package the new version, anyone else is also welcome to try :) -- catfish can't find on path containing whitespace

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Savvas Radevic
Debian will update their package and we can then ask for a sync to include the new catfish version (0.3.2) in Ubuntu repositories. Jarno, can you install my test-package and see if this problem is fixed with 0.3.2: wget

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Piotr Ożarowski
uploaded to unstable -- catfish can't find on path containing whitespace https://bugs.launchpad.net/bugs/316674 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Florian Diesch
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we can't fix it because your description didn't include enough information. You may find it helpful to read How to report bugs effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Jarno Suni
In terminal: cd mkdir lake mkdir lake/predation mkdir lake/predation\ good echo lake/predation/food\ poisoning echo lake/predation\ good/food catfish --path=`pwd`/lake/predation\ good in catfish: Try to find food. Expect to get food in predation good. Get food poisoning in predation instead.