320x100
어느날 갑자기 user 계정으로 접속 할때 아래와 같이 에러가 뜬다면
an error occurred while loading or saving configuration information for nautilus ~
간단하다.
보면 계정 관련 파일이 두개가 있다 두개를 삭제 해주면 된다.
# cd /tmp
# ls -al
drwxrwxrwt 2 root root 4096 Mar 30 14:07 .gconfd-test1
drwxrwxrwt 2 root root 4096 Mar 30 14:07 .orbit-test1
# rm -Rf .gconfd-test1 .orbit-test1
재부팅 하면 정상적으로 접속이 된다.
320x100
'Linux' 카테고리의 다른 글
error: Exited sync due to fetch errors (0) | 2014.06.11 |
---|---|
My unqualified host name (localhost) unknown; sleeping for retry (0) | 2014.06.10 |
could not update iceauthority file /home/user/.iceauthority (0) | 2014.04.25 |
리눅스 메인 보드사양확인 dmidecode (0) | 2014.04.24 |
failed to send 'clear' to local ypserv: RPC: Program not registeredUpdating pass wd.byuid... (0) | 2014.04.07 |