Re: [Rhythmbox-devel] plugin development



What is it you are trying to do? a segmentation fault can be caused by a bunch of things (typically you're using something that is not defined and pointing 'nowhere')

On 3/24/2010 10:45 AM, Alexey Grunichev wrote:
I want to develop something similar to:
http://mail.gnome.org/archives/rhythmbox-devel/2008-August/msg00018.html
so, I need to get data from remote service by user submitted filter.

I tried to do described in topic and added:

def do_impl_search(self, query):
     print 'it works'
     return
     # return rb.BrowserSource.do_impl_search(self, query)

But by activation I get "Segmentation fault" error. I tried *args and
**kwargs (thaught problem in arguments), but it didn't help. May be
something has been changed since 2008.

Another question (less important) - can I disable a couple of buttons
(there is artist/title etc search by default - but I have only one
filter for remote data)?
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel gnome org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

--
==================================================================
main(p){printf(p,34,p="main(p){printf(p,34,p=%c%s%c,34); }",34); }
==================================================================
Ron Croonenberg                   |
                                  | Phone: 1 765 658 4761
Lab Instructor &                  | Fax:   1 765 658 4732
        Technology Coordinator    |
                                  |
Department of Computer Science    | e-mail: ronc DePauw edu
DePauw University                 |
275 Julian Science & Math Center  |
602 South College Ave.            |
Greencastle, IN  46135            |
==================================================================



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]