Results 1 to 9 of 9
-
01-08-2007, 05:49 PM #1
install thunar: a light weight file manager on gnome
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): http://www.psychocats.net/ubuntu/defaultthunar.shCode:sudo apt-get install thunar thunar-archive-plugin libthunar-vfs-1-2 thunar-media-tags-plugin thunar-volman-plugin gtweakui
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".Code:chmod +x defaultthunar.sh ./defaultthunar.sh
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: http://www.psychocats.net/ubuntu/restorenautilus.sh
************************************************
screenshots
this is the heavy nautilus file manager before stripping down:

this is the new thunar file manager:

and this is the stripped down nautilus which works in conjunction wid thunar:

*******************************************
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:
http://ubuntuforums.org/showthread.php?t=304131
edit: jus found one more guide to make thunar the default file manager. going thru this now.
http://assente.altervista.org/it/use...e_file_managerLast edited by infra_red_dude; 01-08-2007 at 10:21 PM.
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
-
01-08-2007, 06:06 PM #2
Re: install thunar: a light weight file manager on gnome
thunar is default fm fur xfce.tried thunar already.but still feels nautilus "works" for me!(as of 2.18 ).
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
01-08-2007, 10:27 PM #3
Re: install thunar: a light weight file manager on gnome
yeah, but thunar has been really snappy for me
i've almost migrated to it. it has jus the features that i need
nothing more nothing less!
followed the follwing to replace nautilus:
the contents of /usr/bin/nautilus:Code:sudo mv /usr/bin/nautilus /usr/bin/nautilus.real sudo gedit /usr/bin/nautilus
now, completely removed nautilus by going to system>preferences>gtweakui-nautilus and unchecking all options. (even the use nautilus to draw desktop option)Code:#!/bin/bash #zenity --info --text="${1}/${@}" #DEBUG if [ -n "${1}" ]; then if [ "${1:0:1}" == "/" ]; then thunar "${1}" elif [ "${1}" == "--no-desktop" ]; then if [ -n "${2}" ]; then if [ "${2:0:7}" == "file://" ] || [ "${2:0:1}" == "/" ]; then thunar "${2}" else nautilus.real "${2}" fi else thunar fi else nautilus.real "${@}" fi else thunar fi
now installed xf4desktop package and related (only 3 small packages). after that added "xfdesktop" to system>preferences>session by creating a new entry wid name and command as "xfdesktop". created one more entry there for "xfce4-panel" wid name and command.
now the xfdesktop is used for drawing desktop and the xfce panel gives me the dock style panel. no more nautilus!
my system is much more snappier now! bye bye nautilus!
Last edited by infra_red_dude; 01-08-2007 at 10:27 PM. Reason: Automerged Doublepost
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
-
02-08-2007, 03:43 PM #4
Re: install thunar: a light weight file manager on gnome
thunar is real fast. it's not as well featured as nautilus, but gets all my work done. i use it when i use XFCE.
-
02-08-2007, 04:19 PM #5
Re: install thunar: a light weight file manager on gnome
Infra, you need to configure nautilas then. How is it slow? Whats your system config.
about.me/gxsaurav
-
02-08-2007, 11:43 PM #6
Re: install thunar: a light weight file manager on gnome
its not abt being slow. but i feel its bloated... thunar serves my purpose and is lighter than nautilus... thats the only reason..
btw, i haf a compaq lappy wid p4 2.8ghz, 512mb ram..etc...etc.."The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
-
04-08-2007, 12:42 PM #7
Re: install thunar: a light weight file manager on gnome
guys who are using xfce plz suggest some solutions to this. in the xfdesktop config, i've enabled show removable drives. that is coz all the other parititons (ntfs, fat32) are shown under removable drives. but it also shows a floppy drive icon. i wanna remove that. i've tried disabling the floppy drive mount in fstab but no matter what, the icon is shown on the desktop. if i uncheck show removable devices then even the usb flash drives and the phone memory card disappears.
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
-
04-08-2007, 12:57 PM #8
Re: install thunar: a light weight file manager on gnome
may be u can look on some conffiles inside ~/.xfce*
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
04-08-2007, 03:01 PM #9
Re: install thunar: a light weight file manager on gnome
thats the problem! there is no config file for the desktop icons. i looked everywhere....!!!
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
Similar Threads
-
suggestion for a light weight notebook
By ajooba215 in forum Laptops and NetbooksReplies: 1Last Post: 26-07-2012, 01:11 PM -
Help required... Light weight Laptop
By man4714 in forum Laptops and NetbooksReplies: 2Last Post: 20-07-2012, 10:38 PM -
Please suggest a light weight CD/ DVD burning software
By din in forum Software Q&AReplies: 28Last Post: 21-08-2008, 08:55 PM -
Nautilus-GNOME file manager gets tabbed file browsing
By praka123 in forum Open SourceReplies: 3Last Post: 09-07-2008, 07:23 PM -
Light weight Nokia s60 ? any suggestions ?
By esumitkumar in forum Buying AdviceReplies: 14Last Post: 09-08-2007, 10:16 AM


LinkBack URL
About LinkBacks

Bookmarks