From owner-freebsd-ports@FreeBSD.ORG Wed Sep 17 13:26:21 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75CD1065679 for ; Wed, 17 Sep 2008 13:26:21 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from netuno.levier.com.br (netuno.levier.com.br [201.47.3.162]) by mx1.freebsd.org (Postfix) with ESMTP id F12758FC2C for ; Wed, 17 Sep 2008 13:26:19 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from levier.com.br (localhost [127.0.0.1]) by netuno.levier.com.br (8.14.3/8.14.1) with ESMTP id m8HA11mx009412; Wed, 17 Sep 2008 10:04:42 -0300 (BRT) (envelope-from lenzi@k1.com.br) X-MessageWall-Score: 0 (levier.com.br) Received: from [192.168.32.172] (authenticated as lenzi) by levier.com.br (MessageWall 1.0.8) with SMTP; 17 Sep 2008 13:04:41 -0000 From: sergio lenzi To: Mark Evenson , freebsd-ports@freebsd.org In-Reply-To: <48D0FE97.2000107@gmx.at> References: <40519.1847.qm@web50107.mail.re2.yahoo.com> <48D0FE97.2000107@gmx.at> Date: Wed, 17 Sep 2008 10:04:41 -0300 Message-Id: <1221656681.1282.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Evince 2.22.2_3: "Unhandled MIME type: =?utf-8?b?4oCcYXBwbGlj?= =?utf-8?b?YXRpb24vcGRm4oCdIg==?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 13:26:21 -0000 Em Qua, 2008-09-17 às 14:56 +0200, Mark Evenson escreveu: > Jeremy Messenger wrote: > > On Tue, 16 Sep 2008 09:57:03 -0500, Mark Evenson > > wrote: > > > >> Dan Reinholz wrote: > >>> Since updating to the latest revision of Evince (to > >>> 2.22.2_3 from 2.22.2_2) I am no longer able to open > >>> .pdf files. Anytime I try to do so I now get the > >>> error: > > [...] > > > Have you guys follow in /usr/ports/UPDATING? > > Which entry? Grep'ing for 'evince' doesn't show anything. > > On additional nosing around, it seems that GNOME (at least Nautilus) has > lost the notion of MIME types altogether. > > Is there a command-line equivalent to magic(1) for GNOME to show what > GNOME thinks the underlying MIME type consists of? > > > seems that your mime database is corrupted/altered.... the command: "update-mime-database" (root user) should fix it (in a global basis) if not, your local mime database is corrupted.... as a last help, 1) save evolution by making a backup of it (in the evolution file tab) 2) rename your user directory to anoter one 3) log out, in again 4) move your directories files (documents....) 5) restore evolution from backup... restore your background image... panel icons... sure works .... >