Re: [sugar] Problem launching activity with sugar-activity using sugar-jhbuild

2007-07-10 Thread julius
Is the datastore-service alive after this? If not, try again after deleting your .sugar/default/datastore dir. Deleted the datastore directory, and that worked. But there is stderr messages that say Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property

Re: [sugar] Sugar RC3 changes

2007-07-10 Thread Jim Gettys
On Wed, 2007-07-11 at 01:14 +0200, Marco Pesenti Gritti wrote: Hello, here is a list of changes that I think needs to go in for RC3. They are not strictly new features but they are not simple bug fixes either. Let me know if you have issues with any of these to go in. * Land the

[sugar] Resizing checkbutton checkbox?

2007-07-10 Thread Yeong Haur Kok
Hi, Anybody knows how to resize the checkbox of a CheckButton? For example: choose = gtk.CheckButton( ) Here's what I tried and didn't work: choose.set_label(str(choose.style_get_property('indicator-size'))) choose.style.set_property('indicator-size', 20) choose.indicator-size(20) Any