the greeter application appears to be crashing. attempting to use a different one...

Problem:
Mismatch between the program and library build version detected

Solution:
check the library used, library 's building compilier is different from programe (gcc tool), so rebuild library, done. lol~~~




Problem:
the greeter application appears to be crashing. attempting to use a different one...

Solution:

there're many reasons, i try every method on the Internet, but no way is
effective. i list the most common solutions:

ctrl + alt +f1, enter as root.
1. the / disk is full, delete some big files; Or the /tmp is full,most  times the permission is modified, clear /tmp, and chmod 777 /tmp;

2. desktop file modified:
   check which desktop(gdm/kdm) used,
   # whick gdm / #which kdm
   #vim /etc/systemconfig/deaktop, add
   DISPLAYMANAGER=gdm / DISPLAYMANAGER=kdm
   #reboot
3. check /etc/X11/prefdm
   add preferred=gdm at the if/else end position;
   vim usr/shar/gdm/gdm.conf-custom, comment the GtkModuslist=gail:...line.
   #reboot.

none of the methods above is usefull, then my solution:
4. check the system file you modified, whick may cause the problem.
   i remember i've changed the zlib library in /usr/lib, so i recovered the zlib, solved.

Done. Good luck~~~

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章