diff options
Diffstat (limited to 'x11-fm/nautilus2')
18 files changed, 2124 insertions, 0 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile new file mode 100644 index 000000000..a82968bd6 --- /dev/null +++ b/x11-fm/nautilus2/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: nautilus2 +# Date created: 28th August 2000 +# Whom: ade, archie +# +# $FreeBSD: ports/x11-fm/nautilus2/Makefile,v 1.72 2002/09/20 17:07:27 marcus Exp $ +# + +PORTNAME= nautilus2 +PORTVERSION= 2.1.0 +CATEGORIES= x11-fm gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.1 +DIST_SUBDIR= gnome2 +DISTNAME= nautilus-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org + +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= rsvg-2.3:${PORTSDIR}/graphics/librsvg2 \ + eel-2.3:${PORTSDIR}/x11-toolkits/eel2 \ + gnome-desktop-2.2:${PORTSDIR}/x11/gnomedesktop + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \ + LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ + LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}" +CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ + --with-freetype2-include-place=${LOCALBASE}/include/freetype2 +MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11-fm/nautilus2/Makefile.orig b/x11-fm/nautilus2/Makefile.orig new file mode 100644 index 000000000..005c5e08a --- /dev/null +++ b/x11-fm/nautilus2/Makefile.orig @@ -0,0 +1,46 @@ +# New ports collection makefile for: nautilus2 +# Date created: 28th August 2000 +# Whom: ade, archie +# +# $FreeBSD: ports/x11-fm/nautilus2/Makefile,v 1.53 2002/06/06 04:06:38 marcus Exp $ +# + +PORTNAME= nautilus2 +PORTVERSION= 1.1.17 +PORTREVISION= 1 +CATEGORIES= x11-fm gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020525 +DIST_SUBDIR= gnome2 +DISTNAME= nautilus-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org + +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \ + eel-2.2:${PORTSDIR}/x11-toolkits/eel2 \ + gnome-desktop-2.0:${PORTSDIR}/x11/gnomedesktop + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \ + LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ + LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}" +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-freetype2-lib-place=${LOCALBASE}/lib \ + --with-freetype2-include-place=${LOCALBASE}/include/freetype2 + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ + s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ + s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g' + +.include <bsd.port.mk> diff --git a/x11-fm/nautilus2/distinfo b/x11-fm/nautilus2/distinfo new file mode 100644 index 000000000..f80acbc43 --- /dev/null +++ b/x11-fm/nautilus2/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/nautilus-2.1.0.tar.bz2) = 6ebdece6686d14640a5b0212420e5f46 diff --git a/x11-fm/nautilus2/distinfo.orig b/x11-fm/nautilus2/distinfo.orig new file mode 100644 index 000000000..4f5c69535 --- /dev/null +++ b/x11-fm/nautilus2/distinfo.orig @@ -0,0 +1 @@ +MD5 (gnome2/nautilus-1.1.17.tar.bz2) = 2c12ff181865d1690fe21bb320f779eb diff --git a/x11-fm/nautilus2/files/patch-Makefile.in b/x11-fm/nautilus2/files/patch-Makefile.in new file mode 100644 index 000000000..e09fa7ef2 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Sat Sep 14 16:54:42 2002 ++++ Makefile.in Sat Sep 14 16:55:17 2002 +@@ -161,7 +161,6 @@ + libnautilus-private \ + libnautilus-adapter \ + src \ +- test \ + components \ + po \ + data \ diff --git a/x11-fm/nautilus2/files/patch-aa b/x11-fm/nautilus2/files/patch-aa new file mode 100644 index 000000000..e3791b933 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-aa @@ -0,0 +1,71 @@ +--- configure.orig Tue Jul 23 21:46:17 2002 ++++ configure Tue Jul 23 21:49:20 2002 +@@ -8311,6 +8311,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -13383,7 +13384,7 @@ + + LIBNAUTILUS_LIBS="`$PKG_CONFIG --libs $LIBNAUTILUS_MODULES`" + +-LIBNAUTILUS_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $LIBNAUTILUS_MODULES | $srcdir/add-include-prefix`" ++LIBNAUTILUS_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $LIBNAUTILUS_MODULES | xargs -n1 echo -n ' -I '`" + + + CORE_MODULES="eel-2.0 librsvg-2.0 bonobo-activation-2.0 libbonobo-2.0 libbonoboui-2.0 esound gnome-desktop-2.0 $EXTRA_CORE_MODULES" +@@ -13391,7 +13392,7 @@ + + CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $CDDA_LIBS $LIBJPEG $x_libs" + +-CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | $srcdir/add-include-prefix`" ++CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | xargs -n1 echo -n ' -I '`" + + + COMPONENT_MODULES="eel-2.0 libbonoboui-2.0 gnome-vfs-module-2.0 gnome-desktop-2.0" +@@ -14291,9 +14292,9 @@ + s,@ORBIT_CONFIG@,$ORBIT_CONFIG,;t t + s,@ORBIT_IDL@,$ORBIT_IDL,;t t + s,@ORBIT_CFLAGS@,$ORBIT_CFLAGS,;t t +-s,@ORBIT_LIBS@,$ORBIT_LIBS,;t t ++s~@ORBIT_LIBS@~$ORBIT_LIBS~;t t + s,@ALL_CFLAGS@,$ALL_CFLAGS,;t t +-s,@ALL_LIBS@,$ALL_LIBS,;t t ++s~@ALL_LIBS@~$ALL_LIBS~;t t + s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t + s,@ALLOCA@,$ALLOCA,;t t + s,@USE_NLS@,$USE_NLS,;t t +@@ -14345,24 +14346,24 @@ + s,@HAVE_JW_FALSE@,$HAVE_JW_FALSE,;t t + s,@HAVE_JW@,$HAVE_JW,;t t + s,@MEDUSA_CFLAGS@,$MEDUSA_CFLAGS,;t t +-s,@MEDUSA_LIBS@,$MEDUSA_LIBS,;t t ++s~@MEDUSA_LIBS@~$MEDUSA_LIBS~;t t + s,@LIBJPEG@,$LIBJPEG,;t t + s,@GIMPHWRAPBOX_CFLAGS@,$GIMPHWRAPBOX_CFLAGS,;t t + s,@LIBNAUTILUS_CFLAGS@,$LIBNAUTILUS_CFLAGS,;t t +-s,@LIBNAUTILUS_LIBS@,$LIBNAUTILUS_LIBS,;t t ++s~@LIBNAUTILUS_LIBS@~$LIBNAUTILUS_LIBS~;t t + s,@LIBNAUTILUS_IDL_INCLUDES@,$LIBNAUTILUS_IDL_INCLUDES,;t t + s,@CORE_CFLAGS@,$CORE_CFLAGS,;t t +-s,@CORE_LIBS@,$CORE_LIBS,;t t ++s~@CORE_LIBS@~$CORE_LIBS~;t t + s,@CORE_IDL_INCLUDES@,$CORE_IDL_INCLUDES,;t t + s,@COMPONENT_CFLAGS@,$COMPONENT_CFLAGS,;t t +-s,@COMPONENT_LIBS@,$COMPONENT_LIBS,;t t ++s~@COMPONENT_LIBS@~$COMPONENT_LIBS~;t t + s,@MUSIC_COMPONENT_CFLAGS@,$MUSIC_COMPONENT_CFLAGS,;t t +-s,@MUSIC_COMPONENT_LIBS@,$MUSIC_COMPONENT_LIBS,;t t ++s~@MUSIC_COMPONENT_LIBS@~$MUSIC_COMPONENT_LIBS~;t t + s,@DISABLE_DEPRECATED_CFLAGS@,$DISABLE_DEPRECATED_CFLAGS,;t t + s,@ENABLE_HARDWARE_VIEW_TRUE@,$ENABLE_HARDWARE_VIEW_TRUE,;t t + s,@ENABLE_HARDWARE_VIEW_FALSE@,$ENABLE_HARDWARE_VIEW_FALSE,;t t + s,@CAPPLET_CFLAGS@,$CAPPLET_CFLAGS,;t t +-s,@CAPPLET_LIBS@,$CAPPLET_LIBS,;t t ++s~@CAPPLET_LIBS@~$CAPPLET_LIBS~;t t + s,@GCONFTOOL@,$GCONFTOOL,;t t + s,@GCONF_SCHEMA_CONFIG_SOURCE@,$GCONF_SCHEMA_CONFIG_SOURCE,;t t + s,@GCONF_SCHEMA_FILE_DIR@,$GCONF_SCHEMA_FILE_DIR,;t t diff --git a/x11-fm/nautilus2/files/patch-aa.orig b/x11-fm/nautilus2/files/patch-aa.orig new file mode 100644 index 000000000..1352642e2 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-aa.orig @@ -0,0 +1,68 @@ +--- configure.orig Tue May 28 00:57:18 2002 ++++ configure Tue May 28 01:00:25 2002 +@@ -7495,6 +7495,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -12398,14 +12399,14 @@ + + LIBNAUTILUS_LIBS="`$PKG_CONFIG --libs $LIBNAUTILUS_MODULES`" + +-LIBNAUTILUS_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $LIBNAUTILUS_MODULES | $srcdir/add-include-prefix`" ++LIBNAUTILUS_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $LIBNAUTILUS_MODULES | xargs -n1 echo -n ' -I '`" + + CORE_MODULES="eel-2.0 librsvg-2.0 bonobo-activation-2.0 libbonobo-2.0 libbonoboui-2.0 esound gnome-desktop-2.0 $EXTRA_CORE_MODULES" + CORE_CFLAGS="`$PKG_CONFIG --cflags $CORE_MODULES` $x_cflags" + + CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $CDDA_LIBS $FAM_LIBS $LIBJPEG $x_libs" + +-CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | $srcdir/add-include-prefix`" ++CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | xargs -n1 echo -n ' -I '`" + + COMPONENT_MODULES="eel-2.0 libbonoboui-2.0 gnome-vfs-module-2.0" + COMPONENT_CFLAGS="`$PKG_CONFIG --cflags $COMPONENT_MODULES`" +@@ -13114,9 +13115,9 @@ + s,@ORBIT_CONFIG@,$ORBIT_CONFIG,;t t + s,@ORBIT_IDL@,$ORBIT_IDL,;t t + s,@ORBIT_CFLAGS@,$ORBIT_CFLAGS,;t t +-s,@ORBIT_LIBS@,$ORBIT_LIBS,;t t ++s~@ORBIT_LIBS@~$ORBIT_LIBS~;t t + s,@ALL_CFLAGS@,$ALL_CFLAGS,;t t +-s,@ALL_LIBS@,$ALL_LIBS,;t t ++s~@ALL_LIBS@~$ALL_LIBS~;t t + s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t + s,@ALLOCA@,$ALLOCA,;t t + s,@USE_NLS@,$USE_NLS,;t t +@@ -13171,22 +13172,22 @@ + s,@HAVE_JW_FALSE@,$HAVE_JW_FALSE,;t t + s,@HAVE_JW@,$HAVE_JW,;t t + s,@MEDUSA_CFLAGS@,$MEDUSA_CFLAGS,;t t +-s,@MEDUSA_LIBS@,$MEDUSA_LIBS,;t t ++s~@MEDUSA_LIBS@~$MEDUSA_LIBS~;t t + s,@LIBJPEG@,$LIBJPEG,;t t + s,@GIMPHWRAPBOX_CFLAGS@,$GIMPHWRAPBOX_CFLAGS,;t t + s,@LIBNAUTILUS_CFLAGS@,$LIBNAUTILUS_CFLAGS,;t t +-s,@LIBNAUTILUS_LIBS@,$LIBNAUTILUS_LIBS,;t t ++s~@LIBNAUTILUS_LIBS@~$LIBNAUTILUS_LIBS~;t t + s,@LIBNAUTILUS_IDL_INCLUDES@,$LIBNAUTILUS_IDL_INCLUDES,;t t + s,@CORE_CFLAGS@,$CORE_CFLAGS,;t t +-s,@CORE_LIBS@,$CORE_LIBS,;t t ++s~@CORE_LIBS@~$CORE_LIBS~;t t + s,@CORE_IDL_INCLUDES@,$CORE_IDL_INCLUDES,;t t + s,@COMPONENT_CFLAGS@,$COMPONENT_CFLAGS,;t t +-s,@COMPONENT_LIBS@,$COMPONENT_LIBS,;t t ++s~@COMPONENT_LIBS@~$COMPONENT_LIBS~;t t + s,@MUSIC_COMPONENT_CFLAGS@,$MUSIC_COMPONENT_CFLAGS,;t t +-s,@MUSIC_COMPONENT_LIBS@,$MUSIC_COMPONENT_LIBS,;t t ++s~@MUSIC_COMPONENT_LIBS@~$MUSIC_COMPONENT_LIBS~;t t + s,@DISABLE_DEPRECATED_CFLAGS@,$DISABLE_DEPRECATED_CFLAGS,;t t + s,@CAPPLET_CFLAGS@,$CAPPLET_CFLAGS,;t t +-s,@CAPPLET_LIBS@,$CAPPLET_LIBS,;t t ++s~@CAPPLET_LIBS@~$CAPPLET_LIBS~;t t + s,@GCONFTOOL@,$GCONFTOOL,;t t + s,@GCONF_SCHEMA_CONFIG_SOURCE@,$GCONF_SCHEMA_CONFIG_SOURCE,;t t + s,@GCONF_SCHEMA_FILE_DIR@,$GCONF_SCHEMA_FILE_DIR,;t t diff --git a/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml b/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml new file mode 100644 index 000000000..54ea8ae37 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml @@ -0,0 +1,84 @@ +--- data/static_bookmarks.xml.orig Wed Jun 5 22:58:43 2002 ++++ data/static_bookmarks.xml Wed Jun 5 23:30:11 2002 +@@ -1,54 +1,44 @@ + <?xml version="1.0"?> + <bookmarks> + <folder _name="Software"> +- <bookmark _name="Allaire" icon_name="i-web" uri="http://www.allaire.com/Products/index.cfm"/> +- <bookmark _name="Borland" icon_name="i-web" uri="http://www.borland.com/kylix/"/> +- <bookmark _name="MandrakeSoft" icon_name="i-web" uri="http://mandrakesoft.com/"/> +- <bookmark _name="Netraverse" icon_name="i-web" uri="http://www.netraverse.com"/> +- <bookmark _name="Red Hat" icon_name="i-web" uri="http://www.redhat.com"/> +- <bookmark _name="SuSE" icon_name="i-web" uri="http://www.suse.com"/> ++ <bookmark _name="4Front Technologies" icon_name="i-web" uri="http://www.4front-tech.com"/> ++ <bookmark _name="BSD Mall" icon_name="i-web" uri="http://www.bsdmall.com/freebsd1.html"/> ++ <bookmark _name="FreeBSD" icon_name="i-web" uri="http://www.freebsd.org"/> ++ <bookmark _name="GNOME" icon_name="i-web" uri="http://www.gnome.org/"/> + <bookmark _name="Sun StarOffice" icon_name="i-web" uri="http://www.sun.com/products/staroffice/"/> + <bookmark _name="Ximian" icon_name="i-web" uri="http://www.ximian.com"/> +- <bookmark _name="Zero-Knowledge" icon_name="i-web" uri="http://www.zeroknowledge.com"/> + </folder> + <folder _name="Hardware"> +- <bookmark _name="Compaq" icon_name="i-web" uri="http://www.compaq.com/products/software/linux/"/> +- <bookmark _name="CNET Computers.com" icon_name="i-web" uri="http://computers.cnet.com/hardware/0-1016.html"/> +- <bookmark _name="Dell" icon_name="i-web" uri="http://www.dell.com/linux/"/> +- <bookmark _name="Penguin Computing" icon_name="i-web" uri="http://www.penguincomputing.com"/> +- <bookmark _name="ZDNet Linux Hardware Database" icon_name="i-web" uri="http://lhd.zdnet.com"/> ++ <bookmark _name="Adaptec" icon_name="i-web" uri="http://www.adaptec.com"/> ++ <bookmark _name="BSD Mall" icon_name="i-web" uri="http://www.bsdmall.com/hardware.html"/> ++ <bookmark _name="Cisco Systems, Inc" icon_name="i-web" uri="http://www.cisco.com"/> ++ <bookmark _name="Compaq" icon_name="i-web" uri="http://www.compaq.com"/> ++ <bookmark _name="Data Net Solutions" icon_name="i-web" uri="http://www.eclipse.com"/> ++ <bookmark _name="Dell" icon_name="i-web" uri="http://www.dell.com"/> + </folder> + <folder _name="News and Media"> +- <bookmark _name="Binary Freedom" icon_name="i-web" uri="http://www.binaryfreedom.com/"/> +- <bookmark _name="CNET Linux Center" icon_name="i-web" uri="http://linux.cnet.com/linux/0-1518529-7-3378110.html"/> +- <bookmark _name="LinuxOrbit.com" icon_name="i-web" uri="http://www.linuxorbit.com"/> +- <bookmark _name="Linux Weekly News" icon_name="i-web" uri="http://www.lwn.net"/> ++ <bookmark _name="BSD Today" icon_name="i-web" uri="http://www.bsdtoday.com"/> ++ <bookmark _name="Daily Daemon News" icon_name="i-web" uri="http://daily.daemonnews.org"/> ++ <bookmark _name="Daemon News" icon_name="i-web" uri="http://www.daemonnews.org"/> + <bookmark _name="O'Reilly" icon_name="i-web" uri="http://www.oreillynet.com"/> +- <bookmark _name="OSDN" icon_name="i-web" uri="http://www.osdn.com"/> +- <bookmark _name="ZDNet Linux Resource Center" icon_name="i-web" uri="http://linux.zdnet.com"/> + </folder> + <folder _name="Web Services"> +- <bookmark _name="CollabNet" icon_name="i-web" uri="http://www.collab.net/community/"/> +- <bookmark _name="Covalent" icon_name="i-web" uri="http://www.covalent.com"/> +- <bookmark _name="Rackspace" icon_name="i-web" uri="http://www.rackspace.com"/> +- <bookmark _name="Red Hat Network" icon_name="i-web" uri="http://www.redhat.com/network/"/> ++ <bookmark _name="FreeBSD Services, Ltd." icon_name="i-web" uri="http://www.freebsd-services.com"/> ++ <bookmark _name="JohnsCompanies Collocation Services" icon_name="i-web" uri="http://www.johncompanies.com/collocation"/> + <bookmark _name="SourceForge" icon_name="i-web" uri="http://www.sourceforge.net"/> + </folder> +- <folder _name="International"> +- <bookmark _name="Conectiva" icon_name="i-web" uri="http://en.conectiva.com/"/> +- <bookmark _name="Linux One" icon_name="i-web" uri="http://www.linuxone.co.kr/english2/eng/main.htm"/> +- <bookmark _name="Open Source Asia" icon_name="i-web" uri="http://www.opensourceasia.com"/> +- <bookmark _name="RedFlag Linux" icon_name="i-web" uri="http://www.redflag-linux.com/english/index.html"/> +- <bookmark _name="Sun Wah Linux" icon_name="i-web" uri="http://www.sw-linux.com/nonflash_front.htm"/> +- </folder> +- <folder _name="Linux Resources"> +- <bookmark _name="Debian.org" icon_name="i-web" uri="http://www.debian.org"/> +- <bookmark _name="Freshmeat.net" icon_name="i-web" uri="http://www.freshmeat.net"/> +- <bookmark _name="GNOME.org" icon_name="i-web" uri="http://www.gnome.org"/> +- <bookmark _name="GNU.org" icon_name="i-web" uri="http://www.gnu.org"/> +- <bookmark _name="Linux Online" icon_name="i-web" uri="http://www.linux.org"/> +- <bookmark _name="Linux Documentation Project" icon_name="i-web" uri="http://www.linuxdoc.org"/> +- <bookmark _name="LinuxNewbie.org" icon_name="i-web" uri="http://www.linuxnewbie.org"/> ++ <folder _name="FreeBSD Resources"> ++ <bookmark _name="BSD Apps" icon_name="i-web" uri="http://www.bsdapps.com"/> ++ <bookmark _name="BSD At Work" icon_name="i-web" uri="http://www.bsdatwork.com"/> ++ <bookmark _name="BSD Central" icon_name="i-web" uri="http://bsdcentral.com"/> ++ <bookmark _name="BSD Dev Center" icon_name="i-web" uri="http://www.onlamp.com/bsd/"/> ++ <bookmark _name="FreeBSD Diary" icon_name="i-web" uri="http://www.freebsddiary.org"/> ++ <bookmark _name="FreeBSD Forums" icon_name="i-web" uri="http://www.freebsdforums.org"/> ++ <bookmark _name="FreeBSD GNOME Project" icon_name="i-web" uri="http://www.freebsd.org/gnome"/> ++ <bookmark _name="FreeBSD Handbook" icon_name="i-web" uri="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html"/> ++ <bookmark _name="FreeBSD Security Information" icon_name="i-web" uri="http://www.freebsd.org/security/security.html"/> ++ <bookmark _name="Freshports" icon_name="i-web" uri="http://www.freshports.org"/> ++ <bookmark _name="Google's BSD Search Engine" icon_name="i-web" uri="http://www.google.com/bsd"/> + <bookmark _name="OpenOffice" icon_name="i-web" uri="http://www.openoffice.org"/> + </folder> + </bookmarks> diff --git a/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c b/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c new file mode 100644 index 000000000..644b148d9 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c @@ -0,0 +1,14 @@ + +$FreeBSD: ports/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c,v 1.3 2002/05/20 18:03:39 sobomax Exp $ + +--- libnautilus-private/nautilus-medusa-support.c.orig Wed Apr 11 21:36:16 2001 ++++ libnautilus-private/nautilus-medusa-support.c Mon May 14 17:45:24 2001 +@@ -84,7 +84,7 @@ + */ + status = NAUTILUS_CRON_STATUS_OFF; + +- stat_file_name = g_strdup_printf ("/proc/%d/stat", process_number); ++ stat_file_name = g_strdup_printf ("/proc/%d/status", process_number); + stat_file = fopen (stat_file_name, "r"); + g_free (stat_file_name); + diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-monitor.c.orig b/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-monitor.c.orig new file mode 100644 index 000000000..cc13fe51a --- /dev/null +++ b/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-monitor.c.orig @@ -0,0 +1,25 @@ + +$FreeBSD: ports/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-monitor.c,v 1.2 2002/05/20 18:03:39 sobomax Exp $ + +--- libnautilus-private/nautilus-monitor.c 2001/12/07 22:54:34 1.1 ++++ libnautilus-private/nautilus-monitor.c 2001/12/07 23:10:06 +@@ -274,7 +274,8 @@ + } + + monitor = g_new0 (NautilusMonitor, 1); +- FAMMonitorFile (connection, path, &monitor->request, NULL); ++ if (FAMMonitorFile (connection, path, &monitor->request, NULL) == -1) ++ return NULL; + + g_free (path); + +@@ -314,7 +315,8 @@ + } + + monitor = g_new0 (NautilusMonitor, 1); +- FAMMonitorDirectory (connection, path, &monitor->request, NULL); ++ if (FAMMonitorDirectory (connection, path, &monitor->request, NULL) == -1) ++ return NULL; + + g_assert (g_hash_table_lookup (get_request_hash_table (), + GINT_TO_POINTER (FAMREQUEST_GETREQNUM (&monitor->request))) == NULL); diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c b/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c new file mode 100644 index 000000000..6dc60e198 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c @@ -0,0 +1,272 @@ + +$FreeBSD: ports/x11-fm/nautilus2/files/patch-libnautilus-private::nautilus-volume-monitor.c,v 1.9 2002/09/11 14:32:13 sobomax Exp $ + +--- libnautilus-private/nautilus-volume-monitor.c.orig Wed Aug 28 16:37:20 2002 ++++ libnautilus-private/nautilus-volume-monitor.c Wed Sep 11 16:39:15 2002 +@@ -59,6 +59,18 @@ + #include <sys/types.h> + #include <unistd.h> + ++#ifdef __FreeBSD__ ++#include <sys/param.h> ++#include <sys/ucred.h> ++#include <sys/mount.h> ++ ++#define HAVE_GETMNTINFO ++#define HAVE_SETFSENT ++#define HAVE_FSTAB_H ++#define FREEBSD_MNT ++#define setmntent(f,m) setfsent() ++#endif ++ + #ifdef HAVE_SYS_VFSTAB_H + #include <sys/vfstab.h> + #else +@@ -103,7 +115,7 @@ + #define MNTOPT_RO "ro" + #endif + +-#ifndef HAVE_SETMNTENT ++#if !defined(HAVE_SETMNTENT) && !defined(HAVE_SETFSENT) + #define setmntent(f,m) fopen(f,m) + #endif + +@@ -492,6 +504,9 @@ + static gboolean + has_removable_mntent_options (MountTableEntry *ent) + { ++#ifdef __FreeBSD__ ++ struct fstab *fsent; ++#endif + #ifdef HAVE_HASMNTOPT + /* Use "owner" or "user" or "users" as our way of determining a removable volume */ + if (hasmntopt (ent, "user") != NULL +@@ -501,6 +516,12 @@ + return TRUE; + } + #endif ++#ifdef __FreeBSD__ ++ fsent = getfsspec(ent->f_mntfromname); ++ if (fsent != NULL && strstr (fsent->fs_mntops, "noauto")) { ++ return TRUE; ++ } ++#endif + + #ifdef SOLARIS_MNT + if (eel_str_has_prefix (ent->mnt_special, "/vol/")) { +@@ -522,10 +543,15 @@ + static GList * + get_removable_volumes (NautilusVolumeMonitor *monitor) + { ++#ifndef HAVE_SETFSENT + FILE *file; +- GList *volumes; +- MountTableEntry *ent; +- NautilusVolume *volume; ++#else ++ int file; ++ struct fstab *fsent; ++#endif ++ GList *volumes = NULL; ++ MountTableEntry *ent = NULL; ++ NautilusVolume *volume = NULL; + char * fs_opt; + #ifdef HAVE_SYS_MNTTAB_H + MountTableEntry ent_storage; +@@ -533,26 +559,27 @@ + #ifdef HAVE_GETMNTINFO + int count, index; + #endif +- ent = NULL; +- volume = NULL; +- volumes = NULL; + + #ifdef HAVE_GETMNTINFO + count = getmntinfo (&ent, MNT_WAIT); + /* getmentinfo returns a pointer to static data. Do not free. */ + for (index = 0; index < count; index++) { +- if (has_removable_mntent_options (&ent[index])) { ++ if (has_removable_mntent_options (ent + index)) { + volume = create_volume (ent[index].f_mntfromname, + ent[index].f_mntonname); + volume->is_removable = TRUE; + volumes = finish_creating_volume_and_prepend +- (monitor, volume, ent[index].f_fstypename, volumes); ++ (monitor, volume, ent[index].f_fstypename, volumes); + } + } + #endif + + file = setmntent (MOUNT_TABLE_PATH, "r"); ++#ifndef HAVE_SETFSENT + if (file == NULL) { ++#else ++ if (file == 0) { ++#endif + return NULL; + } + +@@ -587,9 +614,21 @@ + (monitor, volume, ent->mnt_type, volumes); + } + } ++#elif defined (HAVE_SETFSENT) ++ while ((fsent = getfsent ()) != NULL) { ++ if (strstr (fsent->fs_mntops, "noauto") != NULL) { ++ volume = create_volume (fsent->fs_spec, fsent->fs_file); ++ volumes = finish_creating_volume_and_prepend ++ (monitor, volume, fsent->fs_vfstype, volumes); ++ } ++ } + #endif +- ++ ++#ifndef HAVE_SETFSENT + fclose (file); ++#else ++ endfsent(); ++#endif + + #ifdef HAVE_CDDA + volume = create_volume (CD_AUDIO_PATH, CD_AUDIO_PATH); +@@ -619,7 +658,7 @@ + return result; + } + +-#ifndef SOLARIS_MNT ++#if !defined(SOLARIS_MNT) && !defined(FREEBSD_MNT) + + static gboolean + volume_is_removable (const NautilusVolume *volume) +@@ -885,7 +924,7 @@ + char *command; + + if (path != NULL) { +- command = g_strdup_printf ("eject %s", path); ++ command = g_strdup_printf ("/usr/sbin/cdcontrol -f %s eject", path); + eel_gnome_shell_execute (command); + g_free (command); + } +@@ -963,23 +1002,34 @@ + + + +-#ifdef SOLARIS_MNT ++#if defined(SOLARIS_MNT) || defined(FREEBSD_MNT) + + static GList * + get_mount_list (NautilusVolumeMonitor *monitor) + { +- FILE *fh; + GList *volumes; ++#ifndef HAVE_SETFSENT + MountTableEntry ent; ++ FILE *fh; ++#else ++ MountTableEntry *ent; ++ int fh, index; ++#endif + NautilusVolume *volume; + + volumes = NULL; + ++#ifndef HAVE_SETFSENT + fh = setmntent (MOUNT_TABLE_PATH, "r"); + if (fh == NULL) { ++#else ++ fh = getmntinfo (&ent, MNT_WAIT); ++ if (fh == 0) { ++#endif + return NULL; + } + ++#ifndef HAVE_SETFSENT + while (! getmntent(fh, &ent)) { + volume = create_volume (ent.mnt_special, ent.mnt_mountp); + volume->is_removable = has_removable_mntent_options (&ent); +@@ -988,6 +1038,16 @@ + } + + fclose (fh); ++#else ++ /* getmentinfo returns a pointer to static data. Do not free. */ ++ for (index = 0; index < fh; index++) { ++ volume = create_volume (ent[index].f_mntfromname, ++ ent[index].f_mntonname); ++ volume->is_removable = has_removable_mntent_options (ent + index); ++ volumes = finish_creating_volume_and_prepend ++ (monitor, volume, ent[index].f_fstypename, volumes); ++ } ++#endif + + return volumes; + } +@@ -1214,9 +1274,38 @@ + static int + get_cdrom_type (const char *vol_dev_path, int* fd) + { +-#ifndef SOLARIS_MNT ++#if !defined(SOLARIS_MNT) && !defined(FREEBSD_MNT) + *fd = open (vol_dev_path, O_RDONLY|O_NONBLOCK); + return ioctl (*fd, CDROM_DISC_STATUS, CDSL_CURRENT); ++#elif defined(FREEBSD_MNT) ++ struct ioc_toc_header header; ++ struct ioc_read_toc_single_entry entry; ++ int type; ++ ++ *fd = open (vol_dev_path, O_RDONLY|O_NONBLOCK); ++ if (*fd < 0) { ++ return CDS_DATA_1; ++ } ++ ++ if ( ioctl(*fd, CDIOREADTOCHEADER, &header) == 0) { ++ return CDS_DATA_1; ++ } ++ ++ type = CDS_DATA_1; ++ ++ for (entry.track = header.starting_track; ++ entry.track <= header.ending_track; ++ entry.track++) { ++ entry.address_format = CD_LBA_FORMAT; ++ if (ioctl (*fd, CDIOREADTOCENTRY, &entry) == 0) { ++ if (entry.entry.control & CDROM_DATA_TRACK) { ++ type = CDS_AUDIO; ++ break; ++ } ++ } ++ } ++ ++ return type; + #else + GString *new_dev_path; + struct cdrom_tocentry entry; +@@ -1765,7 +1854,7 @@ + for (node = volume_list; node != NULL; node = node->next) { + volume = node->data; + +-#ifndef SOLARIS_MNT ++#if !defined(SOLARIS_MNT) && !defined(FREEBSD_MNT) + /* These are set up by get_current_mount_list for Solaris. */ + volume->is_removable = volume_is_removable (volume); + #endif +@@ -1794,7 +1883,7 @@ + ok = mount_volume_auto_add (volume); + } else if (strcmp (file_system_type_name, "cdda") == 0) { + ok = mount_volume_cdda_add (volume); +- } else if (strcmp (file_system_type_name, "iso9660") == 0) { ++ } else if (strcmp (file_system_type_name, "cd9660") == 0) { + ok = mount_volume_iso9660_add (volume); + } else if (strcmp (file_system_type_name, "nfs") == 0) { + ok = mount_volume_nfs_add (volume); +@@ -1823,8 +1912,8 @@ + } + + /* Identify device type */ +- if (eel_str_has_prefix (volume->mount_path, "/mnt/")) { +- name = volume->mount_path + strlen ("/mnt/"); ++ if (eel_str_has_prefix (volume->mount_path, "/")) { ++ name = volume->mount_path + strlen ("/"); + + if (eel_str_has_prefix (name, "cdrom") + || eel_str_has_prefix (name, "burn")) { diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private_filesystem-attributes.xml b/x11-fm/nautilus2/files/patch-libnautilus-private_filesystem-attributes.xml new file mode 100644 index 000000000..81e3a2a71 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-libnautilus-private_filesystem-attributes.xml @@ -0,0 +1,31 @@ +--- libnautilus-private/filesystem-attributes.xml.orig Sat Sep 14 16:56:38 2002 ++++ libnautilus-private/filesystem-attributes.xml Sat Sep 14 17:01:31 2002 +@@ -3,10 +3,12 @@ + <filesystem name="affs" _default_volume_name="AFFS Volume"/> + <filesystem name="afs" _default_volume_name="AFS Network Volume"/> + <filesystem name="auto" _default_volume_name="Auto-detected Volume"/> ++ <filesystem name="cd9660" _default_volume_name="CDROM Volume"/> + <filesystem name="cdda" _default_volume_name="CD Digital Audio"/> + <filesystem name="cdrom" _default_volume_name="CD-ROM Drive"/> + <filesystem name="devfs" _default_volume_name="Hardware Device Volume"/> + <filesystem name="ext2" _default_volume_name="Ext2 Linux Volume" trash="yes"/> ++ <filesystem name="ext2fs" _default_volume_name="Ext2 Linux Volume" trash="yes"/> + <filesystem name="ext3" _default_volume_name="Ext3 Linux Volume" trash="yes"/> + <filesystem name="fat" _default_volume_name="MSDOS Volume" trash="yes"/> + <filesystem name="hfs" _default_volume_name="MacOS Volume" trash="yes"/> +@@ -15,10 +17,15 @@ + <filesystem name="hsfs" _default_volume_name="Hsfs CDROM Volume"/> + <filesystem name="jfs" _default_volume_name="JFS Volume" trash="yes"/> + <filesystem name="hpfs" _default_volume_name="Windows NT Volume"/> ++ <filesystem name="linprocfs" _default_volume_name="System Volume"/> ++ <filesystem name="mfs" _default_volume_name="Memory Volume" trash="yes"/> + <filesystem name="minix" _default_volume_name="Minix Volume"/> + <filesystem name="msdos" _default_volume_name="MSDOS Volume"/> + <filesystem name="nfs" _default_volume_name="NFS Network Volume" trash="yes"/> ++ <filesystem name="ntfs" _default_volume_name="Windows NT Volume"/> ++ <filesystem name="nwfs" _default_volume_name="Netware Volume"/> + <filesystem name="proc" _default_volume_name="System Volume"/> ++ <filesystem name="procfs" _default_volume_name="System Volume"/> + <filesystem name="reiserfs" _default_volume_name="ReiserFS Linux Volume" trash="yes"/> + <filesystem name="smbfs" _default_volume_name="Windows Shared Volume" trash="yes"/> + <filesystem name="supermount" _default_volume_name="SuperMount Volume" /> diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-thumbnails.c b/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-thumbnails.c new file mode 100644 index 000000000..e84dc83e2 --- /dev/null +++ b/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-thumbnails.c @@ -0,0 +1,10 @@ +--- libnautilus-private/nautilus-thumbnails.c.orig Tue Jul 9 19:09:29 2002 ++++ libnautilus-private/nautilus-thumbnails.c Tue Jul 9 19:09:19 2002 +@@ -309,6 +309,7 @@ + pthread_attr_init (&thread_attributes); + pthread_attr_setdetachstate (&thread_attributes, + PTHREAD_CREATE_DETACHED); ++ pthread_attr_setstacksize (&thread_attributes, 128*1024); + #ifdef DEBUG_THUMBNAILS + g_message ("(Main Thread) Creating thumbnails thread\n"); + #endif diff --git a/x11-fm/nautilus2/files/patch-temp b/x11-fm/nautilus2/files/patch-temp new file mode 100644 index 000000000..35155bcfd --- /dev/null +++ b/x11-fm/nautilus2/files/patch-temp @@ -0,0 +1,121 @@ + +Fixes problem with Nautilus not sensing available desktop space and therefore +placing icons under the panel. Reverses rev.179-1.180 of +src/file-manager/fm-desktop-icon-view.c. Will go away when gnomepanel is +teached to set _NET_WORKAREA properly. + +--- src/file-manager/fm-desktop-icon-view.c.orig Mon Jul 22 21:03:46 2002 ++++ src/file-manager/fm-desktop-icon-view.c Wed Jul 24 22:47:32 2002 +@@ -148,39 +148,9 @@ + } + + static void +-icon_container_set_workarea (NautilusIconContainer *icon_container, +- long *workareas, +- int n_items) +-{ +- int left, right, top, bottom; +- int screen_width, screen_height; +- int i; +- +- left = right = top = bottom = 0; +- +- screen_width = gdk_screen_width (); +- screen_height = gdk_screen_height (); +- +- for (i = 0; i < n_items; i += 4) { +- int x = workareas [i]; +- int y = workareas [i + 1]; +- int width = workareas [i + 2]; +- int height = workareas [i + 3]; +- +- left = MAX (left, x); +- right = MAX (right, screen_width - width - x); +- top = MAX (top, y); +- bottom = MAX (bottom, screen_height - height - y); +- } +- +- nautilus_icon_container_set_margins (icon_container, +- left, right, top, bottom); +-} +- +-static void + net_workarea_changed (FMDesktopIconView *icon_view) + { +- long *workareas = NULL; ++ long *borders = NULL; + Atom type_returned; + int format_returned; + unsigned long items_returned; +@@ -194,33 +164,38 @@ + gdk_error_trap_push (); + if (XGetWindowProperty (GDK_DISPLAY (), + GDK_ROOT_WINDOW (), +- gdk_x11_get_xatom_by_name ("_NET_WORKAREA"), +- 0, G_MAXLONG, False, ++ gdk_x11_get_xatom_by_name ("GNOME_PANEL_DESKTOP_AREA"), ++ 0 /* long_offset */, ++ 4 /* long_length */, ++ False /* delete */, + XA_CARDINAL, + &type_returned, + &format_returned, + &items_returned, + &bytes_after_return, +- (unsigned char **)&workareas) != Success) { +- if (workareas != NULL) +- XFree (workareas); +- workareas = NULL; ++ (unsigned char **)&borders) != Success) { ++ if (borders != NULL) ++ XFree (borders); ++ borders = NULL; + } + + if (gdk_error_trap_pop () +- || workareas == NULL ++ || borders == NULL + || type_returned != XA_CARDINAL +- || (items_returned % 4) != 0 ++ || items_returned != 4 + || format_returned != 32) { + nautilus_icon_container_set_margins (icon_container, + 0, 0, 0, 0); + } else { +- icon_container_set_workarea ( +- icon_container, workareas, items_returned); ++ nautilus_icon_container_set_margins (icon_container, ++ borders[0 /* left */], ++ borders[1 /* right */], ++ borders[2 /* top */], ++ borders[3 /* bottom */]); + } + +- if (workareas != NULL) +- XFree (workareas); ++ if (borders != NULL) ++ XFree (borders); + } + + static GdkFilterReturn +@@ -235,8 +210,9 @@ + + switch (xevent->type) { + case PropertyNotify: +- if (xevent->xproperty.atom == gdk_x11_get_xatom_by_name ("_NET_WORKAREA")) ++ if (xevent->xproperty.atom == gdk_x11_get_xatom_by_name ("GNOME_PANEL_DESKTOP_AREA")) { + net_workarea_changed (icon_view); ++ } + break; + default: + break; +@@ -708,7 +684,8 @@ + default_zoom_level_changed (desktop_icon_view); + fm_desktop_icon_view_update_icon_container_fonts (desktop_icon_view); + +- /* Read out the workarea geometry and update the icon container accordingly */ ++ /* Read out the panel desktop area and update the icon container ++ * accordingly */ + net_workarea_changed (desktop_icon_view); + + /* Setup the property filter */ diff --git a/x11-fm/nautilus2/pkg-comment b/x11-fm/nautilus2/pkg-comment new file mode 100644 index 000000000..846cbed6b --- /dev/null +++ b/x11-fm/nautilus2/pkg-comment @@ -0,0 +1 @@ +GNOME file manager and graphical shell developed by Eazel diff --git a/x11-fm/nautilus2/pkg-descr b/x11-fm/nautilus2/pkg-descr new file mode 100644 index 000000000..af143c4fb --- /dev/null +++ b/x11-fm/nautilus2/pkg-descr @@ -0,0 +1,8 @@ +Nautilus is an open-source file manager and graphical shell being +developed by Eazel, Inc. and others. It is part of the GNOME project, +and its source code can be found in the GNOME CVS repository. +Nautilus is still in the early stages of development. It will +become an integral part of the GNOME desktop environment when it +is finished. + +WWW: http://nautilus.eazel.com/ diff --git a/x11-fm/nautilus2/pkg-plist b/x11-fm/nautilus2/pkg-plist new file mode 100644 index 000000000..dac5af0af --- /dev/null +++ b/x11-fm/nautilus2/pkg-plist @@ -0,0 +1,526 @@ +bin/nautilus +etc/X11/serverconfig/.directory +etc/X11/starthere/.directory +etc/X11/starthere/applications.desktop +etc/X11/starthere/preferences.desktop +etc/X11/starthere/serverconfig.desktop +etc/X11/starthere/sysconfig.desktop +etc/X11/sysconfig/.directory +etc/gconf/gconf.xml.defaults/apps/nautilus/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/icon_view/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/list_view/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/news/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/preferences/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels/tree/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/icon_view/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/list_view/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/news/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/preferences/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels/tree/%gconf.xml +etc/gconf/schemas/apps_nautilus_preferences.schemas +include/libnautilus/libnautilus.h +include/libnautilus/nautilus-bonobo-ui.h +include/libnautilus/nautilus-clipboard.h +include/libnautilus/nautilus-distributed-undo.h +include/libnautilus/nautilus-idle-queue.h +include/libnautilus/nautilus-undo-private.h +include/libnautilus/nautilus-undo.h +include/libnautilus/nautilus-view-component.h +include/libnautilus/nautilus-view-standard-main.h +include/libnautilus/nautilus-view.h +lib/bonobo/libnautilus-history-view.so +lib/bonobo/libnautilus-notes-view.so +lib/bonobo/libnautilus-tree-view.so +lib/libnautilus-adapter.a +lib/libnautilus-adapter.so +lib/libnautilus-adapter.so.2 +lib/libnautilus-private.a +lib/libnautilus-private.so +lib/libnautilus-private.so.2 +lib/libnautilus.a +lib/libnautilus.so +lib/libnautilus.so.2 +libdata/bonobo/servers/Nautilus_ComponentAdapterFactory_std.server +libdata/bonobo/servers/Nautilus_Control_throbber.server +libdata/bonobo/servers/Nautilus_View_content-loser.server +libdata/bonobo/servers/Nautilus_View_history.server +libdata/bonobo/servers/Nautilus_View_music.server +libdata/bonobo/servers/Nautilus_View_notes.server +libdata/bonobo/servers/Nautilus_View_sample.server +libdata/bonobo/servers/Nautilus_View_sidebar-loser.server +libdata/bonobo/servers/Nautilus_View_text.server +libdata/bonobo/servers/Nautilus_View_tree.server +libdata/bonobo/servers/Nautilus_shell.server +libdata/pkgconfig/libnautilus.pc +libexec/nautilus-adapter +libexec/nautilus-content-loser +libexec/nautilus-music-view +libexec/nautilus-sample-content-view +libexec/nautilus-sidebar-loser +libexec/nautilus-text-view +libexec/nautilus-throbber +share/gnome/applications/nautilus.desktop +share/gnome/gnome-2.0/ui/nautilus-clipboard-ui.xml +share/gnome/gnome-2.0/ui/nautilus-content-loser-ui.xml +share/gnome/gnome-2.0/ui/nautilus-desktop-icon-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-directory-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-icon-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-sample-content-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-search-list-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-shell-ui.xml +share/gnome/gnome-2.0/ui/nautilus-sidebar-loser-ui.xml +share/gnome/idl/nautilus-distributed-undo.idl +share/gnome/idl/nautilus-view-component.idl +share/gnome/nautilus/browser.xml +share/gnome/nautilus/emblems/OK.png +share/gnome/nautilus/emblems/art.png +share/gnome/nautilus/emblems/camera.png +share/gnome/nautilus/emblems/certified.png +share/gnome/nautilus/emblems/cool.png +share/gnome/nautilus/emblems/danger.png +share/gnome/nautilus/emblems/distinguished.png +share/gnome/nautilus/emblems/documents.png +share/gnome/nautilus/emblems/draft.png +share/gnome/nautilus/emblems/erase.png +share/gnome/nautilus/emblems/favorite.png +share/gnome/nautilus/emblems/important.png +share/gnome/nautilus/emblems/mail.png +share/gnome/nautilus/emblems/multimedia.png +share/gnome/nautilus/emblems/new.png +share/gnome/nautilus/emblems/ohno.png +share/gnome/nautilus/emblems/package.png +share/gnome/nautilus/emblems/personal.png +share/gnome/nautilus/emblems/pictures.png +share/gnome/nautilus/emblems/sound.png +share/gnome/nautilus/emblems/special.png +share/gnome/nautilus/emblems/urgent.png +share/gnome/nautilus/emblems/web.png +share/gnome/nautilus/filesystem-attributes.xml +share/gnome/nautilus/glade/nautilus-bookmarks-window.glade +share/gnome/nautilus/nautilus-extras.placeholder +share/gnome/nautilus/nautilus-suggested.placeholder +share/gnome/nautilus/patterns/.striated.png +share/gnome/nautilus/patterns/blue_gray_rough.png +share/gnome/nautilus/patterns/blue_ridge.png +share/gnome/nautilus/patterns/blue_type.png +share/gnome/nautilus/patterns/brushed_metal.png +share/gnome/nautilus/patterns/burlap.jpg +share/gnome/nautilus/patterns/camouflage.png +share/gnome/nautilus/patterns/chalk.jpg +share/gnome/nautilus/patterns/cork.png +share/gnome/nautilus/patterns/countertop.png +share/gnome/nautilus/patterns/dark-gnome.jpg +share/gnome/nautilus/patterns/dots.png +share/gnome/nautilus/patterns/fibers.png +share/gnome/nautilus/patterns/fleur_de_lis.png +share/gnome/nautilus/patterns/floral.png +share/gnome/nautilus/patterns/fossil.png +share/gnome/nautilus/patterns/gnome.jpg +share/gnome/nautilus/patterns/green_weave.png +share/gnome/nautilus/patterns/ice.png +share/gnome/nautilus/patterns/manila_paper.png +share/gnome/nautilus/patterns/moss_ridge.png +share/gnome/nautilus/patterns/numbers.png +share/gnome/nautilus/patterns/ocean_stripes.png +share/gnome/nautilus/patterns/purple_marble.png +share/gnome/nautilus/patterns/reset.png +share/gnome/nautilus/patterns/ridged_paper.png +share/gnome/nautilus/patterns/rough_paper.png +share/gnome/nautilus/patterns/sky_ridge.png +share/gnome/nautilus/patterns/snow_ridge.png +share/gnome/nautilus/patterns/stucco.jpg +share/gnome/nautilus/patterns/terracotta.png +share/gnome/nautilus/patterns/wavy_white.png +share/gnome/nautilus/services/text/google.xml +share/gnome/nautilus/services/text/webster.xml +share/gnome/nautilus/starthere-link.desktop +share/gnome/nautilus/starthere.desktop +share/gnome/nautilus/static_bookmarks.xml +share/gnome/pixmaps/gnome-starthere-96.png +share/gnome/pixmaps/gnome-starthere.png +share/gnome/pixmaps/nautilus/CD_drive.png +share/gnome/pixmaps/nautilus/HD_drive.png +share/gnome/pixmaps/nautilus/Search.png +share/gnome/pixmaps/nautilus/audio.png +share/gnome/pixmaps/nautilus/backgrounds.png +share/gnome/pixmaps/nautilus/chit_frame.png +share/gnome/pixmaps/nautilus/colors.png +share/gnome/pixmaps/nautilus/cpu.png +share/gnome/pixmaps/nautilus/crux_eggplant/Search.png +share/gnome/pixmaps/nautilus/crux_eggplant/backgrounds/background_pattern.png +share/gnome/pixmaps/nautilus/crux_eggplant/backgrounds/window_pattern.png +share/gnome/pixmaps/nautilus/crux_eggplant/crux_eggplant.xml +share/gnome/pixmaps/nautilus/crux_eggplant/decrement-i.png +share/gnome/pixmaps/nautilus/crux_eggplant/decrement.png +share/gnome/pixmaps/nautilus/crux_eggplant/emblem-nowrite-72.png +share/gnome/pixmaps/nautilus/crux_eggplant/emblem-nowrite-96.png +share/gnome/pixmaps/nautilus/crux_eggplant/emblem-nowrite.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-12.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-192.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-20.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-24.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-36.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-72.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-96.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory.xml +share/gnome/pixmaps/nautilus/crux_eggplant/i-regular.xml +share/gnome/pixmaps/nautilus/crux_eggplant/increment-i.png +share/gnome/pixmaps/nautilus/crux_eggplant/increment.png +share/gnome/pixmaps/nautilus/crux_eggplant/number_strip.png +share/gnome/pixmaps/nautilus/crux_eggplant/theme_preview.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/001.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/002.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/003.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/004.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/005.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/006.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/007.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/008.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/009.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/010.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/011.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/012.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/013.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/014.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/015.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/016.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/017.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/018.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/019.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/020.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/021.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/022.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/023.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/024.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/025.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/026.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/027.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/028.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/029.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/030.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/rest.png +share/gnome/pixmaps/nautilus/crux_eggplant/zoom_body.png +share/gnome/pixmaps/nautilus/crux_teal/Search.png +share/gnome/pixmaps/nautilus/crux_teal/backgrounds/background_pattern.png +share/gnome/pixmaps/nautilus/crux_teal/backgrounds/window_pattern.png +share/gnome/pixmaps/nautilus/crux_teal/crux_teal.xml +share/gnome/pixmaps/nautilus/crux_teal/decrement-i.png +share/gnome/pixmaps/nautilus/crux_teal/decrement.png +share/gnome/pixmaps/nautilus/crux_teal/emblem-nowrite-72.png +share/gnome/pixmaps/nautilus/crux_teal/emblem-nowrite-96.png +share/gnome/pixmaps/nautilus/crux_teal/emblem-nowrite.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-12.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-192.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-20.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-24.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-36.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-72.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-96.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory.xml +share/gnome/pixmaps/nautilus/crux_teal/i-regular-12.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-192.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-20.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-24.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-36.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-72.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-96.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular.xml +share/gnome/pixmaps/nautilus/crux_teal/increment-i.png +share/gnome/pixmaps/nautilus/crux_teal/increment.png +share/gnome/pixmaps/nautilus/crux_teal/number_strip.png +share/gnome/pixmaps/nautilus/crux_teal/theme_preview.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/001.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/002.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/003.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/004.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/005.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/006.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/007.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/008.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/009.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/010.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/011.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/012.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/013.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/014.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/015.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/016.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/017.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/018.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/019.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/020.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/021.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/022.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/023.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/024.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/025.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/026.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/027.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/028.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/029.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/030.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/rest.png +share/gnome/pixmaps/nautilus/crux_teal/zoom_body.png +share/gnome/pixmaps/nautilus/decrement.png +share/gnome/pixmaps/nautilus/default/Search.png +share/gnome/pixmaps/nautilus/default/decrement.png +share/gnome/pixmaps/nautilus/default/default.xml +share/gnome/pixmaps/nautilus/default/desktop-home.png +share/gnome/pixmaps/nautilus/default/emblem-OK.svg +share/gnome/pixmaps/nautilus/default/emblem-art.png +share/gnome/pixmaps/nautilus/default/emblem-broken-link.png +share/gnome/pixmaps/nautilus/default/emblem-camera.png +share/gnome/pixmaps/nautilus/default/emblem-certified.svg +share/gnome/pixmaps/nautilus/default/emblem-cool.svg +share/gnome/pixmaps/nautilus/default/emblem-danger.svg +share/gnome/pixmaps/nautilus/default/emblem-distinguished.svg +share/gnome/pixmaps/nautilus/default/emblem-documents.png +share/gnome/pixmaps/nautilus/default/emblem-draft.svg +share/gnome/pixmaps/nautilus/default/emblem-favorite.svg +share/gnome/pixmaps/nautilus/default/emblem-generic.png +share/gnome/pixmaps/nautilus/default/emblem-important.svg +share/gnome/pixmaps/nautilus/default/emblem-mail.png +share/gnome/pixmaps/nautilus/default/emblem-multimedia.png +share/gnome/pixmaps/nautilus/default/emblem-new.svg +share/gnome/pixmaps/nautilus/default/emblem-noread.svg +share/gnome/pixmaps/nautilus/default/emblem-nowrite.svg +share/gnome/pixmaps/nautilus/default/emblem-ohno.svg +share/gnome/pixmaps/nautilus/default/emblem-package.png +share/gnome/pixmaps/nautilus/default/emblem-personal.svg +share/gnome/pixmaps/nautilus/default/emblem-pictures.png +share/gnome/pixmaps/nautilus/default/emblem-sound.png +share/gnome/pixmaps/nautilus/default/emblem-special.svg +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link-12.png +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link-24.png +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link-36.png +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link.png +share/gnome/pixmaps/nautilus/default/emblem-trash.png +share/gnome/pixmaps/nautilus/default/emblem-urgent.svg +share/gnome/pixmaps/nautilus/default/emblem-web.png +share/gnome/pixmaps/nautilus/default/i-bookmark-20.png +share/gnome/pixmaps/nautilus/default/i-bookmark-missing-20.png +share/gnome/pixmaps/nautilus/default/i-bookmark-missing.png +share/gnome/pixmaps/nautilus/default/i-bookmark.png +share/gnome/pixmaps/nautilus/default/i-broken-image.png +share/gnome/pixmaps/nautilus/default/i-directory-12.png +share/gnome/pixmaps/nautilus/default/i-directory-24.png +share/gnome/pixmaps/nautilus/default/i-directory-36.png +share/gnome/pixmaps/nautilus/default/i-directory-72.png +share/gnome/pixmaps/nautilus/default/i-directory-96.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/default/i-directory-accept.png +share/gnome/pixmaps/nautilus/default/i-directory-accept.xml +share/gnome/pixmaps/nautilus/default/i-directory.png +share/gnome/pixmaps/nautilus/default/i-directory.xml +share/gnome/pixmaps/nautilus/default/i-regular-12.png +share/gnome/pixmaps/nautilus/default/i-regular-24.png +share/gnome/pixmaps/nautilus/default/i-regular-36.png +share/gnome/pixmaps/nautilus/default/i-regular-72.png +share/gnome/pixmaps/nautilus/default/i-regular-96.png +share/gnome/pixmaps/nautilus/default/i-regular.png +share/gnome/pixmaps/nautilus/default/i-regular.xml +share/gnome/pixmaps/nautilus/default/i-search-72.png +share/gnome/pixmaps/nautilus/default/i-spreadsheet.png +share/gnome/pixmaps/nautilus/default/i-stalled.png +share/gnome/pixmaps/nautilus/default/i-symlink.png +share/gnome/pixmaps/nautilus/default/i-web-72.png +share/gnome/pixmaps/nautilus/default/increment.png +share/gnome/pixmaps/nautilus/default/loading.png +share/gnome/pixmaps/nautilus/default/manual.png +share/gnome/pixmaps/nautilus/default/number_strip.png +share/gnome/pixmaps/nautilus/default/side_bar_image.png +share/gnome/pixmaps/nautilus/default/theme_preview.png +share/gnome/pixmaps/nautilus/default/trash-empty.png +share/gnome/pixmaps/nautilus/default/trash-full.png +share/gnome/pixmaps/nautilus/default/trash-empty-192.png +share/gnome/pixmaps/nautilus/default/trash-full-192.png +share/gnome/pixmaps/nautilus/default/zoom_body.png +share/gnome/pixmaps/nautilus/emblems.png +share/gnome/pixmaps/nautilus/gnome/Services.png +share/gnome/pixmaps/nautilus/gnome/application-x-e-cfg.png +share/gnome/pixmaps/nautilus/gnome/audio-192.png +share/gnome/pixmaps/nautilus/gnome/emblem-nowrite-72.png +share/gnome/pixmaps/nautilus/gnome/emblem-nowrite-96.png +share/gnome/pixmaps/nautilus/gnome/emblem-nowrite.png +share/gnome/pixmaps/nautilus/gnome/gnome.xml +share/gnome/pixmaps/nautilus/gnome/i-core.png +share/gnome/pixmaps/nautilus/gnome/i-dirclosed.png +share/gnome/pixmaps/nautilus/gnome/i-directory-12.png +share/gnome/pixmaps/nautilus/gnome/i-directory-192.png +share/gnome/pixmaps/nautilus/gnome/i-directory-20.png +share/gnome/pixmaps/nautilus/gnome/i-directory-24.png +share/gnome/pixmaps/nautilus/gnome/i-directory-36.png +share/gnome/pixmaps/nautilus/gnome/i-directory-72.png +share/gnome/pixmaps/nautilus/gnome/i-directory-96.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-192.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-20.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept.png +share/gnome/pixmaps/nautilus/gnome/i-directory.png +share/gnome/pixmaps/nautilus/gnome/i-executable.png +share/gnome/pixmaps/nautilus/gnome/i-music-192.png +share/gnome/pixmaps/nautilus/gnome/i-music.png +share/gnome/pixmaps/nautilus/gnome/i-nfs.png +share/gnome/pixmaps/nautilus/gnome/i-regular.png +share/gnome/pixmaps/nautilus/gnome/i-regular.xml +share/gnome/pixmaps/nautilus/gnome/i-stalled.png +share/gnome/pixmaps/nautilus/gnome/linux-penguin.png +share/gnome/pixmaps/nautilus/gnome/rpm-directory.png +share/gnome/pixmaps/nautilus/gnome/theme_preview.png +share/gnome/pixmaps/nautilus/gnome/throbber/001.png +share/gnome/pixmaps/nautilus/gnome/throbber/002.png +share/gnome/pixmaps/nautilus/gnome/throbber/003.png +share/gnome/pixmaps/nautilus/gnome/throbber/004.png +share/gnome/pixmaps/nautilus/gnome/throbber/005.png +share/gnome/pixmaps/nautilus/gnome/throbber/006.png +share/gnome/pixmaps/nautilus/gnome/throbber/rest.png +share/gnome/pixmaps/nautilus/gnome/trash-empty-192.png +share/gnome/pixmaps/nautilus/gnome/trash-empty-accept-192.png +share/gnome/pixmaps/nautilus/gnome/trash-empty-accept.png +share/gnome/pixmaps/nautilus/gnome/trash-empty.png +share/gnome/pixmaps/nautilus/gnome/trash-full-192.png +share/gnome/pixmaps/nautilus/gnome/trash-full.png +share/gnome/pixmaps/nautilus/increment.png +share/gnome/pixmaps/nautilus/knob.png +share/gnome/pixmaps/nautilus/memory_chip.gif +share/gnome/pixmaps/nautilus/nautilus-launch-icon.png +share/gnome/pixmaps/nautilus/nautilus-mini-logo.png +share/gnome/pixmaps/nautilus/note-indicator.png +share/gnome/pixmaps/nautilus/number_strip.png +share/gnome/pixmaps/nautilus/side_bar_image.png +share/gnome/pixmaps/nautilus/sierra/Sierra_desktop.png +share/gnome/pixmaps/nautilus/sierra/green_weave.png +share/gnome/pixmaps/nautilus/sierra/i-directory-12.png +share/gnome/pixmaps/nautilus/sierra/i-directory-24.png +share/gnome/pixmaps/nautilus/sierra/i-directory-36.png +share/gnome/pixmaps/nautilus/sierra/i-directory-72.png +share/gnome/pixmaps/nautilus/sierra/i-directory-96.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept.png +share/gnome/pixmaps/nautilus/sierra/i-directory.png +share/gnome/pixmaps/nautilus/sierra/number_strip.png +share/gnome/pixmaps/nautilus/sierra/sierra.xml +share/gnome/pixmaps/nautilus/sierra/theme_preview.png +share/gnome/pixmaps/nautilus/tahoe/blueridge.png +share/gnome/pixmaps/nautilus/tahoe/bluewall.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-12.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-24.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-36.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-72.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-96.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept.png +share/gnome/pixmaps/nautilus/tahoe/i-directory.png +share/gnome/pixmaps/nautilus/tahoe/number_strip.png +share/gnome/pixmaps/nautilus/tahoe/tahoe.xml +share/gnome/pixmaps/nautilus/tahoe/theme_preview.png +share/gnome/pixmaps/nautilus/text-selection-frame.png +share/gnome/pixmaps/nautilus/throbber/001.png +share/gnome/pixmaps/nautilus/throbber/002.png +share/gnome/pixmaps/nautilus/throbber/003.png +share/gnome/pixmaps/nautilus/throbber/004.png +share/gnome/pixmaps/nautilus/throbber/005.png +share/gnome/pixmaps/nautilus/throbber/006.png +share/gnome/pixmaps/nautilus/throbber/007.png +share/gnome/pixmaps/nautilus/throbber/008.png +share/gnome/pixmaps/nautilus/throbber/009.png +share/gnome/pixmaps/nautilus/throbber/010.png +share/gnome/pixmaps/nautilus/throbber/011.png +share/gnome/pixmaps/nautilus/throbber/012.png +share/gnome/pixmaps/nautilus/throbber/013.png +share/gnome/pixmaps/nautilus/throbber/014.png +share/gnome/pixmaps/nautilus/throbber/015.png +share/gnome/pixmaps/nautilus/throbber/016.png +share/gnome/pixmaps/nautilus/throbber/017.png +share/gnome/pixmaps/nautilus/throbber/018.png +share/gnome/pixmaps/nautilus/throbber/019.png +share/gnome/pixmaps/nautilus/throbber/020.png +share/gnome/pixmaps/nautilus/throbber/021.png +share/gnome/pixmaps/nautilus/throbber/022.png +share/gnome/pixmaps/nautilus/throbber/023.png +share/gnome/pixmaps/nautilus/throbber/024.png +share/gnome/pixmaps/nautilus/throbber/025.png +share/gnome/pixmaps/nautilus/throbber/026.png +share/gnome/pixmaps/nautilus/throbber/027.png +share/gnome/pixmaps/nautilus/throbber/028.png +share/gnome/pixmaps/nautilus/throbber/029.png +share/gnome/pixmaps/nautilus/throbber/030.png +share/gnome/pixmaps/nautilus/throbber/rest.png +share/gnome/pixmaps/nautilus/thumbnail_frame.png +share/gnome/pixmaps/nautilus/zoom_body.png +share/locale/az/LC_MESSAGES/nautilus.mo +share/locale/bg/LC_MESSAGES/nautilus.mo +share/locale/ca/LC_MESSAGES/nautilus.mo +share/locale/cs/LC_MESSAGES/nautilus.mo +share/locale/da/LC_MESSAGES/nautilus.mo +share/locale/de/LC_MESSAGES/nautilus.mo +share/locale/el/LC_MESSAGES/nautilus.mo +share/locale/en_GB/LC_MESSAGES/nautilus.mo +share/locale/es/LC_MESSAGES/nautilus.mo +share/locale/eu/LC_MESSAGES/nautilus.mo +share/locale/fi/LC_MESSAGES/nautilus.mo +share/locale/fr/LC_MESSAGES/nautilus.mo +share/locale/ga/LC_MESSAGES/nautilus.mo +share/locale/gl/LC_MESSAGES/nautilus.mo +share/locale/hu/LC_MESSAGES/nautilus.mo +share/locale/it/LC_MESSAGES/nautilus.mo +share/locale/ja/LC_MESSAGES/nautilus.mo +share/locale/ko/LC_MESSAGES/nautilus.mo +share/locale/lt/LC_MESSAGES/nautilus.mo +share/locale/lv/LC_MESSAGES/nautilus.mo +share/locale/ms/LC_MESSAGES/nautilus.mo +share/locale/nl/LC_MESSAGES/nautilus.mo +share/locale/nn/LC_MESSAGES/nautilus.mo +share/locale/no/LC_MESSAGES/nautilus.mo +share/locale/pl/LC_MESSAGES/nautilus.mo +share/locale/pt/LC_MESSAGES/nautilus.mo +share/locale/pt_BR/LC_MESSAGES/nautilus.mo +share/locale/ro/LC_MESSAGES/nautilus.mo +share/locale/ru/LC_MESSAGES/nautilus.mo +share/locale/sk/LC_MESSAGES/nautilus.mo +share/locale/sl/LC_MESSAGES/nautilus.mo +share/locale/sv/LC_MESSAGES/nautilus.mo +share/locale/ta/LC_MESSAGES/nautilus.mo +share/locale/tr/LC_MESSAGES/nautilus.mo +share/locale/uk/LC_MESSAGES/nautilus.mo +share/locale/vi/LC_MESSAGES/nautilus.mo +share/locale/zh_CN/LC_MESSAGES/nautilus.mo +share/locale/zh_TW/LC_MESSAGES/nautilus.mo +@dirrm share/gnome/pixmaps/nautilus/default +@dirrm share/gnome/nautilus/glade +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels/tree +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/preferences +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/news +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/list_view +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/icon_view +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels/tree +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/preferences +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/news +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/list_view +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/icon_view +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus diff --git a/x11-fm/nautilus2/pkg-plist.orig b/x11-fm/nautilus2/pkg-plist.orig new file mode 100644 index 000000000..a6dcde230 --- /dev/null +++ b/x11-fm/nautilus2/pkg-plist.orig @@ -0,0 +1,793 @@ +bin/nautilus +bin/nautilus-adapter +bin/nautilus-content-loser +bin/nautilus-hardware-view +bin/nautilus-music-view +bin/nautilus-sample-content-view +bin/nautilus-sidebar-loser +bin/nautilus-text-view +bin/nautilus-throbber +etc/X11/serverconfig/.directory +etc/X11/starthere/.directory +etc/X11/starthere/applications.desktop +etc/X11/starthere/preferences.desktop +etc/X11/starthere/serverconfig.desktop +etc/X11/starthere/sysconfig.desktop +etc/X11/sysconfig/.directory +etc/gconf/gconf.xml.defaults/apps/nautilus/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/icon_view/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/news/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/preferences/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/preferences/xalf/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels/tree/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/icon_view/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/news/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/preferences/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/preferences/xalf/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels/tree/%gconf.xml +etc/gconf/schemas/apps_nautilus_preferences.schemas +include/libnautilus/libnautilus.h +include/libnautilus/nautilus-bonobo-ui.h +include/libnautilus/nautilus-clipboard.h +include/libnautilus/nautilus-distributed-undo.h +include/libnautilus/nautilus-idle-queue.h +include/libnautilus/nautilus-undo-private.h +include/libnautilus/nautilus-undo.h +include/libnautilus/nautilus-view-component.h +include/libnautilus/nautilus-view-standard-main.h +include/libnautilus/nautilus-view.h +lib/libnautilus-adapter.a +lib/libnautilus-adapter.so +lib/libnautilus-adapter.so.2 +lib/libnautilus-history-view.so +lib/libnautilus-notes-view.so +lib/libnautilus-private.a +lib/libnautilus-private.so +lib/libnautilus-private.so.2 +lib/libnautilus-tree-view.so +lib/libnautilus.a +lib/libnautilus.so +lib/libnautilus.so.2 +libdata/bonobo/servers/Nautilus_ComponentAdapterFactory_std.server +libdata/bonobo/servers/Nautilus_Control_throbber.server +libdata/bonobo/servers/Nautilus_View_content-loser.server +libdata/bonobo/servers/Nautilus_View_hardware.server +libdata/bonobo/servers/Nautilus_View_history.server +libdata/bonobo/servers/Nautilus_View_music.server +libdata/bonobo/servers/Nautilus_View_notes.server +libdata/bonobo/servers/Nautilus_View_sample.server +libdata/bonobo/servers/Nautilus_View_sidebar-loser.server +libdata/bonobo/servers/Nautilus_View_text.server +libdata/bonobo/servers/Nautilus_View_tree.server +libdata/bonobo/servers/Nautilus_shell.server +libdata/pkgconfig/libnautilus.pc +share/gnome/applications/nautilus.desktop +share/gnome/gnome-2.0/ui/nautilus-clipboard-ui.xml +share/gnome/gnome-2.0/ui/nautilus-content-loser-ui.xml +share/gnome/gnome-2.0/ui/nautilus-desktop-icon-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-directory-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-icon-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-sample-content-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-search-list-view-ui.xml +share/gnome/gnome-2.0/ui/nautilus-shell-ui.xml +share/gnome/gnome-2.0/ui/nautilus-sidebar-loser-ui.xml +share/gnome/help/gnufdl/C/gnufdl.sgml +share/gnome/help/gnugpl/C/gnugpl.sgml +share/gnome/help/nautilus-quick-reference/C/figures/backgrounds_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/emblems_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/find.png +share/gnome/help/nautilus-quick-reference/C/figures/locationbar_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/menus_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/music_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/nautilus_window_full_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/sidebar_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/softcat.png +share/gnome/help/nautilus-quick-reference/C/figures/storage.png +share/gnome/help/nautilus-quick-reference/C/figures/themes_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/toolbar_nqr.png +share/gnome/help/nautilus-quick-reference/C/figures/viewmenu.png +share/gnome/help/nautilus-quick-reference/C/index.html +share/gnome/help/nautilus-quick-reference/es/figures/colors_small.png +share/gnome/help/nautilus-quick-reference/es/figures/emblems_small.png +share/gnome/help/nautilus-quick-reference/es/figures/ff_small.png +share/gnome/help/nautilus-quick-reference/es/figures/find_small.png +share/gnome/help/nautilus-quick-reference/es/figures/full_small.png +share/gnome/help/nautilus-quick-reference/es/figures/locbar_small.png +share/gnome/help/nautilus-quick-reference/es/figures/menubar_small.png +share/gnome/help/nautilus-quick-reference/es/figures/music_small.png +share/gnome/help/nautilus-quick-reference/es/figures/navbar_small.png +share/gnome/help/nautilus-quick-reference/es/figures/sidebar_small.png +share/gnome/help/nautilus-quick-reference/es/figures/softcat.png +share/gnome/help/nautilus-quick-reference/es/figures/storage.png +share/gnome/help/nautilus-quick-reference/es/figures/themes_small.png +share/gnome/help/nautilus-quick-reference/es/index.html +share/gnome/help/nautilus-quick-reference/ko/figures/emblems.png +share/gnome/help/nautilus-quick-reference/ko/figures/find.png +share/gnome/help/nautilus-quick-reference/ko/figures/full.png +share/gnome/help/nautilus-quick-reference/ko/figures/locbar.png +share/gnome/help/nautilus-quick-reference/ko/figures/menubar.png +share/gnome/help/nautilus-quick-reference/ko/figures/music.png +share/gnome/help/nautilus-quick-reference/ko/figures/navbar.png +share/gnome/help/nautilus-quick-reference/ko/figures/patterns.png +share/gnome/help/nautilus-quick-reference/ko/figures/sidebar.png +share/gnome/help/nautilus-quick-reference/ko/figures/softcat.png +share/gnome/help/nautilus-quick-reference/ko/figures/storage.png +share/gnome/help/nautilus-quick-reference/ko/figures/themes.png +share/gnome/help/nautilus-quick-reference/ko/figures/viewmenu.png +share/gnome/help/nautilus-quick-reference/ko/index.html +share/gnome/help/nautilus-quick-reference/no/figures/colors_small.png +share/gnome/help/nautilus-quick-reference/no/figures/emblems_small.png +share/gnome/help/nautilus-quick-reference/no/figures/ff_small.png +share/gnome/help/nautilus-quick-reference/no/figures/find_small.png +share/gnome/help/nautilus-quick-reference/no/figures/full_small.png +share/gnome/help/nautilus-quick-reference/no/figures/locbar_small.png +share/gnome/help/nautilus-quick-reference/no/figures/menubar_small.png +share/gnome/help/nautilus-quick-reference/no/figures/music_small.png +share/gnome/help/nautilus-quick-reference/no/figures/navbar_small.png +share/gnome/help/nautilus-quick-reference/no/figures/sidebar_small.png +share/gnome/help/nautilus-quick-reference/no/figures/softcat.png +share/gnome/help/nautilus-quick-reference/no/figures/storage.png +share/gnome/help/nautilus-quick-reference/no/figures/themes_small.png +share/gnome/help/nautilus-quick-reference/no/index.html +share/gnome/help/nautilus-quick-reference/sv/figures/emblems.png +share/gnome/help/nautilus-quick-reference/sv/figures/find.png +share/gnome/help/nautilus-quick-reference/sv/figures/full.png +share/gnome/help/nautilus-quick-reference/sv/figures/locbar.png +share/gnome/help/nautilus-quick-reference/sv/figures/menubar.png +share/gnome/help/nautilus-quick-reference/sv/figures/music.png +share/gnome/help/nautilus-quick-reference/sv/figures/navbar.png +share/gnome/help/nautilus-quick-reference/sv/figures/patterns.png +share/gnome/help/nautilus-quick-reference/sv/figures/sidebar.png +share/gnome/help/nautilus-quick-reference/sv/figures/softcat.png +share/gnome/help/nautilus-quick-reference/sv/figures/storage.png +share/gnome/help/nautilus-quick-reference/sv/figures/themes.png +share/gnome/help/nautilus-quick-reference/sv/figures/viewmenu.png +share/gnome/help/nautilus-quick-reference/sv/index.html +share/gnome/help/nautilus-release-notes/C/beta.html +share/gnome/help/nautilus-release-notes/C/index.html +share/gnome/help/nautilus-release-notes/C/legalnotice.html +share/gnome/help/nautilus-release-notes/C/medusa.html +share/gnome/help/nautilus-release-notes/C/mozilla.html +share/gnome/help/nautilus-release-notes/C/nautilus-release-notes.sgml +share/gnome/help/nautilus-release-notes/C/new10.html +share/gnome/help/nautilus-release-notes/C/new102.html +share/gnome/help/nautilus-release-notes/C/new103.html +share/gnome/help/nautilus-release-notes/C/new104.html +share/gnome/help/nautilus-release-notes/C/require.html +share/gnome/help/nautilus-release-notes/C/session.html +share/gnome/help/nautilus-screenshot-guidelines/C/callouts.html +share/gnome/help/nautilus-screenshot-guidelines/C/circling.html +share/gnome/help/nautilus-screenshot-guidelines/C/dropshadow.html +share/gnome/help/nautilus-screenshot-guidelines/C/figures/callout_after.png +share/gnome/help/nautilus-screenshot-guidelines/C/figures/callout_before.png +share/gnome/help/nautilus-screenshot-guidelines/C/figures/circle_callout_after.png +share/gnome/help/nautilus-screenshot-guidelines/C/figures/circle_callout_before.png +share/gnome/help/nautilus-screenshot-guidelines/C/figures/dropshadow_after.png +share/gnome/help/nautilus-screenshot-guidelines/C/figures/dropshadow_before.png +share/gnome/help/nautilus-screenshot-guidelines/C/finishingtouches.html +share/gnome/help/nautilus-screenshot-guidelines/C/generalguidelines.html +share/gnome/help/nautilus-screenshot-guidelines/C/index.html +share/gnome/help/nautilus-screenshot-guidelines/C/legalnotice.html +share/gnome/help/nautilus-screenshot-guidelines/C/nautilus-screenshot-guidelines.sgml +share/gnome/help/nautilus-screenshot-guidelines/C/resources.html +share/gnome/help/nautilus-screenshot-guidelines/C/tools.html +share/gnome/help/nautilus-user-manual/C/figures/custom_icon_num.png +share/gnome/help/nautilus-user-manual/C/figures/full-1.png +share/gnome/help/nautilus-user-manual/C/figures/full-2.png +share/gnome/help/nautilus-user-manual/C/figures/full-3.png +share/gnome/help/nautilus-user-manual/C/figures/full-4.png +share/gnome/help/nautilus-user-manual/C/figures/full-5.png +share/gnome/help/nautilus-user-manual/C/figures/full-6.png +share/gnome/help/nautilus-user-manual/C/figures/help_num.png +share/gnome/help/nautilus-user-manual/C/figures/home_folder_num.png +share/gnome/help/nautilus-user-manual/C/figures/link.png +share/gnome/help/nautilus-user-manual/C/figures/locationbar_nqr.png +share/gnome/help/nautilus-user-manual/C/figures/nautilus_window_full_num.png +share/gnome/help/nautilus-user-manual/C/figures/news_num.png +share/gnome/help/nautilus-user-manual/C/figures/noread.png +share/gnome/help/nautilus-user-manual/C/figures/nowrite.png +share/gnome/help/nautilus-user-manual/C/figures/player-1.png +share/gnome/help/nautilus-user-manual/C/figures/player-2.png +share/gnome/help/nautilus-user-manual/C/figures/player-3.png +share/gnome/help/nautilus-user-manual/C/figures/player-4.png +share/gnome/help/nautilus-user-manual/C/figures/player.png +share/gnome/help/nautilus-user-manual/C/figures/preferences_menu_num.png +share/gnome/help/nautilus-user-manual/C/figures/sidebar_num.png +share/gnome/help/nautilus-user-manual/C/figures/viewmenu.png +share/gnome/help/nautilus-user-manual/C/figures/viewmusic.png +share/gnome/help/nautilus-user-manual/C/nautilus-user-manual.xml +share/gnome/idl/nautilus-distributed-undo.idl +share/gnome/idl/nautilus-view-component.idl +share/gnome/nautilus/browser.xml +share/gnome/nautilus/emblems/OK.png +share/gnome/nautilus/emblems/art.png +share/gnome/nautilus/emblems/camera.png +share/gnome/nautilus/emblems/certified.png +share/gnome/nautilus/emblems/cool.png +share/gnome/nautilus/emblems/danger.png +share/gnome/nautilus/emblems/distinguished.png +share/gnome/nautilus/emblems/documents.png +share/gnome/nautilus/emblems/draft.png +share/gnome/nautilus/emblems/erase.png +share/gnome/nautilus/emblems/favorite.png +share/gnome/nautilus/emblems/important.png +share/gnome/nautilus/emblems/mail.png +share/gnome/nautilus/emblems/multimedia.png +share/gnome/nautilus/emblems/new.png +share/gnome/nautilus/emblems/ohno.png +share/gnome/nautilus/emblems/package.png +share/gnome/nautilus/emblems/personal.png +share/gnome/nautilus/emblems/pictures.png +share/gnome/nautilus/emblems/sound.png +share/gnome/nautilus/emblems/special.png +share/gnome/nautilus/emblems/urgent.png +share/gnome/nautilus/emblems/web.png +share/gnome/nautilus/filesystem-attributes.xml +share/gnome/nautilus/nautilus-extras.placeholder +share/gnome/nautilus/nautilus-suggested.placeholder +share/gnome/nautilus/patterns/.striated.png +share/gnome/nautilus/patterns/blue_gray_rough.png +share/gnome/nautilus/patterns/blue_ridge.png +share/gnome/nautilus/patterns/blue_type.png +share/gnome/nautilus/patterns/brushed_metal.png +share/gnome/nautilus/patterns/burlap.jpg +share/gnome/nautilus/patterns/camouflage.png +share/gnome/nautilus/patterns/chalk.jpg +share/gnome/nautilus/patterns/cork.png +share/gnome/nautilus/patterns/countertop.png +share/gnome/nautilus/patterns/dark-gnome.jpg +share/gnome/nautilus/patterns/dots.png +share/gnome/nautilus/patterns/fibers.png +share/gnome/nautilus/patterns/fleur_de_lis.png +share/gnome/nautilus/patterns/floral.png +share/gnome/nautilus/patterns/fossil.png +share/gnome/nautilus/patterns/gnome.jpg +share/gnome/nautilus/patterns/green_weave.png +share/gnome/nautilus/patterns/ice.png +share/gnome/nautilus/patterns/manila_paper.png +share/gnome/nautilus/patterns/moss_ridge.png +share/gnome/nautilus/patterns/numbers.png +share/gnome/nautilus/patterns/ocean_stripes.png +share/gnome/nautilus/patterns/purple_marble.png +share/gnome/nautilus/patterns/reset.png +share/gnome/nautilus/patterns/ridged_paper.png +share/gnome/nautilus/patterns/rough_paper.png +share/gnome/nautilus/patterns/sky_ridge.png +share/gnome/nautilus/patterns/snow_ridge.png +share/gnome/nautilus/patterns/stucco.jpg +share/gnome/nautilus/patterns/terracotta.png +share/gnome/nautilus/patterns/wavy_white.png +share/gnome/nautilus/services/text/google.xml +share/gnome/nautilus/services/text/webster.xml +share/gnome/nautilus/starthere-link.desktop +share/gnome/nautilus/starthere.desktop +share/gnome/nautilus/static_bookmarks.xml +share/gnome/omf/nautilus/nautilus-quick-reference-C.omf +share/gnome/omf/nautilus/nautilus-quick-reference-es.omf +share/gnome/omf/nautilus/nautilus-quick-reference-ko.omf +share/gnome/omf/nautilus/nautilus-quick-reference-no.omf +share/gnome/omf/nautilus/nautilus-quick-reference-sv.omf +share/gnome/omf/nautilus/nautilus-release-notes-C.omf +share/gnome/omf/nautilus/nautilus-user-manual-C.omf +share/gnome/pixmaps/gnome-starthere-96.png +share/gnome/pixmaps/gnome-starthere.png +share/gnome/pixmaps/nautilus/CD_drive.png +share/gnome/pixmaps/nautilus/HD_drive.png +share/gnome/pixmaps/nautilus/Search.png +share/gnome/pixmaps/nautilus/audio.png +share/gnome/pixmaps/nautilus/backgrounds.png +share/gnome/pixmaps/nautilus/chit_frame.png +share/gnome/pixmaps/nautilus/colors.png +share/gnome/pixmaps/nautilus/cpu.png +share/gnome/pixmaps/nautilus/crux_eggplant/Search.png +share/gnome/pixmaps/nautilus/crux_eggplant/backgrounds/background_pattern.png +share/gnome/pixmaps/nautilus/crux_eggplant/backgrounds/window_pattern.png +share/gnome/pixmaps/nautilus/crux_eggplant/crux_eggplant.xml +share/gnome/pixmaps/nautilus/crux_eggplant/decrement-i.png +share/gnome/pixmaps/nautilus/crux_eggplant/decrement.png +share/gnome/pixmaps/nautilus/crux_eggplant/emblem-nowrite-72.png +share/gnome/pixmaps/nautilus/crux_eggplant/emblem-nowrite-96.png +share/gnome/pixmaps/nautilus/crux_eggplant/emblem-nowrite.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-12.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-192.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-20.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-24.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-36.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-72.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory-96.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory.png +share/gnome/pixmaps/nautilus/crux_eggplant/i-directory.xml +share/gnome/pixmaps/nautilus/crux_eggplant/i-regular.xml +share/gnome/pixmaps/nautilus/crux_eggplant/increment-i.png +share/gnome/pixmaps/nautilus/crux_eggplant/increment.png +share/gnome/pixmaps/nautilus/crux_eggplant/number_strip.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-active-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-active.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-empty-space.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/fill.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper-active-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper-active.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/left-bumper.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/middle-normal-normal.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/middle-normal-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/middle-prelight-normal.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-bumper-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-bumper.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-empty-space.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top-active-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top-active.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top-prelight.png +share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces/right-top.png +share/gnome/pixmaps/nautilus/crux_eggplant/theme_preview.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/001.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/002.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/003.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/004.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/005.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/006.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/007.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/008.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/009.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/010.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/011.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/012.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/013.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/014.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/015.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/016.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/017.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/018.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/019.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/020.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/021.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/022.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/023.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/024.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/025.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/026.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/027.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/028.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/029.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/030.png +share/gnome/pixmaps/nautilus/crux_eggplant/throbber/rest.png +share/gnome/pixmaps/nautilus/crux_eggplant/zoom_body.png +share/gnome/pixmaps/nautilus/crux_teal/Search.png +share/gnome/pixmaps/nautilus/crux_teal/backgrounds/background_pattern.png +share/gnome/pixmaps/nautilus/crux_teal/backgrounds/window_pattern.png +share/gnome/pixmaps/nautilus/crux_teal/crux_teal.xml +share/gnome/pixmaps/nautilus/crux_teal/decrement-i.png +share/gnome/pixmaps/nautilus/crux_teal/decrement.png +share/gnome/pixmaps/nautilus/crux_teal/emblem-nowrite-72.png +share/gnome/pixmaps/nautilus/crux_teal/emblem-nowrite-96.png +share/gnome/pixmaps/nautilus/crux_teal/emblem-nowrite.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-12.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-192.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-20.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-24.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-36.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-72.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory-96.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory.png +share/gnome/pixmaps/nautilus/crux_teal/i-directory.xml +share/gnome/pixmaps/nautilus/crux_teal/i-regular-12.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-192.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-20.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-24.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-36.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-72.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular-96.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular.png +share/gnome/pixmaps/nautilus/crux_teal/i-regular.xml +share/gnome/pixmaps/nautilus/crux_teal/increment-i.png +share/gnome/pixmaps/nautilus/crux_teal/increment.png +share/gnome/pixmaps/nautilus/crux_teal/number_strip.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-active-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-active.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-empty-space.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/fill.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper-active-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper-active.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/left-bumper.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/middle-normal-normal.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/middle-normal-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/middle-prelight-normal.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-bumper-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-bumper.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-empty-space.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top-active-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top-active.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top-prelight.png +share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces/right-top.png +share/gnome/pixmaps/nautilus/crux_teal/theme_preview.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/001.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/002.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/003.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/004.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/005.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/006.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/007.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/008.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/009.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/010.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/011.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/012.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/013.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/014.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/015.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/016.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/017.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/018.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/019.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/020.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/021.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/022.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/023.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/024.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/025.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/026.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/027.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/028.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/029.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/030.png +share/gnome/pixmaps/nautilus/crux_teal/throbber/rest.png +share/gnome/pixmaps/nautilus/crux_teal/zoom_body.png +share/gnome/pixmaps/nautilus/decrement.png +share/gnome/pixmaps/nautilus/default/Search.png +share/gnome/pixmaps/nautilus/default/decrement.png +share/gnome/pixmaps/nautilus/default/default.xml +share/gnome/pixmaps/nautilus/default/desktop-home.png +share/gnome/pixmaps/nautilus/default/emblem-OK.svg +share/gnome/pixmaps/nautilus/default/emblem-art.png +share/gnome/pixmaps/nautilus/default/emblem-broken-link.png +share/gnome/pixmaps/nautilus/default/emblem-camera.png +share/gnome/pixmaps/nautilus/default/emblem-certified.svg +share/gnome/pixmaps/nautilus/default/emblem-cool.svg +share/gnome/pixmaps/nautilus/default/emblem-danger.svg +share/gnome/pixmaps/nautilus/default/emblem-distinguished.svg +share/gnome/pixmaps/nautilus/default/emblem-documents.png +share/gnome/pixmaps/nautilus/default/emblem-draft.svg +share/gnome/pixmaps/nautilus/default/emblem-favorite.svg +share/gnome/pixmaps/nautilus/default/emblem-generic.png +share/gnome/pixmaps/nautilus/default/emblem-important.svg +share/gnome/pixmaps/nautilus/default/emblem-mail.png +share/gnome/pixmaps/nautilus/default/emblem-multimedia.png +share/gnome/pixmaps/nautilus/default/emblem-new.svg +share/gnome/pixmaps/nautilus/default/emblem-noread.svg +share/gnome/pixmaps/nautilus/default/emblem-nowrite.svg +share/gnome/pixmaps/nautilus/default/emblem-ohno.svg +share/gnome/pixmaps/nautilus/default/emblem-package.png +share/gnome/pixmaps/nautilus/default/emblem-personal.svg +share/gnome/pixmaps/nautilus/default/emblem-pictures.png +share/gnome/pixmaps/nautilus/default/emblem-sound.png +share/gnome/pixmaps/nautilus/default/emblem-special.svg +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link-12.png +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link-24.png +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link-36.png +share/gnome/pixmaps/nautilus/default/emblem-symbolic-link.png +share/gnome/pixmaps/nautilus/default/emblem-trash.png +share/gnome/pixmaps/nautilus/default/emblem-urgent.svg +share/gnome/pixmaps/nautilus/default/emblem-web.png +share/gnome/pixmaps/nautilus/default/i-bookmark-20.png +share/gnome/pixmaps/nautilus/default/i-bookmark-missing-20.png +share/gnome/pixmaps/nautilus/default/i-bookmark-missing.png +share/gnome/pixmaps/nautilus/default/i-bookmark.png +share/gnome/pixmaps/nautilus/default/i-broken-image.png +share/gnome/pixmaps/nautilus/default/i-directory-12.png +share/gnome/pixmaps/nautilus/default/i-directory-24.png +share/gnome/pixmaps/nautilus/default/i-directory-36.png +share/gnome/pixmaps/nautilus/default/i-directory-72.png +share/gnome/pixmaps/nautilus/default/i-directory-96.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/default/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/default/i-directory-accept.png +share/gnome/pixmaps/nautilus/default/i-directory-accept.xml +share/gnome/pixmaps/nautilus/default/i-directory.png +share/gnome/pixmaps/nautilus/default/i-directory.xml +share/gnome/pixmaps/nautilus/default/i-regular-12.png +share/gnome/pixmaps/nautilus/default/i-regular-24.png +share/gnome/pixmaps/nautilus/default/i-regular-36.png +share/gnome/pixmaps/nautilus/default/i-regular-72.png +share/gnome/pixmaps/nautilus/default/i-regular-96.png +share/gnome/pixmaps/nautilus/default/i-regular.png +share/gnome/pixmaps/nautilus/default/i-regular.xml +share/gnome/pixmaps/nautilus/default/i-search-72.png +share/gnome/pixmaps/nautilus/default/i-spreadsheet.png +share/gnome/pixmaps/nautilus/default/i-stalled.png +share/gnome/pixmaps/nautilus/default/i-symlink.png +share/gnome/pixmaps/nautilus/default/i-web-72.png +share/gnome/pixmaps/nautilus/default/increment.png +share/gnome/pixmaps/nautilus/default/loading.png +share/gnome/pixmaps/nautilus/default/manual.png +share/gnome/pixmaps/nautilus/default/number_strip.png +share/gnome/pixmaps/nautilus/default/side_bar_image.png +share/gnome/pixmaps/nautilus/default/theme_preview.png +share/gnome/pixmaps/nautilus/default/trash-empty.png +share/gnome/pixmaps/nautilus/default/trash-full.png +share/gnome/pixmaps/nautilus/default/zoom_body.png +share/gnome/pixmaps/nautilus/emblems.png +share/gnome/pixmaps/nautilus/gnome/Services.png +share/gnome/pixmaps/nautilus/gnome/application-x-e-cfg.png +share/gnome/pixmaps/nautilus/gnome/audio-192.png +share/gnome/pixmaps/nautilus/gnome/emblem-nowrite-72.png +share/gnome/pixmaps/nautilus/gnome/emblem-nowrite-96.png +share/gnome/pixmaps/nautilus/gnome/emblem-nowrite.png +share/gnome/pixmaps/nautilus/gnome/gnome.xml +share/gnome/pixmaps/nautilus/gnome/i-core.png +share/gnome/pixmaps/nautilus/gnome/i-dirclosed.png +share/gnome/pixmaps/nautilus/gnome/i-directory-12.png +share/gnome/pixmaps/nautilus/gnome/i-directory-192.png +share/gnome/pixmaps/nautilus/gnome/i-directory-20.png +share/gnome/pixmaps/nautilus/gnome/i-directory-24.png +share/gnome/pixmaps/nautilus/gnome/i-directory-36.png +share/gnome/pixmaps/nautilus/gnome/i-directory-72.png +share/gnome/pixmaps/nautilus/gnome/i-directory-96.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-192.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-20.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/gnome/i-directory-accept.png +share/gnome/pixmaps/nautilus/gnome/i-directory.png +share/gnome/pixmaps/nautilus/gnome/i-executable.png +share/gnome/pixmaps/nautilus/gnome/i-music-192.png +share/gnome/pixmaps/nautilus/gnome/i-music.png +share/gnome/pixmaps/nautilus/gnome/i-nfs.png +share/gnome/pixmaps/nautilus/gnome/i-regular.png +share/gnome/pixmaps/nautilus/gnome/i-regular.xml +share/gnome/pixmaps/nautilus/gnome/i-stalled.png +share/gnome/pixmaps/nautilus/gnome/linux-penguin.png +share/gnome/pixmaps/nautilus/gnome/rpm-directory.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-active-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-active.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-empty-space.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/fill.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper-active-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper-active.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/left-bumper.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/middle-normal-normal.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/middle-normal-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/middle-prelight-normal.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-bumper-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-bumper.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-empty-space.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top-active-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top-active.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top-prelight.png +share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces/right-top.png +share/gnome/pixmaps/nautilus/gnome/theme_preview.png +share/gnome/pixmaps/nautilus/gnome/throbber/001.png +share/gnome/pixmaps/nautilus/gnome/throbber/002.png +share/gnome/pixmaps/nautilus/gnome/throbber/003.png +share/gnome/pixmaps/nautilus/gnome/throbber/004.png +share/gnome/pixmaps/nautilus/gnome/throbber/005.png +share/gnome/pixmaps/nautilus/gnome/throbber/006.png +share/gnome/pixmaps/nautilus/gnome/throbber/007.png +share/gnome/pixmaps/nautilus/gnome/throbber/008.png +share/gnome/pixmaps/nautilus/gnome/throbber/009.png +share/gnome/pixmaps/nautilus/gnome/throbber/010.png +share/gnome/pixmaps/nautilus/gnome/throbber/011.png +share/gnome/pixmaps/nautilus/gnome/throbber/012.png +share/gnome/pixmaps/nautilus/gnome/throbber/013.png +share/gnome/pixmaps/nautilus/gnome/throbber/014.png +share/gnome/pixmaps/nautilus/gnome/throbber/015.png +share/gnome/pixmaps/nautilus/gnome/throbber/rest.png +share/gnome/pixmaps/nautilus/gnome/trash-empty-192.png +share/gnome/pixmaps/nautilus/gnome/trash-empty-accept-192.png +share/gnome/pixmaps/nautilus/gnome/trash-empty-accept.png +share/gnome/pixmaps/nautilus/gnome/trash-empty.png +share/gnome/pixmaps/nautilus/gnome/trash-full-192.png +share/gnome/pixmaps/nautilus/gnome/trash-full.png +share/gnome/pixmaps/nautilus/increment.png +share/gnome/pixmaps/nautilus/knob.png +share/gnome/pixmaps/nautilus/memory_chip.gif +share/gnome/pixmaps/nautilus/nautilus-launch-icon.png +share/gnome/pixmaps/nautilus/nautilus-mini-logo.png +share/gnome/pixmaps/nautilus/note-indicator.png +share/gnome/pixmaps/nautilus/number_strip.png +share/gnome/pixmaps/nautilus/side_bar_image.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/fill-active-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/fill-active.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/fill-empty-space.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/fill-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/fill.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/left-bumper-active-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/left-bumper-active.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/left-bumper-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/left-bumper.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/middle-normal-normal.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/middle-normal-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/middle-prelight-normal.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-bumper-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-bumper.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-empty-space.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-top-active-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-top-active.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-top-prelight.png +share/gnome/pixmaps/nautilus/sidebar_tab_pieces/right-top.png +share/gnome/pixmaps/nautilus/sierra/Sierra_desktop.png +share/gnome/pixmaps/nautilus/sierra/green_weave.png +share/gnome/pixmaps/nautilus/sierra/i-directory-12.png +share/gnome/pixmaps/nautilus/sierra/i-directory-24.png +share/gnome/pixmaps/nautilus/sierra/i-directory-36.png +share/gnome/pixmaps/nautilus/sierra/i-directory-72.png +share/gnome/pixmaps/nautilus/sierra/i-directory-96.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/sierra/i-directory-accept.png +share/gnome/pixmaps/nautilus/sierra/i-directory.png +share/gnome/pixmaps/nautilus/sierra/number_strip.png +share/gnome/pixmaps/nautilus/sierra/sierra.xml +share/gnome/pixmaps/nautilus/sierra/theme_preview.png +share/gnome/pixmaps/nautilus/tahoe/blueridge.png +share/gnome/pixmaps/nautilus/tahoe/bluewall.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-12.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-24.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-36.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-72.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-96.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-12.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-24.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-36.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-72.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept-96.png +share/gnome/pixmaps/nautilus/tahoe/i-directory-accept.png +share/gnome/pixmaps/nautilus/tahoe/i-directory.png +share/gnome/pixmaps/nautilus/tahoe/number_strip.png +share/gnome/pixmaps/nautilus/tahoe/tahoe.xml +share/gnome/pixmaps/nautilus/tahoe/theme_preview.png +share/gnome/pixmaps/nautilus/text-selection-frame.png +share/gnome/pixmaps/nautilus/throbber/001.png +share/gnome/pixmaps/nautilus/throbber/002.png +share/gnome/pixmaps/nautilus/throbber/003.png +share/gnome/pixmaps/nautilus/throbber/004.png +share/gnome/pixmaps/nautilus/throbber/005.png +share/gnome/pixmaps/nautilus/throbber/006.png +share/gnome/pixmaps/nautilus/throbber/007.png +share/gnome/pixmaps/nautilus/throbber/008.png +share/gnome/pixmaps/nautilus/throbber/009.png +share/gnome/pixmaps/nautilus/throbber/010.png +share/gnome/pixmaps/nautilus/throbber/011.png +share/gnome/pixmaps/nautilus/throbber/012.png +share/gnome/pixmaps/nautilus/throbber/013.png +share/gnome/pixmaps/nautilus/throbber/014.png +share/gnome/pixmaps/nautilus/throbber/015.png +share/gnome/pixmaps/nautilus/throbber/016.png +share/gnome/pixmaps/nautilus/throbber/017.png +share/gnome/pixmaps/nautilus/throbber/018.png +share/gnome/pixmaps/nautilus/throbber/019.png +share/gnome/pixmaps/nautilus/throbber/020.png +share/gnome/pixmaps/nautilus/throbber/021.png +share/gnome/pixmaps/nautilus/throbber/022.png +share/gnome/pixmaps/nautilus/throbber/023.png +share/gnome/pixmaps/nautilus/throbber/024.png +share/gnome/pixmaps/nautilus/throbber/025.png +share/gnome/pixmaps/nautilus/throbber/026.png +share/gnome/pixmaps/nautilus/throbber/027.png +share/gnome/pixmaps/nautilus/throbber/028.png +share/gnome/pixmaps/nautilus/throbber/029.png +share/gnome/pixmaps/nautilus/throbber/030.png +share/gnome/pixmaps/nautilus/throbber/rest.png +share/gnome/pixmaps/nautilus/thumbnail_frame.png +share/gnome/pixmaps/nautilus/zoom_body.png +share/locale/az/LC_MESSAGES/nautilus.mo +share/locale/ca/LC_MESSAGES/nautilus.mo +share/locale/cs/LC_MESSAGES/nautilus.mo +share/locale/da/LC_MESSAGES/nautilus.mo +share/locale/de/LC_MESSAGES/nautilus.mo +share/locale/el/LC_MESSAGES/nautilus.mo +share/locale/en_GB/LC_MESSAGES/nautilus.mo +share/locale/es/LC_MESSAGES/nautilus.mo +share/locale/eu/LC_MESSAGES/nautilus.mo +share/locale/fi/LC_MESSAGES/nautilus.mo +share/locale/fr/LC_MESSAGES/nautilus.mo +share/locale/ga/LC_MESSAGES/nautilus.mo +share/locale/gl/LC_MESSAGES/nautilus.mo +share/locale/hu/LC_MESSAGES/nautilus.mo +share/locale/it/LC_MESSAGES/nautilus.mo +share/locale/ja/LC_MESSAGES/nautilus.mo +share/locale/ko/LC_MESSAGES/nautilus.mo +share/locale/lt/LC_MESSAGES/nautilus.mo +share/locale/lv/LC_MESSAGES/nautilus.mo +share/locale/ms/LC_MESSAGES/nautilus.mo +share/locale/nl/LC_MESSAGES/nautilus.mo +share/locale/nn/LC_MESSAGES/nautilus.mo +share/locale/no/LC_MESSAGES/nautilus.mo +share/locale/pl/LC_MESSAGES/nautilus.mo +share/locale/pt/LC_MESSAGES/nautilus.mo +share/locale/pt_BR/LC_MESSAGES/nautilus.mo +share/locale/ro/LC_MESSAGES/nautilus.mo +share/locale/ru/LC_MESSAGES/nautilus.mo +share/locale/sk/LC_MESSAGES/nautilus.mo +share/locale/sl/LC_MESSAGES/nautilus.mo +share/locale/sv/LC_MESSAGES/nautilus.mo +share/locale/ta/LC_MESSAGES/nautilus.mo +share/locale/tr/LC_MESSAGES/nautilus.mo +share/locale/uk/LC_MESSAGES/nautilus.mo +share/locale/vi/LC_MESSAGES/nautilus.mo +share/locale/zh_CN/LC_MESSAGES/nautilus.mo +share/locale/zh_TW/LC_MESSAGES/nautilus.mo +@dirrm share/gnome/pixmaps/nautilus/throbber +@dirrm share/gnome/pixmaps/nautilus/tahoe +@dirrm share/gnome/pixmaps/nautilus/sierra +@dirrm share/gnome/pixmaps/nautilus/sidebar_tab_pieces +@dirrm share/gnome/pixmaps/nautilus/gnome/throbber +@dirrm share/gnome/pixmaps/nautilus/gnome/sidebar_tab_pieces +@dirrm share/gnome/pixmaps/nautilus/gnome +@dirrm share/gnome/pixmaps/nautilus/default +@dirrm share/gnome/pixmaps/nautilus/crux_teal/throbber +@dirrm share/gnome/pixmaps/nautilus/crux_teal/sidebar_tab_pieces +@dirrm share/gnome/pixmaps/nautilus/crux_teal/backgrounds +@dirrm share/gnome/pixmaps/nautilus/crux_teal +@dirrm share/gnome/pixmaps/nautilus/crux_eggplant/throbber +@dirrm share/gnome/pixmaps/nautilus/crux_eggplant/sidebar_tab_pieces +@dirrm share/gnome/pixmaps/nautilus/crux_eggplant/backgrounds +@dirrm share/gnome/pixmaps/nautilus/crux_eggplant +@dirrm share/gnome/pixmaps/nautilus +@dirrm share/gnome/omf/nautilus +@dirrm share/gnome/nautilus/services/text +@dirrm share/gnome/nautilus/services +@dirrm share/gnome/nautilus/patterns +@dirrm share/gnome/nautilus/emblems +@dirrm share/gnome/nautilus +@dirrm share/gnome/help/nautilus-user-manual/C/figures +@dirrm share/gnome/help/nautilus-user-manual/C +@dirrm share/gnome/help/nautilus-user-manual +@dirrm share/gnome/help/nautilus-screenshot-guidelines/C/stylesheet-images +@dirrm share/gnome/help/nautilus-screenshot-guidelines/C/figures +@dirrm share/gnome/help/nautilus-screenshot-guidelines/C +@dirrm share/gnome/help/nautilus-screenshot-guidelines +@dirrm share/gnome/help/nautilus-release-notes/C/stylesheet-images +@dirrm share/gnome/help/nautilus-release-notes/C/figures +@dirrm share/gnome/help/nautilus-release-notes/C +@dirrm share/gnome/help/nautilus-release-notes +@dirrm share/gnome/help/nautilus-quick-reference/sv/figures +@dirrm share/gnome/help/nautilus-quick-reference/sv +@dirrm share/gnome/help/nautilus-quick-reference/no/figures +@dirrm share/gnome/help/nautilus-quick-reference/no +@dirrm share/gnome/help/nautilus-quick-reference/ko/figures +@dirrm share/gnome/help/nautilus-quick-reference/ko +@dirrm share/gnome/help/nautilus-quick-reference/es/figures +@dirrm share/gnome/help/nautilus-quick-reference/es +@dirrm share/gnome/help/nautilus-quick-reference/C/figures +@dirrm share/gnome/help/nautilus-quick-reference/C +@dirrm share/gnome/help/nautilus-quick-reference +@dirrm share/gnome/help/gnugpl/C +@dirrm share/gnome/help/gnugpl +@dirrm share/gnome/help/gnufdl/C +@dirrm share/gnome/help/gnufdl +@dirrm include/libnautilus +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels/tree +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/sidebar_panels +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/preferences/xalf +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/preferences +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/news +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus/icon_view +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/nautilus +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels/tree +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/sidebar_panels +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/preferences/xalf +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/preferences +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/news +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus/icon_view +@dirrm etc/gconf/gconf.xml.defaults/apps/nautilus +@dirrm etc/X11/sysconfig +@dirrm etc/X11/starthere +@dirrm etc/X11/serverconfig +@dirrm etc/X11 |