[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-08-09 Thread sentimental bryan
any news regarding this bug, I reported it back in the Maverick days. I suppose Gnome may no longer be a priority for Ubuntu but I'd like to know if I can be of any more help in trying to get this patch in. It's such a small change to have it work correctly and we're on Lucid now... -- You

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-14 Thread sentimental bryan
** Bug watch added: GNOME Bug Tracker #633958 https://bugzilla.gnome.org/show_bug.cgi?id=633958 ** Also affects: gnome-python-desktop via https://bugzilla.gnome.org/show_bug.cgi?id=633958 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-02 Thread sentimental bryan
Just as some background, I'm trying to use it with offlineimap, which allows the user to include python functions to retrieve username or password. % egrep (passeval|py) ~/.offlineimaprc pythonfile = ~/.offlineimap.gnome.py remotepasseval = get_password(offlineimap, gmail.test.account) % cat

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-01 Thread sentimental bryan
Still a problem in 10.10. I'm writing a helper script that integrates offlineimap and notmuch mail. Have to fire up Seahorse and manually unlock the keyring before I run the script. Would be nice if I could just display a notification via the Gnome Keyring daemon. I also agree that this is a

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-01 Thread sentimental bryan
Man, I don't know how to use bzr but I've been in touch with the gnome guys and the fix is really easy. I've downloaded the gnome-python-desktop-2.30.0 src package. Here's a relevant diff diff ./gnomekeyring/gnomekeyring.defs ./gnomekeyring/gnomekeyring.defs.orig 272c272 '(const-char*

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-01 Thread sentimental bryan
that diff is wrong, it needs to be changed in 2 places, regenerating... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-python-desktop in Ubuntu. https://bugs.launchpad.net/bugs/432882 Title: Python binding for gnomekeyring

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-01 Thread sentimental bryan
I'm hopeless at diff . I'm adding the entire file, although it's only a two line change, incidentally it works great! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-python-desktop in Ubuntu.

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-01 Thread sentimental bryan
Fixes the bug ** Attachment added: updated gnome-keyring defs file https://bugs.launchpad.net/ubuntu/+source/gnome-python-desktop/+bug/432882/+attachment/2150851/+files/gnomekeyring.defs -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 432882] Re: Python binding for gnomekeyring prevents password prompt on unlock

2011-06-01 Thread sentimental bryan
The changed defun's were: (define-function unlock (c-name gnome_keyring_unlock) (return-type gpointer) (parameters '(const-char* keyring (null-ok)) '(const-char* password (null-ok)) '(GnomeKeyringOperationDoneCallback callback) '(gpointer data) '(GDestroyNotify