6

I can no longer run Simple-scan on 14.04 under kernel 3.13.0-34-generic.

It quits before the UI loads and when I run simple-scan from terminal I get a segmentation fault. It's such a useful tool for me and I'm annoyed because it used to work perfectly. All I have changed recently (other than routine dist-upgrades) was 'dpkg --add-architecture i386' to get the latest version of Crossover running.

Any ideas?

I'm temporarily using 'gscan2pdf' which is ok but really slows down my workflow when compared to Simple Scan.

Thanks in advance!

2 Answers2

12

What worked for me was:

  1. Delete the files in ~/.cache/simple-scan/autosaves/

  2. Delete the file ~/.cache/simple-scan/state

Found out the error using simple-scan -d.

Hope it helps someone.

lol768
  • 318
vishank
  • 121
2

In my case the simple-scan Directory and Files had wrong permissions. Due to running simple-scan first with sudo, the Dir and Files had root:root rights.

Just change Permissions to your Users Permissions:

sudo chown -R myuser:mygrp ~/.cache/simple-scan
pa4080
  • 30,621
Martin
  • 21
  • 1