Re: pymaemo, hildon.TouchSelector and gtk.Treeview, hildon-desktop, scripting help

2010-03-03 Thread Daniel Martin Yerga
Hi. On 02/03/10 19:57, Patrick Beck wrote: I have only a small logic problem. I have to call a renderer in append_column - None as in the documentation won't work. column = selector.append_column(store_icons, renderer) #i have to call a renderer, not None And the application raises a warning

Re: MeeGo

2010-02-15 Thread Daniel Martin Yerga
On 15/02/10 14:26, Ian wrote: Hi, I looked through the MeeGo site but could not see anything about packaging. A while back Moblin moved away from .deb to .rpm to develop more community around Moblin. Which (or maybe both?) will be supported on MeeGo Ian Meego will use .rpm:

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Daniel Martin Yerga
Hi. On 12/02/10 09:54, kokilakr kr wrote: Hello All, Thanks for information about out dated documentation. But I could not find any information, examples or sample virtual keyboard based on new framework. And the header file do not contain any alternate APIs. So does this mean we cannot

Re: how to create a desktop applet

2009-11-18 Thread Daniel Martin Yerga
in a wrong location (/usr/lib/). The .so files for a Home applet are stored in /usr/lib/hildon-desktop/ -- Daniel Martin Yerga http://yerga.net ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo

Re: Mediaplayer/GStreamer/Tracker: adding new file types?

2009-11-15 Thread Daniel Martin Yerga
have installed the necessary gstreamer module to play the files, I think that the mediaplayer should be smart enough to use that module. Tell us if it works. -- Daniel Martin Yerga http://yerga.net ___ maemo-developers mailing list maemo-developers

Re: maemo-optify

2009-10-05 Thread Daniel Martin Yerga
. -- Daniel Martin Yerga http://yerga.net ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Xephyr seg faults when clicking Maemo Menu button

2009-08-13 Thread Daniel Martin Yerga
if you are hitting that bug. Try to use a previous (or later if the bug is fixed) Xephyr version. For example, I'm using in Ubuntu Jaunty the version available in Debian Testing [1], and everything works as should. [1] http://packages.debian.org/squeeze/xserver-xephyr -- Daniel Martin Yerga http

Re: A slight problem while working with treeview columns

2009-07-16 Thread Daniel Martin Yerga
their is no error given on scratchbox How can I make the column title appear? You need to set the following method to the treeview: .set_headers_visible(True) Though I have read in some place (could be the HIG?) that this should be avoided in Fremantle. Regards. -- Daniel Martin Yerga http

Re: How to place a button in the fremantle title bar?

2009-07-10 Thread Daniel Martin Yerga
Hi. - Original message - Hi, watching the modest screencast at http://blogs.igalia.com/dape/dape/wp-content/uploads/2009/07/modest-fremantle-guadec.ogv you'll see at 0:45 a Move button in the screens title bar. How does it get there? Seems to be a perfect place for zoom buttons in

Re: Empty menu with GtkMenuToolButton

2009-07-08 Thread Daniel Martin Yerga
to gtk_bla_set_blub() somewhere, but I can't figure out correct values for bla and blub. Any help would be appreciated. Add the following to the code: gtk_widget_show_all(GTK_WIDGET(toolbar_popup_menu)); -- Daniel Martin Yerga http://yerga.net ___ maemo-developers

Re: Howto detect fremantle in postinst script?

2009-05-14 Thread Daniel Martin Yerga
-select-menu-location yourdesktopfile.desktop fi fi It checks for maemo-select-menu-location and it also checks if there is a previous version it doesn't show the select-menu dialog, i.e. when users are updating the application. -- Daniel Martin Yerga http://yerga.net

Re: maemo launch from task navigator ?

2009-05-13 Thread Daniel Martin Yerga
/free/p/pyqtoreader/ -- Daniel Martin Yerga http://yerga.net ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: maemoswig error

2009-05-10 Thread Daniel Martin Yerga
the following: export SBOX_REDIRECT_IGNORE=/usr/bin/python ; export PATH=/usr/bin:$PATH Now it should use python2.5 instead of python2.3 when invoking python in scratchbox, and perhaps it fixes your problem. -- Daniel Martin Yerga http://yerga.net

Re: Error creating download page at http://maemo.org/downloads/OS2008/

2009-05-10 Thread Daniel Martin Yerga
/product/OS2008/otrplayer/ Surely for that, it doesn't allow you create the page. Perhaps a most informative error should be shown. If you had some error creating the page for the first time, you should report it to the bugzilla. -- Daniel Martin Yerga http://yerga.net

Re: Problem with the Diablo autobuilder

2009-05-01 Thread Daniel Martin Yerga
. It seems it's stopped from yesterday again. Could you check it? -- Daniel Martin Yerga http://yerga.net ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Something else (was Re: PIM stuff (was Re: Projects Nokia should support (yours?)))

2008-10-25 Thread Daniel Martin Yerga
on. Of course, I would be very glad if Nokia supports pyrecipe for a Fremantle star (and who not?). Regards. -- Daniel Martin Yerga http://yerga.net ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo

