settings (control-panel) applet in python

2010-01-11 Thread Stefanos Harhalakis
Hello, Is it possible to write a settings applet (one that shows in control panel) in python? ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: settings (control-panel) applet in python

2010-01-11 Thread Edward Page
Yes you can. For Mer I did experimenting with different existing approaches and then some experimenting beyond it and tried to collect the best practices to various bugs (modality, double creation, etc). The C-code should require minimal changes to jump-start your python.

Control panel applet not starting

2009-12-25 Thread Petite Escalope
Hello, sometime ( i have not found the reason yet) my control panel applet doesn't start. The control panel is well launched in xephyr but nothing happen when I click to start my applet.Their is nothing displayed in the scratchbox output... I have no compliation error, everything looks ok. Do

Fwd: Control panel applet in maemo with python

2008-03-07 Thread Sergio Galán
I was reading the tutorial for writing Control panel desktop in maemo ( http://maemo.org/development/documentation/tutorials/maemo_4-0_tutorial.html#cpa ) But only mentions c, and looking for python bindings in google couldn't find anything. ¿Does Someone know if its possible to program these

control panel applet

2007-11-20 Thread Fred
Hi, I can't seem to be able to find a proper way to tell autotools (dpkg-buildpackage ?) to install the lib for my control panel applet in the right location. Any hint ? Thanks Fred ___ maemo-developers mailing list maemo-developers@maemo.org https

Re: control panel applet

2007-11-20 Thread Tuomas Kulve
Fred wrote: Hi, I can't seem to be able to find a proper way to tell autotools (dpkg-buildpackage ?) to install the lib for my control panel applet in the right location. Any hint ? At least on Chinook: pkg-config hildon-control-panel --variable=pluginlibdir -- Tuomas

Re: control panel applet

2007-11-20 Thread Tuomas Kulve
Fred wrote: Tuomas Kulve a écrit : Fred wrote: Hi, I can't seem to be able to find a proper way to tell autotools (dpkg-buildpackage ?) to install the lib for my control panel applet in the right location. Any hint ? At least on Chinook: pkg-config hildon-control-panel --variable

Re: control panel applet

2007-11-20 Thread Fred
Tuomas Kulve a écrit : Fred wrote: Tuomas Kulve a écrit : Fred wrote: Hi, I can't seem to be able to find a proper way to tell autotools (dpkg-buildpackage ?) to install the lib for my control panel applet in the right location. Any hint ? At least on Chinook: pkg-config hildon

Re: using gstreamer in a hildon control panel applet

2007-10-03 Thread Markku Vire
Hi, Many Maemo applications are actually multi-threaded, since async operations within GnomeVFS use threads internally. Anyway, using GStreamer in control panel applet sounds dangerous. This is because gstreamer cannot be unloaded cleanly (when execute-function returns, your module is unloaded

using gstreamer in a hildon control panel applet

2007-10-02 Thread Brandt, Todd E
Hi, I having a problem with hildon-control-panel and was wondering if someone could help me out? Basically, I have a sound applet that sets up the audio devices for the system, and it's designed as a library which is pulled up by the controlpanel process. It requires gstreamer to work, and the