Comment 7 for bug 1876497

Revision history for this message
Dave M (dave-nerd) wrote :

@ipv (ipv),

Actually, I think I see the problem.

If you can test this, that'd be great. You will require sudo for this.

Please locate the GUI.pm file. It's usually in a directory like this:
/usr/share/perl5/vendor_perl/ClamTk/

Scroll down to the "sub select_directory {" line (should be line 610).

First, comment out lines 621, 622, and 623. Just put a "#" in front of each line.

Then, insert a line at 620 like this:

$dialog->set_show_hidden( FALSE );

Save, and run.

If it works, I can push out 6.06 this week.

Thanks,
Dave M