Re: Dangling link to bora SDK

2008-07-28 Thread Daniel Martin Yerga
. Does anybody know the correct page URL? Thanks, Rainer The right link is here: http://maemo.org/development/sdks/maemo_3-x_bora/ - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

Re: Updated versions of libraries pre-installed on ITOS causing problems with autobuilder

2008-07-01 Thread Daniel Martin Yerga
like this from happening. -- Niels Breet maemo.org webmaster I think it should be removed from the extras-devel repository too. Else the autobuilder will try build the packages against that version of libglade. -- Daniel Martin Yerga http://yerga.net

Re: Updated versions of libraries pre-installed on ITOS causing problems with autobuilder

2008-07-01 Thread Daniel Martin Yerga
On Tue, 1 Jul 2008 14:44:03 +0200 Aniello Del Sorbo [EMAIL PROTECTED] wrote: On Tue, Jul 1, 2008 at 2:25 PM, Daniel Martin Yerga [EMAIL PROTECTED] wrote: Hi. On Tue, 1 Jul 2008 10:20:01 +0200 (CEST) Niels Breet [EMAIL PROTECTED] wrote: Hi, The offending package has been removed

Re: Distutils Missing?

2008-06-27 Thread Daniel Martin Yerga
python2.5-distutils. Now it's a separate package. - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEUEARECAAYFAkhkvkwACgkQcnvB1T3xmfNwlQCgko6AZkOMAa5jt+sRbUXFW67F XaYAmJkNuOeSC8Z9WC8j+zS0EaRpR7g= =DAnX -END PGP SIGNATURE

Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Daniel Martin Yerga
to extras. But they aren't in the extras repository yet. In addition, the promoter only detects the new versions for i386, for armel it show N/A, though in the repository are all. It happens for each package, not only for mine. Yesterday all packages was showed correctly. -- Daniel Martin Yerga

Re: long name package problem

2008-03-02 Thread Daniel Martin Yerga
] is not the source code for application manager? And [2] the garage project with updated svn? [1] http://repository.maemo.org/pool/os2008/free/source/h/hildon-application-manager/hildon-application-manager_2.0.2.tar.gz [2] https://garage.maemo.org/projects/hildon-app-mgr/ - -- Daniel Martin Yerga http

Re: [Maemo App Integration]Fail to launch app from TaskNavigator(TN)

2008-02-21 Thread Daniel Martin Yerga
osso-xterm or ssh , and see if in this way there is some error. Perhaps, /usr/bin/pymaemo is not executable. I don't see any error in the code that you have added. Cheers. - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux

Re: hildon.TimePicker: HOW TO SET INITIAL TIME?

2008-02-21 Thread Daniel Martin Yerga
. Thanks It means you need to use something like this: time_picker = hildon.Timepicker(parent) time_picker.set_time(hours, minutes) In the docs, it may not be easy to understand the hildon.Class.set..., especially if you are learning python, as in your case. - -- Daniel Martin Yerga http

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Daniel Martin Yerga
shutting down? Try changing the line: window2.connect(destroy, gtk.main_quit) with: window2.connect(destroy, window2.destroy) You have more information about gtk.main_quit function in: http://pygtk.org/docs/pygtk/gtk-functions.html#function-gtk--main-quit Regards. - -- Daniel Martin Yerga http

Re: Are there different versions of python?

2008-02-06 Thread Daniel Martin Yerga
/forums/showthread.php?t=13792page=5 Pavel Regards. - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHqgvmcnvB1T3xmfMRAjLAAJ9ay2rg/GISwKnkaqnTQ6NWBwWEfQCfcTZ8 es5hg+iVJZ33V4v1kutydQw= =0zDC -END PGP SIGNATURE

Re: N810 available in Spain, but contribution code not working

2008-01-30 Thread Daniel Martin Yerga
the discount? Thanks. I have tested it now and it worked with the last one code. It just was fixed because I tested it two hours ago and it didn't work. - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHoEurcnvB1T3xmfMRAqqdAJ9dqtS/W

Re: N810 available in Spain, but contribution code not working

2008-01-30 Thread Daniel Martin Yerga
Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHoHqicnvB1T3xmfMRAggLAKCWZg/J703rYaXWn0kPpjaHjzk2aQCbB8Ji dcK/uFRm8Rw8o9/RCG/INdM= =EP5r -END PGP SIGNATURE- ___ maemo-developers mailing list

Re: developer program discount code does not work

2008-01-09 Thread Daniel Martin Yerga
it was in the IRC, which he ordered his discounted n810 in Spain shop. But the stock was ended this same day and until today. - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHhLjScnvB1T3xmfMRAvoFAJ9uWNwZ1oe/z5TqTd7o169g/Qm3QACfabYs

Re: SQLite bindings for Python2.5 in Chinook

2008-01-02 Thread Daniel Martin Yerga
they exists, if so please tell me where I should be looking. Thanks. Sqlite3 bindings are in the python2.5 package. So if you do import sqlite3 you will have it. Cheers. - -- Daniel Martin Yerga http://yerga.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux