From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-149102-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 516701381F3 for <garchives@archives.gentoo.org>; Tue, 30 Jul 2013 14:46:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4534DE0B1A; Tue, 30 Jul 2013 14:46:45 +0000 (UTC) Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2754DE0AE4 for <gentoo-user@lists.gentoo.org>; Tue, 30 Jul 2013 14:46:43 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id y11so1294486pdj.0 for <gentoo-user@lists.gentoo.org>; Tue, 30 Jul 2013 07:46:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Qqy9Gu5saJuuz6EAYRWF9Vwd5YYPO4xHys7kpRtOOCY=; b=mKdw0yscpdhThvIar6vnKtAiy6i3lJMYXaUT72TXZewjVeAUCh12EqzDgAbgF7C0ht unUo+tylJnz/CuM4snUT6DWkSbGJnxeNxVtNkwu2wLd9fScAXXXujpF1E68WjrRlKtmP QWbKbV/UE8/LAF+diznSZ5SwQZANB9Q+ACvRCNCpzYIJhawQtuWGzINXKCqTek70ddWN hj2k2vxfYOT5TiojFvIgKkXQKH6BN/iicRAb0iBfXySGXaEn+Xhs8CU297D2xoV2KdPh PmOSRn01kb5iDda0hv2ahPcbUtTl38zMF501dR45Db3ETaTgo+DUADZD+r/qkERNK+jB ZqlQ== X-Received: by 10.68.245.7 with SMTP id xk7mr1954590pbc.147.1375195603060; Tue, 30 Jul 2013 07:46:43 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.70.50.197 with HTTP; Tue, 30 Jul 2013 07:46:22 -0700 (PDT) In-Reply-To: <CAGBogHzqYazO4t61s=csaMy4gi+5hnj_NJSGwbObYBAzMY8mKw@mail.gmail.com> References: <CAGBogHzqYazO4t61s=csaMy4gi+5hnj_NJSGwbObYBAzMY8mKw@mail.gmail.com> From: Paul Hartman <paul.hartman+gentoo@gmail.com> Date: Tue, 30 Jul 2013 09:46:22 -0500 X-Google-Sender-Auth: okLZc209W0BqUoEsRzn2JUzi8jc Message-ID: <CAEH5T2PBpheapLbp7sz76dWiNebRbsdf6o-XiPg2+SvMQQ8tLA@mail.gmail.com> Subject: Re: [gentoo-user] Chromium: questions To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 3c532cc7-cf89-461d-a8c3-2984bb440732 X-Archives-Hash: c1ee014d94a36d9a2b885bff725a153c On Tue, Jul 30, 2013 at 3:11 AM, Pavel Volkov <negaipub@gmail.com> wrote: > I have 2 questions about how Chromium operates with a clean profile. > I run it like this: > % chromium --user-data-dir=<dir> > > Directory <dir> is empty (at first launch). > > After the first launch, some entries immediately appear in History. I > visited those before, but it's not everything I visited. Approximately 10-20 > entries. > From where is this information taken? If it's Google servers, what info is > used for identification? IP address, system user name, something else? > > Next question is about certificates. I have 2 personal certificates > installed in my main profile and they appear in the clean profile, too. > Where are those certificates stored? I couldn't find them in KDE > configuration app (System Settings). Are they taken from main profile? I would look in the ~/.config/ directory for any chrome/chromium/google stuff which might possibly contain this data... (even if you specified otherwise)