Ubuntu / Ubuntu File Manager / Config


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Ubuntu / Ubuntu File Manager / Config
# 1  
Old 04-26-2010
Data Ubuntu / Ubuntu File Manager / Config

I am using Ubuntu 9.10 with Gnome 2.28.

I use the default Nautilus File Manager to view / manage files.

Is there a way to add icons or customize the icons that are above the location bar and below the menus? There is a bar that has icons for "Back" "Forward" "Parent" above the location bar. I want to add "Delete" so that I can quickly delete selected files. I cannot find a way to add icons there.

On a Mac, in the Finder, one would right click and select 'Customize' to do that. Is there an equivalent in Gnome / Nautilus?
Ubuntu / Ubuntu File Manager / Config-screen-shot-2010-04-26-112800-ampng
# 2  
Old 04-26-2010
As far as I know there's no simple way to customize the Nautilus toolbar.

You could try modifying the nautilis-navigation-window.ui.xml file and add the following line:

Code:
<toolitem name "Delete" action "Trash"/>

However it has the drawback that it will put the files in your ~/.local/share/Trash/ or ~/.Trash folder instead of deleting them.
# 3  
Old 04-26-2010
Thanks. Not the answer I wanted, but at least I was not crazy for not finding that!

Note to Nautilus developers: that function is needed...
# 4  
Old 04-26-2010
You're not the only one.
Quote:
Originally Posted by Linus Torvalds
This 'users are idiots, and are confused by functionality' mentality of Gnome is a disease. If you think your users are idiots, only idiots will use it. I don't use Gnome, because in striving to be simple, it has long since reached the point where it simply doesn't do what I need it to do.
Just search for the terms torvalds vs. gnome for more on the issue.
# 5  
Old 04-27-2010
I have to agree with you. The desktop wars are long over. News from the front: Windows won.

Unless there is a spectacular advantage, most users will not switch. The Gnome folks seem to be bent on fighting the desktop war all over without the benefit of billions $ / year in cash flow. There is a very health market for those who know what they want and want to customize to personal preference without the interface getting in the way.

I mostly use Linux just in Bash, I kinda like KDE, but daily I use OS X.
# 6  
Old 04-28-2010
file manager

df
du
find
ls

Smilie
# 7  
Old 04-28-2010
Quote:
Originally Posted by solaris_user
file manager

df
du
find
ls

Smilie
Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Re-install Ubuntu 14.04 from system with Ubuntu on it

I need to re-install ubuntu on a system with ubuntu 14.04 already installed. I have the cd but can not seem to boot from it or find the installer. Is there a way to re-install from the command line or how do I do a fresh re-install? Thank you :) ---------- Post updated at 10:13 AM... (2 Replies)
Discussion started by: cmccabe
2 Replies

2. Linux

How to run User-mode Linux installed with synaptic package manager in Ubuntu 10.10

I have installed user-mode linux kernel in Ubuntu 10.10 with the help of Synaptic package manager. But I'm not getting how to run it. If we install it manually, we've to run it using the executable binary file. But here, I'm unable to locate any such file. Please help.... Thanking You.... ... (0 Replies)
Discussion started by: rohitadeshmukh1
0 Replies

3. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

4. Ubuntu

Failed to install Common Array Manager in Ubuntu

Dear All, I have a problem installing SUN CAM on my laptop running Ubuntu 9.04 The error message is : Failed when detecting Sun StorageTek(TM) Common Array Manager Core Components : Could not convert Pkg version : For input string: "" Any idea why? Best regards (0 Replies)
Discussion started by: frankoko
0 Replies

5. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

6. Ubuntu

Trying to config eth0 - Ubuntu

Greetings, I have installed a Ubuntu server and attempting put a static IP address on interface ETH0. I edited the /etc/network/interfaces with the following: auto eth0 iface eth0 inet static address 192.168.203.270 gateway 192.168.203.1 netwask 255.255.255.0 network 192.168.0.0... (2 Replies)
Discussion started by: jroberson
2 Replies
Login or Register to Ask a Question