Bug 53038
| Summary: | kbabel initial configuration fails in gnome. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Eugene Kanter <ekanter> |
| Component: | kdesdk | Assignee: | Than Ngo <than> |
| Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | leon |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-09-28 19:41:21 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eugene Kanter
2001-09-02 14:56:42 UTC
The splash screen is override redirect, which means the window manager has no knowledge of it whatsoever, and can't let the user move it, and can't guarantee anything about the stacking order with respect to other windows. kbabel is purely in charge of that window and isn't doing what's required to keep it in the right place. It only happens to work under KDE for some not-guaranteed-by-the-ICCCM reason. The splash screen should probably be a managed window with decorations turned off (instead of override redirect), and that initial dialog should probably be set as transient of it. Alternatively kbabel could implement some tricky code to keep the splash below the dialog. (Keeping the dialog above the splash isn't possible, because the WM is in charge of the dialog, kbabel only controls stacking on the splash. So things have to be done in terms of controlling the splash's position in Z order, not in terms of controlling the dialog's position.) As a workaround I suggest a) making the initial dialog big enough so it can be moved away from under the splash and OK is pressed. or b) turn off the splash after a timeout of several seconds. It's fixed in 3.0.2-3 |