Results 1 to 9 of 9
  1. #1
    Wire muncher! infra_red_dude's Avatar
    Join Date
    Nov 2003
    Posts
    6,157

    Default 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)
    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): http://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: 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_manager
    Last 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

  2. #2
    left this forum longback praka123's Avatar
    Join Date
    Sep 2005
    Location
    -
    Posts
    7,513

    Default 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

  3. #3
    Wire muncher! infra_red_dude's Avatar
    Join Date
    Nov 2003
    Posts
    6,157

    Default 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:
    Code:
    sudo mv /usr/bin/nautilus /usr/bin/nautilus.real
    sudo gedit /usr/bin/nautilus
    the contents of /usr/bin/nautilus:
    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, completely removed nautilus by going to system>preferences>gtweakui-nautilus and unchecking all options. (even the use nautilus to draw desktop option)

    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

  4. #4
    Alpha Geek saurabh.sauron's Avatar
    Join Date
    Jan 2006
    Location
    Middle Earth
    Posts
    503

    Default 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.

  5. #5
    You gave been GXified gxsaurav's Avatar
    Join Date
    Jan 2007
    Location
    New Delhi
    Posts
    5,595

    Default 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

  6. #6
    Wire muncher! infra_red_dude's Avatar
    Join Date
    Nov 2003
    Posts
    6,157

    Default 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

  7. #7
    Wire muncher! infra_red_dude's Avatar
    Join Date
    Nov 2003
    Posts
    6,157

    Default 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

  8. #8
    left this forum longback praka123's Avatar
    Join Date
    Sep 2005
    Location
    -
    Posts
    7,513

    Default 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

  9. #9
    Wire muncher! infra_red_dude's Avatar
    Join Date
    Nov 2003
    Posts
    6,157

    Default 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

  1. suggestion for a light weight notebook
    By ajooba215 in forum Laptops and Netbooks
    Replies: 1
    Last Post: 26-07-2012, 01:11 PM
  2. Help required... Light weight Laptop
    By man4714 in forum Laptops and Netbooks
    Replies: 2
    Last Post: 20-07-2012, 10:38 PM
  3. Replies: 28
    Last Post: 21-08-2008, 08:55 PM
  4. Replies: 3
    Last Post: 09-07-2008, 07:23 PM
  5. Light weight Nokia s60 ? any suggestions ?
    By esumitkumar in forum Buying Advice
    Replies: 14
    Last Post: 09-08-2007, 10:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close