Bug 811383
Summary: | Add user or group window invisible | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Piscium <groknok> |
Component: | system-config-users | Assignee: | Nils Philippsen <nphilipp> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | bcl, groknok, mgracik, nphilipp |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | system-config-users-1.2.115-1.fc17 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-05-02 04:40:07 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: | |
Embargoed: |
Description
Piscium
2012-04-10 21:04:03 UTC
This is caused by the set_type_hint call in mainWindow.py __init__() method I can't think of an easy way to fix this cleanly: - Currently, we abuse the window hints to avoid the main window being minimizable. This has the side-effect of additional windows being under the main window (this bug). - There's no obvious way to only disable minimization via gtk/gdk. Apparently there's a way to do it in X11 directly, but that seems rather over-engineered -- it'd need a new dependency on x11 python module packages or something like that. And it would mean dealing with X11 directly. - Simply deminimize a window after it's minimized. Flickery perhaps, but effective. I plan to implement the last option. commit 6aa19b2802211df6ab7a17ca2b45716d0fc5b029 Author: Nils Philippsen <nils> AuthorDate: Wed Apr 18 18:20:12 2012 +0200 firstboot: don't abuse window hints, consolidate code (#811383) system-config-users-1.2.115-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/system-config-users-1.2.115-1.fc17 Package system-config-users-1.2.115-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing system-config-users-1.2.115-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6096/system-config-users-1.2.115-1.fc17 then log in and leave karma (feedback). Issue fixed, thanks. Added karma. system-config-users-1.2.115-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |