Bugzilla – Bug 130159
Improve scrolling speed of GtkFontSelection's font/style/size lists.
Last modified: 2006-01-18 15:43:23 UTC
When selecting a new font,style or size in GtkFontSelection, the speed of updating preview string is very slow, because creating information of a new font in pango/fontconfig is very slow. So it's very hard for users to scroll the lists by cursors. The attached patch solves this issue by moving the font update code into an async function. SA: http://bugzilla.gnome.org/show_bug.cgi?id=319483
Created attachment 55155 [details] Patch against gtk+ 2.8.6
See also upstreaming bug report http://bugzilla.gnome.org/show_bug.cgi?id=319483
Federico, Are you able to poke upstream on this and/or approve this patch for our gtk2?
Sure, let's take care of it upstream. In the meantime, feel free to put the patch as it is in our Pango package. I think it needs some changes before it can go into CVS.
Did this patch go in? Zhe, do you need help in putting it in our Pango package?
I need your help on submitting it into autobuild. It's very inconvenient for me to update the package, because I can only work with build.net right now.
Re-assigning to Gary for submission.
Submitted for beta 2. Federico, if you could give this a nudge upstream, it seems to have stalled there.
Sorry for not updating the bug. We are discussing this in performance-list. It turns out that people have looked into optimizing FcFontSort (the culprit), but it's not easy.