If you enter
groups on the command line you see the groups you are a member of. Usually it is something like
sers cdrom audio video scanner camera
If you are not member of the
scanner groups you should add yourself. As root enter:
Code:
adduser <yourusername> scanner
But since
scanimage -L runs succesfully it is unlikely that you are not member of the scanner group.
You could try to remove the kooka config file: /home/<yourusername>/.kde/share/config/kookarc
More rigorously you could try to remove all of KDE settings, which sometimes helps to solve these kind of fuzzy problems. That is
Code:
rm -Rf /home/<yourusername>/.kde
Do that as <yourusername>, NOT as root! When doing this, you'll loose everything you ever configured in KDE, like layouts, desktops, backgrounds, preferences, stored passwords, history etc. Not a big deal, but you should realize it.
It that doesn't help.... then I am in the dark as well.
jlinkels