Bug#191084: nautilus: Large file problem

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 191084@bugs.debian.org
Thu, 13 Nov 2003 00:35:26 +0100


> Large files (>5G) is displayed in the icon view, but when selected
> they disappear.

This bug is due to fam. The following patch is from 
http://mail.gnome.org/archives/nautilus-list/2002-October/msg00184.html


--- ./fam-2.6.9/common.am	Tue Jul 16 01:23:24 2002
+++ fam-2.6.9-largefile/common.am	Mon Oct 28 16:21:55 2002
@@ -4,7 +4,9 @@
 AUTOMAKE_OPTIONS=no-dependencies
 
 #  why couldn't CONFIG_ETC_CONFIG_PATH be defined in config.h???
-INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"
+INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"	\
+	-D_FILE_OFFSET_BITS=64						\
+	-D_LARGEFILE64_SOURCE