|
Just Beginning
Introduction Is Ubuntu for You?* Which Ubuntu to pick? Installing Ubuntu inside XP Plan Partitions Download and Burn Ubuntu Burn ISO from Mac Install Desktop CD Ubuntu Install Alternate CD Ubuntu* Modest Specs Where's the Terminal? Password in Terminal Install Software Extra Repositories* File Permissions Security in Ubuntu Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
Changing the Default File Manager in GnomeIt doesn't come up very often, but every now and then, someone on the Ubuntu Forums wants to know how to change the default file manager in Gnome from Nautilus to something else. It's all been a big mystery until now. Special thanks to forum member ciscosurfer for starting to unravel the mystery. I'm hoping these scripts will finish the job, even though they don't work perfectly.
Changing from Nautilus to Thunar
Step 2: Paste these commands in the terminal:
cd ~/Desktop
chmod +x defaultthunar.sh ./defaultthunar.sh
Changing from Nautilus to Konqueror
Step 2: Paste these commands in the terminal:
cd ~/Desktop
chmod +x defaultkonqueror.sh ./defaultkonqueror.sh
Changing from Nautilus to Krusader
Step 2: Paste these commands in the terminal:
cd ~/Desktop
chmod +x defaultkrusader.sh ./defaultkrusader.sh
Restoring Nautilus as the default
cd ~/Desktop
chmod +x restorenautilus.sh ./restorenautilus.sh
|