infra_red_dude
Wire muncher!
i wanted to try out this file manager and now i've almost completely switched over to thunar (except some cases where nautilus is inevitable)
download and install thunar & related plugins plus gtweakui (for modifying nautilus)
now download this script (for gnome users, to change from nautilus to thunar as the default file manager): *www.psychocats.net/ubuntu/defaultthunar.sh
make this script executable by keying this command in the terminal in the folder where u saved the script and then run it:
this will set thunar as the default file manager, tho nautilus still exists. if you haf any shortcuts to folders then in the properties dialog replace "nautilus" wid "thunar".
now lets strip down nautilus to its bare minimum (for use in extreme cases where thunar doesn't work). run gtweakui-nautilus from system>preferences. uncheck "always use browser mode", this will strip nautilus interface to the minimum. do not modify anything else. nautilus is still used to draw desktop. but as of now there is no fix for this. i'm searching.
also to solve issues wid removable storage, launch gconf-editor. navigate to /desktop/gnome/applications/component_viewer and change "nautilus %s" to "thunar %s" in the exec key.
************************************************
to revert back to nautilus, jus undo what you've done till now (as indicated above) and run this script instead of the above indicated: *www.psychocats.net/ubuntu/restorenautilus.sh
************************************************
screenshots
this is the heavy nautilus file manager before stripping down:
*img115.imageshack.us/img115/2998/screenshotnautilusfilebws9.th.png
this is the new thunar file manager:
*img105.imageshack.us/img105/2135/screenshotanirudhfilemags9.th.png
and this is the stripped down nautilus which works in conjunction wid thunar:
*img105.imageshack.us/img105/9476/screenshotdocumentszu7.th.png
*******************************************
wid jus the default settings its not possible to browse spl locations like samba shares. follow this guide (this applies to XFCE users as well), for enabling this feature in thunar:
*ubuntuforums.org/showthread.php?t=304131
edit: jus found one more guide to make thunar the default file manager. going thru this now.
*assente.altervista.org/it/use_thunar_as_default_gnome_file_manager
download and install thunar & related plugins plus gtweakui (for modifying nautilus)
Code:
sudo apt-get install thunar thunar-archive-plugin libthunar-vfs-1-2 thunar-media-tags-plugin thunar-volman-plugin gtweakui
now download this script (for gnome users, to change from nautilus to thunar as the default file manager): *www.psychocats.net/ubuntu/defaultthunar.sh
make this script executable by keying this command in the terminal in the folder where u saved the script and then run it:
Code:
chmod +x defaultthunar.sh
./defaultthunar.sh
this will set thunar as the default file manager, tho nautilus still exists. if you haf any shortcuts to folders then in the properties dialog replace "nautilus" wid "thunar".
now lets strip down nautilus to its bare minimum (for use in extreme cases where thunar doesn't work). run gtweakui-nautilus from system>preferences. uncheck "always use browser mode", this will strip nautilus interface to the minimum. do not modify anything else. nautilus is still used to draw desktop. but as of now there is no fix for this. i'm searching.
also to solve issues wid removable storage, launch gconf-editor. navigate to /desktop/gnome/applications/component_viewer and change "nautilus %s" to "thunar %s" in the exec key.
************************************************
to revert back to nautilus, jus undo what you've done till now (as indicated above) and run this script instead of the above indicated: *www.psychocats.net/ubuntu/restorenautilus.sh
************************************************
screenshots
this is the heavy nautilus file manager before stripping down:
*img115.imageshack.us/img115/2998/screenshotnautilusfilebws9.th.png
this is the new thunar file manager:
*img105.imageshack.us/img105/2135/screenshotanirudhfilemags9.th.png
and this is the stripped down nautilus which works in conjunction wid thunar:
*img105.imageshack.us/img105/9476/screenshotdocumentszu7.th.png
*******************************************
wid jus the default settings its not possible to browse spl locations like samba shares. follow this guide (this applies to XFCE users as well), for enabling this feature in thunar:
*ubuntuforums.org/showthread.php?t=304131
edit: jus found one more guide to make thunar the default file manager. going thru this now.
*assente.altervista.org/it/use_thunar_as_default_gnome_file_manager
Last edited: