Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Manuel Quiñones
Excellent! And yes as Gonzalo said this change is needed in sugar-session too, as your other patch does, so both are welcome. @Daniel: sugar-build will crash with this change because the setting is there since GTK+ 3.6 and we have it at a commit from September 7. In this list you can see that

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Manuel Quiñones
2012/11/5 Manuel Quiñones ma...@laptop.org: Excellent! And yes as Gonzalo said this change is needed in sugar-session too, as your other patch does, so both are welcome. @Daniel: sugar-build will crash with this change because the setting is there since GTK+ 3.6 and we have it at a commit

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Daniel Narvaez
On 5 November 2012 11:45, Manuel Quiñones ma...@laptop.org wrote: Excellent! And yes as Gonzalo said this change is needed in sugar-session too, as your other patch does, so both are welcome. @Daniel: sugar-build will crash with this change because the setting is there since GTK+ 3.6 and we

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Daniel Narvaez
Btw if you need sugar-build changes please change the subject. I normally don't read all the PATCH threads so I might have missed this :) On 5 November 2012 12:55, Daniel Narvaez dwnarv...@gmail.com wrote: On 5 November 2012 11:45, Manuel Quiñones ma...@laptop.org wrote: Excellent! And yes as

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Manuel Kaufmann
On Mon, Nov 5, 2012 at 8:55 AM, Daniel Narvaez dwnarv...@gmail.com wrote: Also would be nice to update pygobject and others, and use them from packages now that there are for both Fedora and Ubuntu. Are these packaged for Fedora 17? We don't have support for Fedora 18 in sugar-build yet but

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Daniel Narvaez
On 5 November 2012 14:40, Manuel Kaufmann humi...@gmail.com wrote: On Mon, Nov 5, 2012 at 8:55 AM, Daniel Narvaez dwnarv...@gmail.com wrote: Also would be nice to update pygobject and others, and use them from packages now that there are for both Fedora and Ubuntu. Are these packaged for

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Manuel Quiñones
2012/11/5 Daniel Narvaez dwnarv...@gmail.com: On 5 November 2012 14:40, Manuel Kaufmann humi...@gmail.com wrote: On Mon, Nov 5, 2012 at 8:55 AM, Daniel Narvaez dwnarv...@gmail.com wrote: Also would be nice to update pygobject and others, and use them from packages now that there are for both

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Daniel Narvaez
On 5 November 2012 14:45, Daniel Narvaez dwnarv...@gmail.com wrote: That's the problem. I didn't find the latest version of pygobject and gtk built for Fedora 17. I think we should update the commit hash on the sugar-build tool to get the latest version and compile it as we are doing now with

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-05 Thread Manuel Quiñones
2012/11/5 Daniel Narvaez dwnarv...@gmail.com: On 5 November 2012 14:45, Daniel Narvaez dwnarv...@gmail.com wrote: That's the problem. I didn't find the latest version of pygobject and gtk built for Fedora 17. I think we should update the commit hash on the sugar-build tool to get the latest

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-02 Thread Manuel Kaufmann
The default value of 'gtk-primary-button-warps-slider' in Gtk3 is True[1] and in gtk2 is False[2]. So, this patch sets that property to False to keep the same behaviour we have before. [1] http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-primary-button-warps-slider [2]

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Sugar scroll bar clicks should invoke page up/page down SL #3859

2012-11-02 Thread Gonzalo Odiard
Good catch. Probably we will need in sugar-session too, to solve the same issue in the journal. Gonzalo On Fri, Nov 2, 2012 at 4:12 PM, Manuel Kaufmann humi...@gmail.com wrote: The default value of 'gtk-primary-button-warps-slider' in Gtk3 is True[1] and in gtk2 is False[2]. So, this patch