Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » Window 0xa00003 (Eclipse) sets an MWM hint indicating it isn't resizable
Window 0xa00003 (Eclipse) sets an MWM hint indicating it isn't resizable [message #1702563] Thu, 23 July 2015 05:12 Go to next message
Eclipse UserFriend
Hi,

I am trying to run my RCPTT tests on Travis with xvfb and metacity. When I run the tests I got this error : "Window manager warning: Window 0xa00003 (Eclipse) sets an MWM hint indicating it isn't resizable, but sets min size 504 x 334 and max size 2147483647 x 2147483647; this doesn't make much sense."

Travis provides xvfb and my script installs metacity like this :
addons:
apt:
packages:
- metacity

Then xvfb and metacity are started as following :
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1440x900x16"
- sh -e /etc/init.d/xvfb start
- sleep 10 # give xvfb some time to start
- metacity --sm-disable --replace &
- sleep 10 # give metacity some time to start

Each tests start with a context which set the size of the eclipse window :
get-eclipse-window | get-object | invoke setSize 1440 900

I also tried using maximize instead of the setSize.

When I run my tests with an AUT based on Luna all is working normally, I got this error only with an AUT based on Mars.

Does someone has already encountered this issue?

Mélanie

[Updated on: Thu, 23 July 2015 05:12] by Moderator

Re: Window 0xa00003 (Eclipse) sets an MWM hint indicating it isn't resizable [message #1709559 is a reply to message #1702563] Tue, 29 September 2015 06:02 Go to previous message
Eclipse UserFriend
Hi Melanie,

Are you still experiencing this issue?

Kind regards,
Ulyana.
Previous Topic:AUT is getting hanged up and gets timed out randomly
Next Topic:How to use Environment variables in Context Settings
Goto Forum:
  


Current Time: Fri Jun 13 10:27:05 EDT 2025

Powered by FUDForum. Page generated in 0.28898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top