|
Bugzilla – Full Text Bug Listing |
| Summary: | unneeded help icon in "please wait" window | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Christian Boltz <suse-beta> |
| Component: | YaST2 | Assignee: | Thomas Göttlicher <tgoettlicher> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | andreas.hanke |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | screenshot of YOU startup - with the unneeded icon marked | ||
|
Description
Christian Boltz
2006-08-30 21:48:33 UTC
Created attachment 97594 [details]
screenshot of YOU startup - with the unneeded icon marked
Stefan, I hope you know how to handle this. Seems to me like something having to do with Window Manager integration of yast2-qt. I am not sure what makes the window manager think it should add a help icon. Probably it's the WFLAGS that get passed to a QWidget that acts as the outermost widget of a pop-up dialog - they probably get propagated as WM_HINTS properties to the corresponding X11 window, and this is probably what makes KWin add that help icon. Will investigate. I just saw that this affects all YaST2 dialogs that are not derived from YWizard. Even HelloWorld.ycp has that icon. dmueller says this depends on WStyle_ContextHelp, probably set by default for QDialogs. fixed in svn r42368. fixed in svn r42368. |