This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos ERROR__SCANNING_FILES thumbnails in /tmp on Ubuntu 16.04 LTS

Hello,

we've been using the free version of sophos for quite a while now. Last week, Sophos started to show this screen everytime a thumbnail for preview in Nautilus has to be created:

This is very anoying in the daily work as you have to klick it away a hundret times per day. Any ideas what changed or how it can be fixed?

Kind Regards,

Michael



This thread was automatically locked due to age.
Parents
  • I finally figured out this annoying problem by carefully reading the manual.  The proper command is:

    sudo /opt/sophos-av/bin/savconfig add ExcludeFileOnGlob '/tmp/.gnome_desktop_thumbnail.*'

    Note, you use ExcludeFileOnGlob which expands the * wildcard.  AND, you must enclose the target in quotes.  If you don't, you will only exclude existing thumbnails.

    Note, this does allow a virus to enter as a thumbnail.  Use at your own risk.

Reply
  • I finally figured out this annoying problem by carefully reading the manual.  The proper command is:

    sudo /opt/sophos-av/bin/savconfig add ExcludeFileOnGlob '/tmp/.gnome_desktop_thumbnail.*'

    Note, you use ExcludeFileOnGlob which expands the * wildcard.  AND, you must enclose the target in quotes.  If you don't, you will only exclude existing thumbnails.

    Note, this does allow a virus to enter as a thumbnail.  Use at your own risk.

Children
No Data