|
Just Beginning
Introduction Is Ubuntu for You?* Which Ubuntu to pick?
Download and Burn Ubuntu
Install Software
Where's the Terminal? 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
|
|
If you have suggestions or corrections for these tutorials, please post in this Ubuntu Forums thread or leave a comment on my blog. |
|