View Issue Details

IDProjectCategoryView StatusLast Update
0001522Double CommanderPluginspublic2026-02-28 13:46
Reporterarykov Assigned ToAlexx2000  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Product Version0.7.4 
Summary0001522: Unable to find files in zips under certain circumstances
DescriptionIf search is performed in directory that contains subdirectories(with name lengths higher than 1 from what I can tell) and zip file(s), files contained in zip files do not get searched.
Steps To Reproduce1. execute the following
mkdir /tmp/test
touch /tmp/test/findme
cd /tmp/test
zip findme.zip findme
rm findme
2. Perform a search for files with mask *(Commands/Search) with search in archives enabled. Search results return /tmp/test/findme.zip\findme and /tmp/test/findme.zip, which is expected
3.execute
mkdir /tmp/test/a
4. Perform a search for files with mask *(Commands/Search) with search in archives enabled. Search results return /tmp/test/findme.zip\findme, /tmp/test/findme.zip and /tmp/test/a which is expected
5. execute
mv /tmp/test/a tmp/test/ap
6. Perform a search for files with mask *(Commands/Search) with search in archives enabled. Search results return /tmp/test/findme.zip and /tmp/test/ap which is incorrect. /tmp/test/findme.zip\findme is missing.

Additional InformationDouble Commander
Version: 0.7.4 beta
Revision: 7058
Build date: 2016/08/20
Lazarus: 1.4.4.0-Unknown
FPC: 2.6.4
Platform: x86_64-Linux-gtk2
OS version: Ubuntu 14.04.5 LTS

Widgetset library: GTK 2.24.23
TagsNo tags attached.
Fixed in Revision9429
Operating systemLinux
WidgetsetGTK2
Architecture64-bit

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-09-07 13:43 arykov New Issue
2016-09-09 07:23 Alexx2000 Status new => confirmed
2020-05-30 20:11 Alexx2000 Fixed in Revision => 9429
2020-06-19 21:55 Alexx2000 Status confirmed => resolved
2020-06-19 21:55 Alexx2000 Resolution open => fixed
2020-06-19 21:55 Alexx2000 Assigned To => Alexx2000
2026-02-28 13:46 Alexx2000 Status resolved => closed