|
Just Beginning
Introduction Read this first before you try Ubuntu*
Which Ubuntu to pick?
Ubuntu inside Windows
Install Software
Security in Ubuntu
Where's the Terminal? Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
Changing the Default File Manager in Gnome
Disclaimers Both the scripts on this page and the files they download are transparent—you can see everything each script is going to do (they're just text files). They are presented as-is, though. If you are unsure of what a command in the script does or need to verify (for your own peace of mind) the content of the files downloaded by the scripts, please consult members of the Ubuntu Forums.
Introduction
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
Note: the restoration script will work only if you used one of the above scripts to make Nautilus not the default in the first place.
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. |
|