Hello again - this is a *much* better post than your first one. Thank you!
My original advice still stands: I honestly believe you would be much better off if you could find somebody experienced to help you troubleshoot this problem.
You might also wish to consider re-installing Linux. It sounds like it's a fresh install (i.e. there's probably no significant data on the system yet); SuSE installation is relatively quick and straightforward, and it's a useful experience for any Linux user.
Having said that, it sounds like some X Windows/desktop related file became corrupted. Here are two relevant links:
http://www.mail-archive.com/psyche-l.../msg10459.html
http://unix.derkeiler.com/Mailing-Li...3-05/0241.html
If you want to try troubleshooting, you definitely want to do it from the command line (since you'll effectively be debugging X windows itself). You can do this by typing <Clt-Alt-F1>, <Ctl-Alt-F2>, etc, etc. This lets you log in to "Virtual console 1", Virtual console 2", etc.
Once logged in (as "root"), you can view the SuSE 9.3 X windows error log with this command:
less /var/log/Xorg.0.log
You can "cd" to your user directory with this command:
cd ~MYUSERNAME (substitute your actual user name):
Finally, you can view the files and directories in your home directory, sorted by date, with this command:
cd ~MYUSERNAME
ls -lat | less
Good luck .. PSM