Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old February 15th, 2007   #1
igknighted
Skinny Extra Sweet Ubuntu
 
igknighted's Avatar
 
Join Date: Jun 2006
Location: Syracuse, NY
Beans: 3,258
Ubuntu Karmic Koala (testing)
Nautilus help

Ok, as a long time KDE user, I am giving gnome a go... but I need a little help with nautilus before I lose my mind.

1) How can I get nautilus to stop opening each folder in a new window? <-- this is the showstopper, I can't stand this

2) Is there a way to get a bar there so I can type the path to the folder I want?

3) If nautilus can't do what I want, what other GTK filebrowsers might be able to?
__________________
Desktop: AMD Athlon64 X2 3600+, Nvidia 8600GT, 3GB RAM, 80GB hd, Windows 7 Beta
Lappy: Sony Vaio FW-140E, Intel P8400 2.26Ghz, 3GB Ram, 250GB HD, Intel x4500MHD, Windows 7 Beta & Kubuntu 8.10 w/ KDE 4.2
igknighted is offline   Reply With Quote
Old February 15th, 2007   #2
erkki70
Gee! These Aren't Roasted!
 
erkki70's Avatar
 
Join Date: Mar 2005
Location: Helsinki, Finland
Beans: 162
Ubuntu 7.04 Feisty Fawn
Re: Nautilus help

Hi,

1- Try this:

Code:
gconftool-2 --type bool --set /apps/nautilus/preferences/always_use_browser true
or
in gconf-editor, set /apps/nautilus/preferences/always_use_browser to true.

2- And this:

Code:
gconftool-2 --type bool --set /apps/nautilus/preferences/always_use_location_entry true
or
in gconf-editor, set /apps/nautilus/preferences/always_use_location_entry to true.

Enjoy

Cheers
erkki70 is offline   Reply With Quote
Old February 15th, 2007   #3
SuSUntu
A Carafe of Ubuntu
 
Join Date: Nov 2005
Beans: 121
Re: Nautilus help

As an alternative to Erkki70's recommendations

Quote:
Originally Posted by igknighted View Post
1) How can I get nautilus to stop opening each folder in a new window? <-- this is the showstopper, I can't stand this
Edit -> Preferences -> Behavior: Check "Always Open In Browser Windows"

Note: Although the default behavior of Gnome Nautilus is spatial mode (open a new window each time), I could have sworn that out-of-the-box-Ubuntu overrode that default and selected "Always Open In Browser Windows" (which is known as "browser mode"). Did you change it without realizing it? Or did you perhaps install a different version of Gnome?

Quote:
Originally Posted by igknighted View Post
2) Is there a way to get a bar there so I can type the path to the folder I want?
From a browser-mode Nautilus window (per the set-up described in Item #1), select (if not already selected):

View -> Location Bar

Once you have selected that view option, you will see an icon to the left of the location bar that looks like a piece of paper with a pencil on it. That icon toggles between button-based navigation and text-based navigation in the bar. If you see buttons representing the file path, click the paper-and-pencil icon and it will change the display to a traditional text-box location bar.

Quote:
Originally Posted by igknighted View Post
3) If nautilus can't do what I want, what other GTK filebrowsers might be able to?
I supplement Nautilus with EmelFM2, a highly configurable and option-rich traditional two-pane browser.

By the way, launching Nautilus with:

nautilus --browser [path]

will override the global spatial mode preference setting. There is no such override parameter for launching spatial-mode windows if the "Always Open In Browser Windows" preference is selected. So, I prefer to leave spatial mode on globally (e.g., de-select "Always Open In Browser Windows" option), and then I specifically set my Nautilus launchers to use browser mode (--browser) when desired. That way you can have launchers that open browser-mode windows and spatial-mode windows. Despite your apparent disdain for spatial mode (I wouldn't care for it at all either if I didn't have the option to choose when to use it), spatial mode does have its benefits.

**
On a side note, I have (at least) two issues with Nautilus myself:

1. When launching a root Nautilus instance with gksudo, the "busy" indicator (mouse pointer animation) stays running for about 15-20 seconds, even on a powerful PC. While the "busy" indicator is spinning, the mouse can still be used and Nautilus still responds to clicks from this animated pointer. So, basically, it's just annoying waiting for the "busy" indicator to return to the normal mouse pointer. This behavior does not occur when launching normal Nautilus windows (non-root).

