[Bug 385250] Re: Thunderbird is opening PDF attachments with clamtk
Martin Wildam
mwildam at gmail.com
Thu Nov 5 13:07:25 UTC 2009
Workaround: I have removed ClamTk and then I have created a nautilus
action (if not installed: sudo apt-get install nautilus-actions )
Action command is the following (enabled for files and folders and multiple selections):
path: gnome-terminal
parameters: -x /opt/clamscan.sh %M
And I have created the clamscan.sh with the following content (and set to be readable and executable for everyone):
#!/bin/bash
clamscan $@
read line
Now I can scan files with clamav on demand using the context menu in
Nautilus.
HTH.
--
Thunderbird is opening PDF attachments with clamtk
https://bugs.launchpad.net/bugs/385250
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to mozilla-thunderbird in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list