from Server/└ Linux(Fedora) 2009. 3. 17. 22:54

Fedora 8에서 다음과 같은 경고 메시지가 나올경우, 아래와 같은 명령어를 실행하면 해결할 수 있다.

the networkManager applet could not find some required resources it cannot continue

 

1) update your system

Code:
yum -y update
2) if that does not solve the problem you apply the workaround
Code:
su -
gtk-update-icon-cache -f /usr/share/icons/hicolor
-for the Desktop not being enabled problem i think that you need to install the Nvidia driver.
,