From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 9 16:22:58 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B43316A418 for ; Tue, 9 Oct 2007 16:22:58 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3DBD013C478 for ; Tue, 9 Oct 2007 16:22:57 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so338571ele for ; Tue, 09 Oct 2007 09:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=2FPQiHR8Xs01gGSLU+i8ATHPZDLu29yZo0jEAVSEe2s=; b=BUB9yEDVpBxOvGWBRswHFyB83mMe9VNNwkDH1rpVajo7rTayLMN8Unu876dhED7TpcaSTARlnehj+SVH1l8ssTX5B5rakXHjDg/mQe8JhMzB4CQz50DHRdUd/caYvqjiZcLCBsWbCiylKj0VoQb8t80+R0rFYZUateJgl/Q5Ul0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JYQlpOa2KCL1FGSMkPHrrOmbdZlZwKVaEnRsYGSnkhaqrSYw+ng2JWhs4N8aV8yRLz1U5wGQw4XpzSz6VUrjwNhNrO2WFl/SnuWLdyBAAyS6J0Z6GfOWFVA4fkPqIl6teQrh5jmCsuCE6fZMA2N4VXSZLqb+caXHUywofnevRzc= Received: by 10.142.212.19 with SMTP id k19mr2558552wfg.1191946975946; Tue, 09 Oct 2007 09:22:55 -0700 (PDT) Received: by 10.142.172.20 with HTTP; Tue, 9 Oct 2007 09:22:55 -0700 (PDT) Message-ID: Date: Tue, 9 Oct 2007 18:22:55 +0200 From: "Harald Servat" To: "Michael Johnson" In-Reply-To: <470B9F74.3060808@ahze.net> MIME-Version: 1.0 References: <470B965B.8040309@locean-ipsl.upmc.fr> <470B9F74.3060808@ahze.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org, Nicolas Martin Subject: Re: lightning on thunderbird and FreeBSD X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 16:22:58 -0000 2007/10/9, Michael Johnson : > > Nicolas Martin wrote: > > Hi, > > i faced the same problem on a slightly different configuration (Xorg > > 7.3). > > The port is installed in : > > > /usr/local/lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df19331= 03}/lightning- > 0.5-tb-FreeBSD6-i386/ > > > > instead of > > > /usr/local/lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df19331= 03}/ > > > > Just move the content of the former directory to the later one. > > > > Regards > > Nicolas > > > > Fixed in ports, thanks! > > Harald Servat a =E9crit : > >> Hello, > >> > >> I contact you as a maintainer of the deskutils/lightning-xpi port. > >> If this > >> is not the correct way to solve this, please could you tell me which > >> is the > >> correct way? > >> > >> I've installed it on a FreeBSD 6.2 / Thunderbird 2.0 running on > >> XFCE over > >> Xorg 6.9 without any problems, but I'm unable to find it on my > >> Thunderbird. > >> How can I launch it? > >> > >> Regards, > >> > > > > > > -----------------------------------------------------------------------= - > > > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org= " > > > > Thank you! It worked like a charm!! --=20 _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...