Thursday, August 8, 2013

ERROR MESSAGE:The desktop configuration was not saved successfully

리눅스에서 MATLAB를 사용하면 Command Window에 아래와 같은 메시지가 몇 초 간격으로 계속해서 뜬다. 끈질긴 놈이다.

The desktop configuration was not saved successfully

물론 무시해도 상관 없지만, 신경에 거슬리는 관계로 구글신에게 물어보았다.

구글신 曰,

You should first set permission for the files under ~/.matlab.

터미널에서 다음과 같이 써주면 끄~읕!

>> cd ~/.matlab
>> sudo chmod a+w -R R2009b/





When I used MATLAB in Linux, following warning pops up every few seconds in the command window!!

The desktop configuration was not saved successfully

Of course you could ignore it! But if it annoys you, you could fix it using only few commands!! (You should first set permission for the files under ~/.matlab.)

>> cd ~/.matlab
>> sudo chmod a+w -R R2009b/

No comments:

Post a Comment