6

I would like the nautilus windows look like a mac :

When you click on a folder (in the part 1 of screen), the content of this folder was display (in part 2 of screen)

It's very useful when you have many files.

It's possible to have this functionality in Ubuntu?

Braiam
  • 66,947
  • 30
  • 177
  • 264
Nymeria
  • 1,411
  • 1
  • 12
  • 19

1 Answers1

5

There is a marlin fork:

sudo add-apt-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install pantheon-files

Related:

Update 3: The instructions below are outdated, and Marlin may no longer be maintained? Thank you @kipbits for bringing this to my attention!

Update: So for gnome 3.

Perhaps Marlin

sudo add-apt-repository ppa:marlin-devs/marlin-daily
sudo apt-get update
sudo apt-get install marlin
sudo apt-get install marlin-plugin-*

What you are looking for is a Columns View capable window/file manager as seen (here). Nautilus is still discussing whether to include Miller Columns.

For gnome2/nautilus themes:

Install and configure a new theme. (like this) Download (mac4lin)

jmunsch
  • 2,183
  • 1
  • 21
  • 29
  • I was already instaled this theme. It is a Gnome2.x theme ( I use Gnome3/Unity) and it don't add the fonctionnality, it's "just" a icon pack – Nymeria Dec 26 '13 at 21:31
  • For a Columns View capable window manager try Dolphin for KDE4. Might be easier with Kubuntu. – jmunsch Dec 26 '13 at 21:54
  • 1
    After doing some searching it looks like Marlin is capable of [(Miller Columns)](http://en.wikipedia.org/wiki/Miller_columns) Column View. – jmunsch Dec 26 '13 at 22:27