From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8E55A1383D3 for ; Tue, 1 Sep 2015 06:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 538F8142AE; Tue, 1 Sep 2015 06:56:05 +0000 (UTC) Received: from relay3.mail.vrmd.de (relay3.mail.vrmd.de [81.28.224.24]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DA881425C for ; Tue, 1 Sep 2015 06:56:03 +0000 (UTC) Received: from [81.28.226.111] (helo=webmail.variomedia.de) by relay3.mail.vrmd.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ZWfUA-0006Iv-2Q for gentoo-user@lists.gentoo.org; Tue, 01 Sep 2015 08:56:02 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 01 Sep 2015 08:56:01 +0200 From: Peter Weilbacher To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Lost tabs links in Firefox In-Reply-To: References: Message-ID: X-Sender: newsspam@weilbacher.org User-Agent: Roundcube Webmail/1.1.2 X-purgate: clean X-purgate-type: clean X-purgate-ID: 150741::1441090562-00006B47-68F674C0/0/0 X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-Spam-Suspicion: No X-Relay-User: default@weilbacher.org X-Archives-Salt: ed840c2d-17bb-42c6-b3bd-2b268b7c90e2 X-Archives-Hash: 91e1ce5358fbd615d7ba45146067c929 On 2015-09-01 08:33, gevisz wrote: > I have a bad habit of leaving too many tabs open > when closing Firefox relying on its feature to open them > again next time I start it. [...] > I still believe that at least links for them can be found > somewhere inside ~/.mozilla directory. Search for sessionstore.{json,bak} in ~/.mozilla/firefox. One of those should contain the URLs of your tabs. (Unless you started too many times after the error. Then they might have gotten overwritten.) Maybe it's just a matter of having started with a different profile than normal? There were such cases on this list recently. Try starting with |firefox -P|... Peter.