[poky] [PATCH 0/1] Fix bug 658: bottom icons are cut-off in qemu
Yu Ke
ke.yu at intel.com
Sat Mar 12 00:55:52 PST 2011
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
.../matchbox-desktop/files/window-resize-fix.patch | 48 ++++++++++++++++++++
.../matchbox-desktop/matchbox-desktop_git.bb | 5 +-
2 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-sato/matchbox-desktop/files/window-resize-fix.patch
More information about the poky
mailing list