Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: How To: Nautilus Dual Panel Karmic/Juanty

  1. #1
    Join Date
    May 2008
    Beans
    2,526

    Talking How To: Nautilus Dual Panel Karmic/Juanty

    If you like krusaders dual panel view (or PowerDesk in Windows) and want it in nautilus I found the information for doing it in Jaunty 9.04 and Karmic 9.10 and after doing it myself I decided to share the information in a simpler how to.
    Keep in mind this is still in Beta (so use it at your own risk).

    The sources were here:
    Karmic 9.10
    http://www.webupd8.org/2009/11/dual-...tu-karmic.html
    https://launchpad.net/~berndth/+archive/ppa

    Jaunty 9.04
    http://www.webupd8.org/2009/09/how-t...tilus-for.html
    https://launchpad.net/~berndth/+archive/ppa

    The short version of doing this is as follows

    For Karmic 9.10
    To add the PPA to our sources list open a terminal.
    Applications > Accessories > Terminal
    Use this in it:
    ---
    EDIT: This section can be shortened to this in Karmic 9.10 to
    Code:
    sudo add-apt-repository ppa:berndth
    Hit Enter
    Thanks to littlepeon for the tip.
    END EDIT
    ---
    Now to update and upgrade use the following 2 commands one at a time in the still open terminal.
    (Note if for some reason you don't want to upgrade other things and just want to activate the dual panel ONLY run the first command below and see Another way to activate dual panel below).
    Code:
    sudo apt-get update
    sudo apt-get install libnautilus-extension1 nautilus nautilus-data
    Once it finishes you can close the terminal.

    Restarting nautilus from the terminal makes my desktop items vanish so I recommend closing everything and going like you're going to reboot and selecting Logout this will log you out real fast and you can log right back in.

    For Jaunty 9.04
    To add the PPA to our sources list open a terminal.
    Applications > Accessories > Terminal
    Use this in it:
    Code:
    gksu gedit /ect/apt/sources.list
    Hit Enter and it will ask for your password. Type it in and hit Enter (your password will not be displayed).
    Add the following 2 lines to the bottom of the file.
    Save and close the file.
    The terminal should still be open so put this in it to add the key for the PPA.
    Code:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 246BF391
    Hit Enter
    Now to update and upgrade use the following 2 commands one at a time in the still open terminal.
    (Note if for some reason you don't want to upgrade other things and just want to activate the dual panel ONLY run the first command below and see Another way to activate dual panel below).
    Code:
    sudo apt-get update
    sudo apt-get install libnautilus-extension1 nautilus nautilus-data
    Once it finishes you can close the terminal.

    I haven't used Juanty but restarting nautilus in Karmic from the terminal makes my desktop items vanish so I recommend closing everything and going like you're going to reboot and selecting Logout this will log you out real fast and you can log right back in.

    Another way to activate dual panel
    After running apt-get update go to
    System > Administration > Synaptic Package Manager
    Search for
    libnautilus-extension1
    Right click on it and select Upgrade
    This should also mark these (if not search for them and mark them for upgrade the same way).
    nautilus-data
    nautilus
    Click on Mark then on Apply
    Once it finishes you can close Synaptic

    How to make use of the new dual pane nautilus

    Open a folder/directory such as Places > Home
    You can either click on View > Extra Pane
    And check or uncheck the box to enable/disable dual pane view.
    Or just hit the F3 key to do the same thing.

    If you want it to start in dual pane mode each time you open a folder.
    Open a terminal (or press Alt + F2) and put in
    Code:
    gconf-editor
    Hit Enter, this will open the gconf-editor
    Navigate to
    apps > nautilus > preferences
    and enable the option called start_with_extra_pane.

    Removing Dual Pane
    The PPA for it can be removed with
    Code:
    sudo rm /etc/apt/sources.list.d/berndt*
    then
    Code:
    sudo apt-get update
    then go to
    System > Administration > Synaptic Package Manager
    and search for
    libnautilus-extension1
    nautilus
    and
    nautilus-data
    select each one and click on Package > Force Version
    and select an older version from the drop down then click on Force Version, then on Apply.

    Below is a pic of how it looks. I hope that some people find this useful.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot-1.jpg 
Views:	250 
Size:	59.1 KB 
ID:	145789  
    Last edited by 2hot6ft2; April 13th, 2010 at 05:07 PM. Reason: added how to undo the changes
    Ultimate Edition Links

  2. #2
    Join Date
    Aug 2006
    Location
    Canberra, Australia
    Beans
    89
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    Thanks very much for this information.

    The tabbed feature in Nautilus does nothing for me and I have been waiting for a dual-pane feature in Nautilus for years. So was pleasantly surprised to find your posting today.
    Tony
    --
    Linux Mint 14, Linux user 456436

  3. #3
    Join Date
    May 2008
    Beans
    2,526

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    Quote Originally Posted by tonywhelan View Post
    Thanks very much for this information.

    The tabbed feature in Nautilus does nothing for me and I have been waiting for a dual-pane feature in Nautilus for years. So was pleasantly surprised to find your posting today.
    You're very welcome. I'm glad that the information was helpful.
    Ultimate Edition Links

  4. #4
    Join Date
    Apr 2009
    Beans
    865

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    I have always preferred dual pane file managers and despite using Gnome for a while now I have only just switched to using Nautilus, before I would use konqi or dolphin.

    I haven't tried this howto yet though, I'm not keen on updating major apps from 3rd party repos.

  5. #5
    Join Date
    Nov 2009
    Beans
    52

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    hey there...

    love this feature...just a quick note...if u are using karmic, you can combine the first few steps (edit apt-source.list add keyring) with the new add-apt ppa cli code:

    Code:
    sudo add-apt-repository ppa:berndth
    then all u have to do is an update/install then a reboot/logoff-login:


    Code:
    sudo apt-get update
    sudo apt-get install libnautilus-extension1 nautilus nautilus-data
    then reboot/logoff-login

    just showing off the new karmic feature add-apt-repository (wish it was backported to jaunty/hardy)....thank you for showing us this feature!

    -peon

  6. #6
    Join Date
    May 2008
    Beans
    2,526

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    Quote Originally Posted by littlepeon View Post
    hey there...

    love this feature...just a quick note...if u are using karmic, you can combine the first few steps (edit apt-source.list add keyring) with the new add-apt ppa cli code:

    Code:
    sudo add-apt-repository ppa:berndth
    then all u have to do is an update/install then a reboot/logoff-login:


    Code:
    sudo apt-get update
    sudo apt-get install libnautilus-extension1 nautilus nautilus-data
    then reboot/logoff-login

    just showing off the new karmic feature add-apt-repository (wish it was backported to jaunty/hardy)....thank you for showing us this feature!

    -peon
    Took me a while to check back. Thanks littlepeon. I have made the change to the How To. I knew there was a new way to do it but wasn't sure how to format it.
    Ultimate Edition Links

  7. #7
    Join Date
    Jun 2005
    Beans
    117

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    WOW Awesome!!!!!!!!

    Quote Originally Posted by 2hot6ft2 View Post
    If you like krusaders dual panel view (or PowerDesk in Windows) and want it in nautilus I found the information for doing it in Jaunty 9.04 and Karmic 9.10 and after doing it myself I decided to share the information in a simpler how to.
    Keep in mind this is still in Beta (so use it at your own risk).

    The sources were here:
    Karmic 9.10
    http://www.webupd8.org/2009/11/dual-...tu-karmic.html
    https://launchpad.net/~berndth/+archive/ppa

    Jaunty 9.04
    http://www.webupd8.org/2009/09/how-t...tilus-for.html
    https://launchpad.net/~berndth/+archive/ppa

    The short version of doing this is as follows

    For Karmic 9.10
    To add the PPA to our sources list open a terminal.
    Applications > Accessories > Terminal
    Use this in it:
    ---
    EDIT: This section can be shortened to this in Karmic 9.10 to
    Code:
    sudo add-apt-repository ppa:berndth
    Hit Enter
    Thanks to littlepeon for the tip.
    END EDIT
    ---
    Now to update and upgrade use the following 2 commands one at a time in the still open terminal.
    (Note if for some reason you don't want to upgrade other things and just want to activate the dual panel ONLY run the first command below and see Another way to activate dual panel below).
    Code:
    sudo apt-get update
    sudo apt-get install libnautilus-extension1 nautilus nautilus-data
    Once it finishes you can close the terminal.

    Restarting nautilus from the terminal makes my desktop items vanish so I recommend closing everything and going like you're going to reboot and selecting Logout this will log you out real fast and you can log right back in.

    For Jaunty 9.04
    To add the PPA to our sources list open a terminal.
    Applications > Accessories > Terminal
    Use this in it:
    Code:
    gksu gedit /ect/apt/sources.list
    Hit Enter and it will ask for your password. Type it in and hit Enter (your password will not be displayed).
    Add the following 2 lines to the bottom of the file.

    Save and close the file.
    The terminal should still be open so put this in it to add the key for the PPA.
    Code:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 246BF391
    Hit Enter
    Now to update and upgrade use the following 2 commands one at a time in the still open terminal.
    (Note if for some reason you don't want to upgrade other things and just want to activate the dual panel ONLY run the first command below and see Another way to activate dual panel below).
    Code:
    sudo apt-get update
    sudo apt-get install libnautilus-extension1 nautilus nautilus-data
    Once it finishes you can close the terminal.

    I haven't used Juanty but restarting nautilus in Karmic from the terminal makes my desktop items vanish so I recommend closing everything and going like you're going to reboot and selecting Logout this will log you out real fast and you can log right back in.

    Another way to activate dual panel
    After running apt-get update go to
    System > Administration > Synaptic Package Manager
    Search for

    Right click on it and select Upgrade
    This should also mark these (if not search for them and mark them for upgrade the same way).

    Click on Mark then on Apply
    Once it finishes you can close Synaptic

    How to make use of the new dual pane nautilus

    Open a folder/directory such as Places > Home
    You can either click on View > Extra Pane
    And check or uncheck the box to enable/disable dual pane view.
    Or just hit the F3 key to do the same thing.

    If you want it to start in dual pane mode each time you open a folder.
    Open a terminal (or press Alt + F2) and put in
    Code:
    gconf-editor
    Hit Enter, this will open the gconf-editor
    Navigate to
    apps > nautilus > preferences
    and enable the option called start_with_extra_pane.

    Below is a pic of how it looks. I hope that some people find this useful.
    Domain and Hosting: http://www.biztoe.net
    Website Development: http://www.biztoe.com

  8. #8
    Join Date
    Jan 2010
    Location
    Florida
    Beans
    127
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    This is a cool extension and seems to work pretty well.

    Two things though:

    1. When I try to drag and drop something, like an icon, from a root owned folder to my home folder (which normally would automatically copy the file) I get an error box about permissions, even though half the time it still does the copy. But if I choose the copy to other pain context option there are no errors. Not that big a deal, but drag and drop is such a prominent point of the extension, and when I'm in dual-pane mode my context menu is so buggy....

    2. What I did find a big deal, and why I uninstalled it, is it breaks the gloobus-preview spacebar shortcut. Of course this is meaningless if you don't use gloobus (or even know what it is), but since I use it constantly I had to choose between the two. After I install the dual pain extension spacebar opens whatever the file's default program is (gedit, gthumb, etc.) instead of gloobus. When I uninstall, spacebar goes back to gloobus. I did this a few times to be sure.

    I looked around in gconf and Nautilus preferences, Google, various conf files and found no immediate solution. Somehow, somewhere, this extension writes over/blocks where gloobus-preview modifies Nautilus to add the spacebar shortcut.

    That being said, this is a great addon and long overdue. But be wary if you use gloobus, however. Can't wait for newer versions.
    Last edited by Deadite81; March 3rd, 2010 at 03:49 PM.
    As for doing good; that is one of the professions which is full. Moreover I have tried it fairly and, strange as it may seem, am satisfied that it does not agree with my constitution.
    Henry David Thoreau, Walden

  9. #9
    Join Date
    May 2008
    Beans
    2,526

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    Quote Originally Posted by 2hot6ft2 View Post
    Keep in mind this is still in Beta (so use it at your own risk).
    Sorry it didn't work out for you. Time will tell how it matures. There are other dual pane browsers like krusader. Now we know it has issues with gloobus.
    Ultimate Edition Links

  10. #10
    Join Date
    Oct 2006
    Location
    US of Texas
    Beans
    375
    Distro
    Ubuntu Development Release

    Re: How To: Nautilus Dual Panel Karmic/Juanty

    Thanks for the dual-pane Nautilus. I always install Krusader for heavy work and use Nautilus for day to day quickie stuff, it'll be nice to have dual-pane in it too !
    Great work !
    Randy aka: randiroo76073
    Home brewed:
    ASUS-M2A-VM-mATX/AMD-64x2 5600/6gb-DDR2-PC6400/ATI Radeon 4650
    Some ask Y.....I say Ynot!

Page 1 of 3 123 LastLast

Tags for this Thread

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
  •