[Sugar-devel] [RELEASE] Browse-119

2010-10-14 Thread Lucian Branescu Mihaila
== Source ==

http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-119.tar.bz2

== News ==

This is a bugfix release.

* Release 119 (Lucian Branescu Mihaila)
* generate preview image for downloaded images (SL#1106) (Gonzalo Odiard)
* Fix history on resume. The code is a bit hacky because of xulrunner 
limitations. I plan to make this code nicer when we move to webkit. (Lucian 
Branescu Mihaila)
* Simon Schampijer's patch to fix autocomplete functionality for the address. 
(Lucian Branescu Mihaila)
* fix #8857 - Browse fails to download some files with non-ascii characters 
(Gonzalo Odiard)
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [RELEASE] Browse-119

2010-10-15 Thread Simon Schampijer

On 10/15/2010 12:30 AM, Lucian Branescu Mihaila wrote:

== Source ==

http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-119.tar.bz2

== News ==

This is a bugfix release.

* Release 119 (Lucian Branescu Mihaila)
* generate preview image for downloaded images (SL#1106) (Gonzalo Odiard)
* Fix history on resume. The code is a bit hacky because of xulrunner 
limitations. I plan to make this code nicer when we move to webkit. (Lucian 
Branescu Mihaila)
* Simon Schampijer's patch to fix autocomplete functionality for the address. 
(Lucian Branescu Mihaila)
* fix #8857 - Browse fails to download some files with non-ascii characters 
(Gonzalo Odiard)


I have two interesting traces. Have not checked the when they occur that 
is why I do not open a ticket (yet).


Regards,
   Simon


** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
Registering '@mozilla.org/module-loader/python;1' (libpyloader.so)
Registering 'Python.TestComponent' (py_test_component.py)
Registering '@mozilla.org/network/protocol/about;1?what=python' (pyabout.py)
returning /home/olpc/.sugar/default/org.laptop.WebActivity/data/gecko/prefs.js 
for key NS_APP_PREFS_50_FILE
1287157128.235682 WARNING root: .has_key() is deprecated, use 'in'
1287157128.401394 WARNING root: Not enabling the multiple tabs feature due to a 
bug in cairo/mozilla
1287157128.474259 WARNING root: No gtk.AccelGroup in the top level window.
1287157128.486208 WARNING root: No gtk.AccelGroup in the top level window.
1287157128.552347 WARNING root: No gtk.AccelGroup in the top level window.
1287157128.578768 WARNING root: No gtk.AccelGroup in the top level window.
1287157128.598987 WARNING root: No gtk.AccelGroup in the top level window.
1287157128.609444 WARNING root: No gtk.AccelGroup in the top level window.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/sugar/activity/activity.py", line 484, 
in __canvas_map_cb
self.read_file(self._jobject.file_path)
  File "/usr/share/sugar/activities/Browse.activity/webactivity.py", line 426, 
in read_file
self._load_urls()
  File "/usr/share/sugar/activities/Browse.activity/webactivity.py", line 429, 
in _load_urls
if self.model.data['currents'] != None:
KeyError: 'currents'
** (sugar-activity:2950): DEBUG: Got client ID 
"108ebca8fc86c3bea91287157129471093002813"
** (sugar-activity:2950): DEBUG: Setting initial properties
** (sugar-activity:2950): DEBUG: Received SaveYourself(SmSaveLocal, !Shutdown, 
SmInteractStyleNone, !Fast) in state idle
** (sugar-activity:2950): DEBUG: Sending SaveYourselfDone(True) for initial 
SaveYourself
** (sugar-activity:2950): DEBUG: Received SaveComplete message in state 
save-yourself-done
1287157134.873605 WARNING root: No gtk.AccelGroup in the top level window.
1287157134.941392 WARNING root: No gtk.AccelGroup in the top level window.
1287157134.942315 WARNING root: No gtk.AccelGroup in the top level window.
1287157135.007847 WARNING root: No gtk.AccelGroup in the top level window.
1287157135.008937 WARNING root: No gtk.AccelGroup in the top level window.
1287157135.009797 WARNING root: No gtk.AccelGroup in the top level window.
/usr/lib/python2.7/site-packages/sugar/activity/activity.py:834: Warning: 
invalid uninstantiatable type `' in cast to `GtkWidget'
  self.destroy()
/usr/lib/python2.7/site-packages/sugar/activity/activity.py:834: GtkWarning: 
IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
  self.destroy()
/usr/lib/python2.7/site-packages/sugar/activity/activity.py:834: GtkWarning: 
IA__gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
  self.destroy()

Gdk-ERROR **: The program 'sugar-activity' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
  (Details: serial 2361 error_code 159 request_code 148 minor_code 7)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...
Terminated by signal 6, pid 2950 data (None, ', mode 'w' at 
0x9e512e0>, dbus.ByteArray('e719491c7c88f7286ef8f5631b6490fe38a6e280', 
variant_level=1))
** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
returning /home/olpc/.sugar/default/org.laptop.WebActivity/data/gecko/prefs.js 
for key NS_APP_PREFS_50_FILE
1287157246.715130 WARNING root: Not enabling the multiple tabs feature due to a 
bug in cairo/mozilla
1287157246.848928 WARNING root: No gtk.AccelGroup in the top level window.
1287157246.880623 WARNING root: No gtk.AccelGroup in the top level window.
1287157246.969052 WARNING root: No gtk.AccelGroup in the top level window.
1287157246.987804 WARNING root: No gtk.AccelGroup in the top level window.
1287157247.014318

Re: [Sugar-devel] [RELEASE] Browse-119

2010-10-15 Thread Lucian Branescu
On 15 October 2010 17:15, Simon Schampijer  wrote:
> On 10/15/2010 12:30 AM, Lucian Branescu Mihaila wrote:
>>
>> == Source ==
>>
>>
>> http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-119.tar.bz2
>>
>> == News ==
>>
>> This is a bugfix release.
>>
>> * Release 119 (Lucian Branescu Mihaila)
>> * generate preview image for downloaded images (SL#1106) (Gonzalo Odiard)
>> * Fix history on resume. The code is a bit hacky because of xulrunner
>> limitations. I plan to make this code nicer when we move to webkit. (Lucian
>> Branescu Mihaila)
>> * Simon Schampijer's patch to fix autocomplete functionality for the
>> address. (Lucian Branescu Mihaila)
>> * fix #8857 - Browse fails to download some files with non-ascii
>> characters (Gonzalo Odiard)
>
> I have two interesting traces. Have not checked the when they occur that is
> why I do not open a ticket (yet).

They're probably introduced by the recent patch to fix the position in
the history after resume. Please check if the history is restored
correctly.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [RELEASE] Browse-119

2010-10-19 Thread Gonzalo Odiard
I have commited a patch to solve the problem when you quit from the activity
and there are not a valid url active.

Gonzalo

> I have two interesting traces. Have not checked the when they occur that
> is
> > why I do not open a ticket (yet).
>
> They're probably introduced by the recent patch to fix the position in
> the history after resume. Please check if the history is restored
> correctly.
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [RELEASE] Browse-119

2010-10-19 Thread Lucian Branescu
Thanks a lot.

I'll do a new release after I fix the tab close crash.

On 19 Oct 2010 14:41, "Gonzalo Odiard"  wrote:

I have commited a patch to solve the problem when you quit from the activity
and there are not a valid url active.

Gonzalo

> > I have two interesting traces. Have not checked the when they occur that
> is
> > > why I do not ope...
>
> > ___
> > Sugar-devel mailing list
> > sugar-de...@lists.sug...
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [RELEASE] Browse-119

2010-10-19 Thread Gonzalo Odiard
I am working in the Home Button patch, addressing the comments. I  will send
it today.

Gonzalo

On Tue, Oct 19, 2010 at 11:08 AM, Lucian Branescu  wrote:

> Thanks a lot.
>
> I'll do a new release after I fix the tab close crash.
>
> On 19 Oct 2010 14:41, "Gonzalo Odiard"  wrote:
>
> I have commited a patch to solve the problem when you quit from the
> activity and there are not a valid url active.
>
> Gonzalo
>
> > > I have two interesting traces. Have not checked the when they occur
>> that is
>> > > why I do not ope...
>>
>> > ___
>> > Sugar-devel mailing list
>> > sugar-de...@lists.sug...
>>
> >
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [RELEASE] Browse-119

2010-10-22 Thread Simon Schampijer

On 10/19/2010 04:08 PM, Lucian Branescu wrote:

Thanks a lot.

I'll do a new release after I fix the tab close crash.

On 19 Oct 2010 14:41, "Gonzalo Odiard"  wrote:

I have commited a patch to solve the problem when you quit from the activity
and there are not a valid url active.

Gonzalo


Great - thanks. There is as well the X bug that would be great to diagnose.

Regards,
   Simon

Gdk-ERROR **: The program 'sugar-activity' received an X Window System 
error.

This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
  (Details: serial 4752 error_code 144 request_code 143 minor_code 7)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() 
function.)

aborting...
Terminated by signal 6, pid 4796 data (None, ', mode 
'w' at 0xa1930c0>, 
dbus.ByteArray('cdef5f9d3be6e89b9848e1e39490ce56c04a9e17', variant_level=1))

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel