markup problem

2009-12-02 Thread Max Usachev
Hello! I wrote application using python and pygtk. It is very simple - window with label. I want to make label as link: ... label = gtk.Label() label.set_use_markup(True) label.set_markup(a href='http://maemo.org'span size='small' underline='none'maemo.org/span/a) ... when I run my app at N810

Re: markup problem

2009-12-02 Thread daniel wilms
Hi, when I run my app at N810 I have errors: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'a' on line XXX char XXX according to [1] it doesn't seem to be part of the pango markup language, used in pygtk. Anybody can confirm this? On desktop -

Re: QA Process for non user/* packages and how Application Manager handles upgrades

2009-12-02 Thread Anderson Lizardo
On Tue, Dec 1, 2009 at 11:55 AM, Mikko Vartiainen mvartiai...@gmail.com wrote: On Tue, Dec 1, 2009 at 5:39 PM, Anderson Lizardo anderson.liza...@openbossa.org wrote: The other solution is to fix Application Manager :o) IMO Application Manager is broken from community (Extras) perspective.

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Ed Bartosh
2009/11/9 Marius Vollmer marius.voll...@nokia.com: When autobuilder expected to start to optify packages without debian/optify in them? I don't know.  We certainly need to tune the heuristic of maemo-optify first to handle Python. As far as I see Python is optified now. When we should do

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Anderson Lizardo
On Wed, Dec 2, 2009 at 9:02 AM, Ed Bartosh bart...@gmail.com wrote: 2009/11/9 Marius Vollmer marius.voll...@nokia.com: When autobuilder expected to start to optify packages without debian/optify in them? I don't know.  We certainly need to tune the heuristic of maemo-optify first to handle

Re: markup problem

2009-12-02 Thread Max Usachev
daniel wilms пишет: Hi, when I run my app at N810 I have errors: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'a' on line XXX char XXX according to [1] it doesn't seem to be part of the pango markup language, used in pygtk. Anybody can confirm this?

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Ed Bartosh
2009/12/2 Anderson Lizardo anderson.liza...@openbossa.org: On Wed, Dec 2, 2009 at 9:02 AM, Ed Bartosh bart...@gmail.com wrote: 2009/11/9 Marius Vollmer marius.voll...@nokia.com: When autobuilder expected to start to optify packages without debian/optify in them? I don't know.  We certainly

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Anderson Lizardo
On Wed, Dec 2, 2009 at 9:43 AM, Ed Bartosh bart...@gmail.com wrote: 2009/12/2 Anderson Lizardo anderson.liza...@openbossa.org: If you have plans to begin enabling auto-optification by default, please inform us here on the list so we can begin adding the debian/optify file to avoid optifying

Re: QA Process for non user/* packages and how Application Manager handles upgrades (was: Re: extras-devel - extras-testing auto-promotion not working?)

2009-12-02 Thread Benoît HERVIER
What happen if i push something for testing like PyGTKEditor for example ... but once this one has been push, a new version of a python binding used by PyGTKEditor exist in the extras-devel, we cannot push it to extras-testing manually ? But as there isn't any new version of PyGTKEditor, i ll

Re: markup problem

2009-12-02 Thread Xabier Rodriguez Calvar
O Mér, 02-12-2009 ás 15:31 +0200, Max Usachev escribiu: according to [1] it doesn't seem to be part of the pango markup language, used in pygtk. Anybody can confirm this? On desktop - everything is OK. Wondering why it works on the desktop then. Links support was introduced in Gtk 2.18,

Re: QA Process for non user/* packages and how Application Manager handles upgrades (was: Re: extras-devel - extras-testing auto-promotion not working?)

2009-12-02 Thread Anderson Lizardo
2009/12/2 Benoît HERVIER kher...@khertan.net: What happen if i push something for testing like PyGTKEditor for example ... but once this one has been push, a new version of a python binding used by PyGTKEditor exist in the extras-devel, we cannot push it to extras-testing manually  ? But as

Re: markup problem

2009-12-02 Thread daniel wilms
Hi, To create links you have GtkLinkButton. But don't forget to set then the callback-function, to tell what the button should do, like: gtk.link_button_set_uri_hook(callback) def callback (button_obj,url): bus = dbus.SessionBus() obj =

Re: QA Process for non user/* packages and how Application Manager handles upgrades (was: Re: extras-devel - extras-testing auto-promotion not working?)

2009-12-02 Thread Tim Teulings
Hello! That's what is happening at the moment with python-osso. [...] So unless someone promotes a user/* package to extras-testing that has Depends: python-osso (= 0.4.0-0maemo2) , python-osso will remain broken on extras extras-testing. That also happend for me recently with

Re: markup problem

2009-12-02 Thread Max Usachev
daniel wilms ?: Hi, To create links you have GtkLinkButton. But don't forget to set then the callback-function, to tell what the button should do, like: gtk.link_button_set_uri_hook(callback) def callback (button_obj,url): bus = dbus.SessionBus() obj =

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Marius Vollmer
ext Anderson Lizardo anderson.liza...@openbossa.org writes: If you have plans to begin enabling auto-optification by default, please inform us here on the list so we can begin adding the debian/optify file to avoid optifying packages that were manually optified by other means (e.g. python

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Anderson Lizardo
On Wed, Dec 2, 2009 at 12:56 PM, Marius Vollmer marius.voll...@nokia.com wrote: ext Anderson Lizardo anderson.liza...@openbossa.org writes: If you have plans to begin enabling auto-optification by default, please inform us here on the list so we can begin adding the debian/optify file to

Maemo Barcelona: Shared Room Allocations

2009-12-02 Thread Andrea Grandi
Hi all, I was looking to this table: http://wiki.maemo.org/Maemo-Barcelona_Long_Weekend/Accommodation I see that there are still 6 available slots in the room allocation table. Are there 6 non assigned room because we're only 24 sponsored people or not all sponsored people have signed their name

RE: maemo-optify, autobuilder /opt

2009-12-02 Thread Nathan Anderson
Anderson Lizardo, Unless I misunderstood; if the package itself has a /opt path in it the maemo-optify won't run on it. So if you are installing anything (even one file) under the /opt path (which based on what I see you saying below it appears you are); it should cause the

Re: maemo-optify, autobuilder /opt

2009-12-02 Thread Anderson Lizardo
On Wed, Dec 2, 2009 at 5:20 PM, Nathan Anderson nat...@andersonsplace.net wrote: Anderson Lizardo,        Unless I misunderstood;  if the package itself has a /opt path in it the maemo-optify won't run on it.     So if you are installing anything (even one file) under the /opt path (which

Profiling applications (oprofile, others?)

2009-12-02 Thread Alberto Mardegan
Hi all, since fremantle's maemo-mapper is so horribly slow, I went and tried to run oprofile. Unfortunately it seems to me that static functions never appear in the final report. Is this how it is supposed to work? What other profiling tools can you recommend? TIA, Alberto --

Re: Profiling applications (oprofile, others?)

2009-12-02 Thread Henrik Hedberg
Alberto Mardegan wrote: since fremantle's maemo-mapper is so horribly slow, I went and tried to run oprofile. Unfortunately it seems to me that static functions never appear in the final report. Is this how it is supposed to work? Your binary may lack frame pointers. See [1].