From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76759 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:58:21 +0100 Message-ID: <8739nqmg76.fsf@gmx.de> References: <8739nqtzbo.fsf@lifelogs.com> <87lj1ik4l6.fsf@gmx.de> <87aahysghw.fsf@lifelogs.com> <87y65imjyw.fsf@gmx.de> <87tyg6pc7s.fsf@lifelogs.com> <87r5bamidq.fsf@gmx.de> <874o86pasb.fsf@lifelogs.com> <87bp2emgk2.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297720723 5152 80.91.229.12 (14 Feb 2011 21:58:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 21:58:43 +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:58:39 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 1Pp6RK-0005cU-Pg for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 22:58:38 +0100 Original-Received: from localhost ([127.0.0.1]:55362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp6RK-0008JQ-5h for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 16:58:38 -0500 Original-Received: from [140.186.70.13] (port=38135 helo=mail.fsf.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp6RF-0008FV-VC for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 16:58:35 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:59840) by mail.fsf.org with smtp (Exim 4.69) (envelope-from ) id 1Pp6RF-0000NV-D9 for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 16:58:33 -0500 Original-Received: (qmail invoked by alias); 14 Feb 2011 21:58:31 -0000 Original-Received: from p57BB9605.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.5] by mail.gmx.net (mp058) with SMTP; 14 Feb 2011 22:58:31 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/gi0JQUlTgf4C9w7pc2bj3iVM75F/PL1XoB+K6Lg RD28jeROC80U+4 In-Reply-To: <87bp2emgk2.fsf@gmx.de> (Michael Albinus's message of "Mon, 14 Feb 2011 22:50:37 +0100") 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:7666 gmane.emacs.gnus.general:76759 Archived-At: Michael Albinus writes: > Ted Zlatanov writes: > >> method call sender=:1.191 -> dest=org.freedesktop.secrets serial=17 >> path=/org/freedesktop/secrets/collection/login; >> interface=org.freedesktop.DBus.Properties; member=Get >> string "org.freedesktop.Secret.Collection" >> string "Label" >> method return sender=:1.5 -> dest=:1.191 reply_serial=17 >> variant string "Login" >> >> so the label for that collection is "Login"? I guess seahorse doesn't >> show the collection label, only the basename. > > Maybe. secrets.el shows always the collection label. This can change, > that's why I insist on the "default" alias :-) I just did an experiment: (secrets-create-collection "ABC") => "/org/freedesktop/secrets/collection/abc" gnome-keyring seems to normalize the object path, using small letters only. And seahorse shows it as "abc". Hmm. Shall I do something similar in secrets.el? >> Ted Best regards, Michael.