From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-83541-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KZsfN-0004mz-4r
	for garchives@archives.gentoo.org; Sun, 31 Aug 2008 19:32:53 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7CF14E0334;
	Sun, 31 Aug 2008 19:32:51 +0000 (UTC)
Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.249])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4DD52E0334
	for <gentoo-user@lists.gentoo.org>; Sun, 31 Aug 2008 19:32:51 +0000 (UTC)
Received: by rv-out-0708.google.com with SMTP id b17so1354917rvf.46
        for <gentoo-user@lists.gentoo.org>; Sun, 31 Aug 2008 12:32:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:cc:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=RJ6AKlKnJbcfyLseEsoYug/7n4zLgv/8KrftQ6D5KXI=;
        b=Dvx6pNmZ9YGFvCCg4Aw/F8Xy1Nk5vzKiuvsUou36nhERzh8oPzEMwDBiiiGG56tNXB
         olC7kOwUVZsFtx/QCgmKhpykRcc2/T/P96rf2j4leHtNZiMPI6BcgeM54LkjMXYQXyj0
         QgM8av5CkTpJLmdzALOsvCQGqlfEkpDiN7tAY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:cc:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=XOXln26MfE4pdVICf+xObkkPqZgBStl6Zb65omxpqbPtRyloUUDvALWJtktS6cHmlj
         Xo4i/mhrXnHaKgLFjqiK8SjJvXL0jNYV2FneD+69MXSyyt0AZ2jZiLCTyNL0JzMhgD0M
         MbNX+hhi3ta1AtAg3mAPqgHAB4TCn0aSyE9bY=
Received: by 10.141.132.1 with SMTP id j1mr2940984rvn.64.1220211169734;
        Sun, 31 Aug 2008 12:32:49 -0700 (PDT)
Received: by 10.141.142.21 with HTTP; Sun, 31 Aug 2008 12:32:49 -0700 (PDT)
Message-ID: <68b1e2610808311232g213e0374m6f2c6f78547aaa2a@mail.gmail.com>
Date: Sun, 31 Aug 2008 22:32:49 +0300
From: "Liviu Andronic" <landronimirc@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Replacement for FPM
Cc: "Xavier-Francois Roblot" <xfr@east308.net>
In-Reply-To: <1164178953.6243.43.camel@localhost>
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
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1163746715.16658.5.camel@localhost>
	 <1164178953.6243.43.camel@localhost>
X-Archives-Salt: 6a8120a7-56bb-4141-83b2-0b985f915e1f
X-Archives-Hash: 73605e8d00522fd0ef791ad636e5ca5d

Dear all,

On Wed, Nov 22, 2006 at 10:02 AM, Xavier-Francois Roblot
<xfr@east308.net> wrote:
>> Can someone point me to a viable replacement for it? I need something
>> that can: 1) store passwords (obviously); 2) generate passwords; 3) have
>> launchers as FPM does. The possibility to import FPM passwords would be
>> a nice feature to have to :)
>
> I am answering to my own email: it looks like revelation
> http://oss.codepoet.no/revelation/ which is available in some overlays
> (like break-my-gentoo-main) meets most of the requirements.
>
Probably no longer of interest to the initial poster, but I've also
been on the look-out for something similar, so..

There is a port of fpm to GTK+2:
"FPM2 is GTK2 port from Figaro's Password Manager originally developed
by John Conneely, with some new features." [1]

It seems actively maintained, as of July 2008. I've also found an
ebuild [2] for the latter. The port is a pure GTK+2 application, i.e.
there are no Gnome dependencies. Revelation is in Portage, but Gnome
dependent and no longer maintained since 2007.

If anyone knows other candidates, please post here.

Regards,
Liviu

[1] http://als.regnet.cz/fpm2/
[2] http://code.google.com/p/gdbabar/source/browse/branches/overlay/x11-misc/fpm2/?r=827