Bug#258564: nautilus: Nautilus' file type handling is very broken

J.H.M. Dassen (Ray) "J.H.M. Dassen (Ray)" <jdassen@debian.org>, 258564@bugs.debian.org
Sat, 10 Jul 2004 14:30:32 +0200


reassign 258564 planner
retitle 258564 Ships generated MIME info file which breaks GNOME VFS MIME handling
severity 258564 critical
tags 258564 + patch
merge 258564 258567
thanks

On Sat, Jul 10, 2004 at 13:44:41 +0200, J.H.M. Dassen (Ray) wrote:
> If it's "application/octet-stream" as well, please try 
> 	apt-get install --reinstall shared-mime-info
> and re-test. Does this make the problem go away?

"/usr/bin/update-mime-database /usr/share/mime" is a more simple workaround.

The underlying problem is the "planner" package, version 0.12-1, which
includes several files it shouldn't, in particular
	/usr/share/mime/globs
	/usr/share/mime/magic
	/usr/share/mime/XMLnamespaces
	/usr/share/mime/application/x-planner.xml

Planner should only install /usr/share/mime/packages/planner.xml and have
update-mime-database register the information in there in its postinst,
along the lines of
	if [ -x /usr/bin/update-mime-database ] ; then
		/usr/bin/update-mime-database /usr/share/mime
	fi

See the documentation in the "shared-mime-info" package for details.

Ray
-- 
LEADERSHIP  A form of self-preservation exhibited by people with auto-
destructive imaginations in order to ensure that when it comes to the crunch
it'll be someone else's bones which go crack and not their own.
    - The Hipcrime Vocab by Chad C. Mulligan