Desktop lost and many GUI applications do not work
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So the GUI starts ok (although slow) and you're missing the items from your desktop? If I were to take a guess I'd try renaming the Desktop directory in my home and restarting. Hopefully KDE will just make a new Desktop directory for you... then copy the contents from the old into the new and cross your fingers.
How did you install xchm.rpm? Did you force it?
As jimdaworm said, are you getting any error messages?
yes i'm missing items from my desktop.
ok,concerning the xchm.rpm i did not finish its installation because of those pblms,i installed many applications that were requiered for the xchm(dependencies),but i got no error message,during the installtion suddenlly the rpm manager would not work.
for the pblm of desktop has occured before installing xchm using rpms,i was installing it using sources code files, you know (./configure then make....)once i was installing, i think the atk or the cairo ,it sends a message from the configure, saying that i should give path, where applications are installed,to the /etc/ld.so.conf so i added those 2 lines
Quote:
/usr/local/lib
/usr/X11R6/lib
.
after that i turned my pc off,the next boot i got a window message(i did not remember what was written on it)so after that i lost my desktop.
ok i'm going to try what you told me then answer you
pls how can i at least make my kde envirement launch rapidally and automatically, coz i always open a new shell(Ctrl+Alt+F1)
then log in as oot then type kde command then get back to the GUI envierement.
Sorry adilturbo I am running out of ideas. What I suggest you do is eit your profile to show your distrubution and kernel version (Just to make it quicker/easier for people to see this basic info)
Oh yeah, *duh*, you indicated you updated /etc/ld.so.conf. Did you update the linker cache with ldconfig after you did this?
Chances are, there are new hooks installed into KDM that cannot execute because the dynamic linker cannot find the required libraries -- hence the long wait time before it gives up.
Run
Code:
ldconfig -vNX | tee ~/ldconfig.test.txt
as root and see what the output is. If it indicates it is updating the cache (adding some libraries), then most likely this is the case.
The above command will not actually update the linker cache. This is a "dry run" of sorts.
If you are uncertain, then post the ~/ldconfig.test.txt here.
If you want to go ahead with it, then just run
Code:
ldconfig -v | tee ~/ldconfig.run.txt
after you have backed up the linker cache (/etc/ld.so.cache).
Be forwarned that you installed some stuff from source. I highly recommend you go back to those install directories and uninstall before you try this because RPM should take care of the linker, anyway. In general, those systems with a package manager, you should use that facility to install software as the first choice. Otherwise, you're making your life a little more difficult.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.