| Summary: | Error message about window size | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Büttner <bugzilla> |
| Component: | icedtea-web | Assignee: | Andrew Azores <aazores> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | dbhole, fast.rizwaan, jvanek, omajid |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-05 15:45:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Frank Büttner
2013-09-30 17:34:27 UTC
Package version: icedtea-web-1.4.1-0.fc19.x86_64 The same message, in English: gnome-session[1266]: Window manager warning: Window 0x34001cd (win0) sets an MWM hint indicating it isn't resizable, but sets min size 1 x 1 and max size 2147483647 x 2147483647; this doesn't make much sense. This is just a window manager warning, not an error. Is there any incorrect/unexpected behaviour associated with this, other than the message being printed to /var/log/messages? Doing a quick search online for this warning shows it occurring for other applications as well, not just IcedTea-Web (Java WebStart), so I'm not sure that there's anything in particular to be fixed here. Especially notable is that the min size is set to 1x1, which makes sense as a default minimum window size, and the max is set to MAX_INTxMAX_INT, MAX_INT being just 2^32 - 1. Which, to me, seems like a reasonable window maximum size for the window to set given no other context information. So some window being opened in the process of launching a WebStart application is unnecessarily specifying min/max sizes which are never needed since it's marked non-resizable. I can take a look and see if we are mistakenly explicitly setting those values somewhere, but it seems to me like it could also be the applet itself from that webpage. And in either case it seems to be harmless, other than causing extra /var/log/messages output. are you using metacity window manager (part of gnome)? cause it causes this bug for many wine programs, the wine program simply go crazy on going fullscreen! Example: epsxe: Window manager warning: Window 0x3c00007 (ePSXe - En) sets an MWM hint indicating it isn't resizable, but sets min size 1 x 1 and max size 2147483647 x 2147483647; this doesn't make much sense. But openbox, xfwm4, kwin does fullscreen properly. No I using the normal gnome 3. (In reply to Frank Büttner from comment #4) > No I using the normal gnome 3. Yeah, gnome 3 also uses metacity; could you please run the software in "razorqt" with openbox or xfce4 desktop. I believe it is related to metacity i.e., gnome3's window manager. |