You should put some explicative title for your topic, this helps finding out your problem
without having to read the whole message
I had similar issues when I updated NetworkManager, but I am not sure if this is the problem,
since I don't know what you updated.
You could try to disable NetworkManager and see if you can open folders or anything,
open a console as root and type:
- Code: Select all
rc-update del NetworkManager default boot
restart, and see if now it works.
Unfortunately without NetworkManager you will not be able to connect to internet...
If that is the problem you could downgrade NetworkManager, or try out Wicd.
To re-enable NetworkManager you should type in a root console:
- Code: Select all
rc-update add NetworkManager default