Results 51 comments of Dave M

@TinaRussell , okay, I will look at adding something like that for 5.28. However, see what I wrote earlier about Windows systems: https://github.com/dave-theunsub/clamtk/issues/36#issuecomment-84165590 All you need is one item that...

Hi, Thank you for notifying me. I have to do some research for this one. Also, that's a pretty old version of clamtk. Feel free to download a newer deb...

Hi @eqjjh , A file is grayed out when it has been deleted or quarantined. Thanks, Dave M

I'm not familiar with Timeshift much, but it's easy enough to add a filter for it. I'll try adding it to 6.05. Thanks, Dave M

@eqjjh , Scans can have the options: ``` --follow-dir-symlinks[=0/1(*)/2] Follow directory symlinks (0 = never, 1 = direct, 2 = always) --follow-file-symlinks[=0/1(*)/2] Follow file symlinks (0 = never, 1 =...

Hi @SaschaVasarrhelyi , Unfortunately I don't have any control over the ClamAV packages. Are you using the latest version of Debian or Ubuntu? respectfully, Dave M

Hi @Xenophobe-01 , Those are both great ideas; he clamdscan one in particular has been brought up before and I was working to implement something like that. Unfortunately I was...

That looks nice. I recommend changing the "at" - either leaving it out or using "@" or maybe you can think of something else. This way we don't need everyone...

If it's done like this, we won't need new translations: ``` if ($scan) { $hour_spin_scan->set_value($scan_hour); $min_spin_scan->set_value($scan_minute); $scan_apply_btn->set_sensitive(FALSE); $scan_remove_btn->set_sensitive(TRUE); my $statement = _('A daily scan is scheduled'); my ($status_line_text) = sprintf(...

Hi @Discusseded , Thank you for the great feedback. Older versions did have something similar where you could delete a lot (or all, I think) at once. The problem was...