[OE-core] [poky] [PATCH 0/1] Fix bug 658: bottom icons are cut-off in qemu

Richard Purdie richard.purdie at linuxfoundation.org
Wed Mar 16 13:53:07 UTC 2011


On Sat, 2011-03-12 at 16:55 +0800, Yu Ke wrote:
> the reason of the abnormal matchbox desktop icons is that: desktop is
> not resize after window manager decorate it. there does has resize logic
> in the root window PropertyNotify event handler, however, for some unknown
> reason, the PropertyNotify event does not deliver to the root window.
> 
> this patch fix this issue from anotehr side. Since window manager also
> send configure event to desktop window after decoration, it also works to do
> resize in configure event handler. so this patch add configure event handelr
> to fix this issue.
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: kyu3/bug658-desktop
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug658-desktop
> 
> Thanks,
>     Yu Ke <ke.yu at intel.com>
> ---
> 
> 
> Yu Ke (1):
>   matchbox-desktop: add configure event handler to fix bug 658

Merged into master, thanks.

Richard





More information about the Openembedded-core mailing list