Solved Problem with fam

Hello,

I have a problem with FAM. For only one user on my computer, many Qt / KDE applications (and even other: for example CodeBlocks seem does not save my preferences with this bug) display an error message:
Code:
Failed to connect to socket /tmp/fam-USER/fam-

This problem is relatively unpleasant. Do you know how to solve this?

Regards
 
I found the problem...
The user haven't a default group... After a:
pw user mod USERPB -g USERPBGROUP the problem is solved.

Thank.
 
Ah, yes. That's important. Lots of things will not work quite right if a user doesn't have a primary group. It's common to create a primary group with the same name and ID as the username. But a common user group is often used too.

Code:
dice@molly:~ % id
uid=1001(dice) gid=1001(dice) groups=1001(dice)
 
Back
Top