
Nautilus-MOD (deprecated)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
all the changes in the nautilus-mod now are implemented in nautilus-elementary, with a lot of new options and tweaks from ammonkey, so you better get the new awesome nautilus elementary... the themes elementary-mod and osliner-mod still working with nautilus-elementary.
thanks a lot to ammonkey for his great work: http://ammonkey.posterous.com/
how install nautilus-elementary:
http://www.webupd8.org/2010/04/install-nautilus-elementary-230-in.html
gitiret
10 years ago
Report
asl2690
10 years ago
Report
jecovier
10 years ago
Report
cape
10 years ago
But more important! what kind of fonts/fonts hinting are you using in those screenshots?
Report
jecovier
10 years ago
Report
cape
10 years ago
I also have liberation, so it must be a different font hinting lib.
Report
manueru
10 years ago
checking for ALL... configure: error: Package requirements (
glib-2.0 >= 2.24.0
gnome-desktop-2.0 >= 2.29.91
gthread-2.0
gio-unix-2.0
gio-2.0
pango >= 1.1.2
gtk+-2.0 >= 2.20.0
libxml-2.0 >= 2.4.7
gail >= 0.16
unique-1.0
dbus-glib-1
) were not met:
No package 'glib-2.0' found
No package 'gnome-desktop-2.0' found
No package 'gthread-2.0' found
No package 'gio-unix-2.0' found
No package 'gio-2.0' found
No package 'pango' found
No package 'gtk+-2.0' found
No package 'libxml-2.0' found
No package 'gail' found
No package 'unique-1.0' found
No package 'dbus-glib-1' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ALL_CFLAGS
and ALL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
y sin embargo los paquetes estan!
Report
jecovier
10 years ago
checking for ALL... configure: error: Package requirements (
glib-2.0 >= 2.24.0
gnome-desktop-2.0 >= 2.29.91
lo que veo en el resultado del ./configure es que estas usando una version anterior de gnome posiblemente la 2.29, la version de nautilus es la 2.30, que solo funciona con gnome-2.30, por lo que tendrias que actualizar gnome.
Report
koxmoz
10 years ago
Report
manueru
10 years ago
Report
jecovier
10 years ago
Report
manueru
10 years ago
PD: Mientras escribia me baje la version del ftp e incluso esa me tira los mismos errores... tal vez no deba instalar este nautilus D:
Report
julkie
10 years ago
Report
jecovier
10 years ago
Report
Naatan
10 years ago
One bug I ran into is that when the window gets too small (say <400 pixels) the view switcher stops functioning (it just shows a downward arrow that says "view as" when pressed and doesnt do anything).
Also, can you give any info on how to the visual to look like it does for you on other themes? I am familiar with Gimp so I don't mind messing around a bit ..
Thanks!
Report
jecovier
10 years ago
there is a nautilus foldre that contain all the gtkrc tweaks and images, in other themes you can easily copy and paste this folder and in the theme's gtkrc add this line to the end of the file:
include "nautilus/nautilus.rc"
you can replace the image to fit with the theme like in the nautilus-mod
Report
demikid
10 years ago
Report
Naatan
10 years ago
Report
Asturbal
10 years ago
When i press Alt+M to hide the menu, open the Bookmarks menu. It's the same minemonic key (in my language it's called Marcações).
Report
jecovier
10 years ago
Report
maiden2
10 years ago
best regards
Alex
Report
Naatan
10 years ago
Report
damumbl
10 years ago
But why don't you just host a PATCH right here on this site?!
I made a patch from your sources against nautilus-2.30 and bzipped it and the result has 8 kB. You can easily host that here, no need to host 8 MB at some crappy file hoster.
Report
jecovier
10 years ago
Report
damumbl
10 years ago
Here's what I would do:
* Rename your modified nautilus source folder to nautilus-2.30.0.new
* Download a fresh copy of nautilus 2.30.0 from GNOME FTP and decompress it
* In a shell run `diff -Naur nautilus-2.30.0 nautilus-2.30.0.new > nautilus-mod.patch`
* bzip2 nautilus-mod.patch and upload it here
Other users who want to use it have to download nautilus-2.30.0.tar.bz2 from GNOME FTP and your patch, decompress both. Then 'cd nautilus-2.30.0 && patch -Np1 -i ../nautilus-mod.patch` before using the usual ./configure, make, make install.
Patches contain only the differences you made and are therefore very small compared to the whole source. They are also used in most open source project's bugtrackers.
Hope this helps.
Report