From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76742 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.tramp,gmane.emacs.gnus.general Subject: Re: Secrets API "login" session is now "Login"? Date: Mon, 14 Feb 2011 22:11:13 +0100 Message-ID: <87r5bamidq.fsf@gmx.de> References: <8739nqtzbo.fsf@lifelogs.com> <87lj1ik4l6.fsf@gmx.de> <87aahysghw.fsf@lifelogs.com> <87y65imjyw.fsf@gmx.de> <87tyg6pc7s.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297717898 21770 80.91.229.12 (14 Feb 2011 21:11:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 21:11:38 +0000 (UTC) Cc: tramp-devel@mail.freesoftware.fsf.org, ding@gnus.org To: Ted Zlatanov Original-X-From: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Mon Feb 14 22:11:33 2011 Return-path: Envelope-to: get-tramp-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp5hl-0000Lw-Ct for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 22:11:33 +0100 Original-Received: from localhost ([127.0.0.1]:49550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5hk-0004sR-QW for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 16:11:32 -0500 Original-Received: from [140.186.70.13] (port=37195 helo=mail.fsf.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5hg-0004sC-CG for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 16:11:30 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:43374) by mail.fsf.org with smtp (Exim 4.69) (envelope-from ) id 1Pp5hf-0007x9-W0 for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 16:11:28 -0500 Original-Received: (qmail invoked by alias); 14 Feb 2011 21:11:25 -0000 Original-Received: from p57BB9605.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.5] by mail.gmx.net (mp057) with SMTP; 14 Feb 2011 22:11:25 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/bl3ZeQC7bE+8/a7Z2SfL1xBjKYlLsUl05/lebPe NA79N+lh+Orwab In-Reply-To: <87tyg6pc7s.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 14 Feb 2011 14:56:07 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by mail.fsf.org: Genre and OS details not recognized. X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: tramp-devel.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Errors-To: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:7661 gmane.emacs.gnus.general:76742 Archived-At: Ted Zlatanov writes: > MA> I'm running an up-to-date Ubuntu 10.10. In secrets.el, I see > > MA> (secrets-get-alias "default") > MA> => "login" > > MA> Maybe you have changed the default alias via `secrets-set-alias'? > > No, I'm sure. > > (secrets-get-alias "default") > => nil > > (secrets-list-collections) > => ("session" "Login") What do you get with (secrets-get-collections) ? > MA> Anyway, I recommend to use the collection returned by (secrets-get-alias > MA> "default"). There's is no need to hardwire it as "login". > > We use "Login" in many of the examples. I wanted a collection that may > actually have entries from other programs. It's just puzzling that > "login" worked until recently and seahorse still says "login". Do you have another gnome-keyring incarnation running? Is there another ofd.secrets service running, like kwallet? Are seahorse and Emacs using the same D-Bus session bus? Maybe you trace D-Bus messages with dbus-monitor, in both cases (opening seahorse, using secrets.el). > Ted Best regards, Michael.