[Bug 839626] Re: Please run ./configure with --enable-id64 to allow primary keys 32bit

2012-04-03 Thread sentimental bryan
Would be nice to either enable this by default or create two packages, on with 64 bit ID's enabled. Just about everyone uses 64 bit ID's with Sphinx. Thanks for making the Sphinx 2 package though. I tried pulling the sources into the 0.9 deb structure and gave up wailing and gnashing my teeth!

[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 Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/432882 Title: Python binding for gnomekeyring prevents password prompt on unlock

[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 Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/432882 Title: Python binding for

[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 Bugs, which is a direct

[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