2. After upgrading from Dapper to Edgy, the Nautilus File Properties Permissions Tab has been dumbed way-down and doesn't allow for fine-grained control. There are no Set UID, Set GID, or sticky bit options, and worst of all, the only way to set a file as "executable" is to set it executable for owner, group and OTHER (it's all or nothing). I know how to set permissions from the command line or in EmelFM2, but I simply cannot see the logic of making such changes to the GUI. If they are going to dumb the interface down that much, they might as well remove the permissions tab entirely.

Last edited by SuSUntu; February 15th, 2007 at 07:33 AM..
SuSUntu is offline   Reply With Quote
Old February 15th, 2007   #4
fragos
Chocolate-Covered Ubuntu Beans
 
fragos's Avatar
 
Join Date: Apr 2006
Location: Fresno CA
Beans: 2,241
Ubuntu 9.10 Karmic Koala
Re: Nautilus help

I'm a Gnome convert from KDE my self. I did the same things you want to as outlined by others but also found a very powerful feature in Nautilus Scripts. My two favorites are "Open as Administrator" which gives you root access according to what ever application is normally used. For example Gedit. If you open a folder with this feature all Nautilus initiated programs will come up as root. The second is "Terminal Here" which opens the terminal window set to that directory. No end of scripts can be created. You can even write them in bash.
__________________
Thank a veteran -- George
Internet Coach & Writer
http://FragosTech.com
fragos is offline   Reply With Quote
Old February 17th, 2007   #5
vector_prime
5 Cups of Ubuntu
 
Join Date: Jun 2006
Location: North Carolina, US
Beans: 8
Hardy Heron (Ubuntu Development)
Re: Nautilus help

Quote:
Originally Posted by SuSUntu View Post
2. After upgrading from Dapper to Edgy, the Nautilus File Properties Permissions Tab has been dumbed way-down and doesn't allow for fine-grained control. There are no Set UID, Set GID, or sticky bit options, and worst of all, the only way to set a file as "executable" is to set it executable for owner, group and OTHER (it's all or nothing). I know how to set permissions from the command line or in EmelFM2, but I simply cannot see the logic of making such changes to the GUI. If they are going to dumb the interface down that much, they might as well remove the permissions tab entirely.
There's a gconf setting for this. Go into gconf-editor and try setting /apps/nautilus/prefrences/show_advanced_permissions to true.
vector_prime is offline   Reply With Quote
Old February 17th, 2007   #6
SuSUntu
A Carafe of Ubuntu
 
Join Date: Nov 2005
Beans: 121
Re: Nautilus help

Quote:
Originally Posted by vector_prime View Post
There's a gconf setting for this. Go into gconf-editor and try setting /apps/nautilus/prefrences/show_advanced_permissions to true.
Perfect.

Thank you very much for that information.
SuSUntu is offline   Reply With Quote
Old February 17th, 2007   #7
CocoAUS
Day Old Decaf
 
Join Date: Dec 2006
Beans: 262
Re: Nautilus help

What version of Ubuntu are you using? My default Edgy install doesn't use the stupid open-a-new-window-for-every-folder behavior.

Since I've configured Nautilus correctly, the only complaint I have about Gnome is that the stupid wxwidgets behavior makes sliders (in Totem, for instance) jump by intervals, rather than jumping to where you click. Oh, and the stupid file chooser in save dialogs and such is horrible. Absolutely horrible.

Other than that, I love Gnome better than KDE in every way.
CocoAUS is offline   Reply With Quote
Old December 3rd, 2007   #8
NoobieDoobieDo
5 Cups of Ubuntu
 
Join Date: Aug 2005
Beans: 36
Ubuntu 8.04 Hardy Heron
Re: Nautilus help

OMFG thank you - I can't stand how Nautilus opens a new window everytime.

Most. Retarded. Thing. Ever.

Seriously, don't ever program Gnome to do this again.
NoobieDoobieDo is offline   Reply With Quote
Old December 3rd, 2007   #9
fragos
Chocolate-Covered Ubuntu Beans
 
fragos's Avatar
 
Join Date: Apr 2006
Location: Fresno CA
Beans: 2,241
Ubuntu 9.10 Karmic Koala
Re: Nautilus help

Quote:
Originally Posted by NoobieDoobieDo View Post
OMFG thank you - I can't stand how Nautilus opens a new window everytime.

Most. Retarded. Thing. Ever.

Seriously, don't ever program Gnome to do this again.
You should check your facts before making statements. In this case your assertion is wrong and taken out of context of how things work. If you open a folder on the desktop or thru Places you get a new window. If you open a folder within a Nautilus window it opens in that window. Both ways have their place. Two windows certainly works well when draging files from one place to another. Having both options is hardly retarded.
__________________
Thank a veteran -- George
Internet Coach & Writer
http://FragosTech.com
fragos is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:44 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry