Re: [Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread jamie
On Thu, 2007-08-02 at 19:41 +0200, Marcus Fritzsch wrote: > On 8/2/07, jamie <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-08-02 at 18:41 +0200, Marcus Fritzsch wrote: > > > Already the first fix. > > > > > > Escape '%' which happen to be in URIs from jabber private chats. > > > > > > Cheers, Marcus

Re: [Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
On 8/2/07, jamie <[EMAIL PROTECTED]> wrote: > On Thu, 2007-08-02 at 18:41 +0200, Marcus Fritzsch wrote: > > Already the first fix. > > > > Escape '%' which happen to be in URIs from jabber private chats. > > > > Cheers, Marcus > > ___ > > > thx but you ne

Re: [Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread jamie
On Thu, 2007-08-02 at 18:41 +0200, Marcus Fritzsch wrote: > Already the first fix. > > Escape '%' which happen to be in URIs from jabber private chats. > > Cheers, Marcus > ___ thx but you need also to remove the %U from the applications execution - s

Re: [Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
Already the first fix. Escape '%' which happen to be in URIs from jabber private chats. Cheers, Marcus diff --git a/python/deskbar-handler/tracker-handler.py b/python/deskbar-handler/tracker-handler.py index 32b9b12..2a5a8b9 100644 --- a/python/deskbar-handler/tracker-handler.py +++ b/python/desk

[Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
Hi, finally figured how to handle additional services with the tracker deskbar handler. I did some bad mangling of gaim/purple log uris to retrieve misc information, this needs some testing and maybe refinement... Ah, btw, this patch pretends my previous but tentative fix is applied, I'll send a