Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 69131
Summary: | ssh-add-gnome should be an unmanaged window | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Preston Brown <pbrown> |
Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 8.0 | CC: | hp |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openssh-3.9p1-10 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-02-08 15:39:13 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: | |||
Bug Depends On: | |||
Bug Blocks: | 79579, 100644 |
Description
Preston Brown
2002-07-18 03:09:12 UTC
Marking the head of the priority queue with priority high I don't see this with Psyche. The window stays on top as it should. I remember seeing in earlier builds, but it appears to be fixed now. Please reopen if you are still seeing this on your machine. no, it isn't fixed. It is still easily possible to make the ssh-askpass window disappear beneath another window. There's a _NET_WM_STATE_ABOVE now that could be used. Using GTK 2.4 this is now pretty easy; change the window to gtk_window_new (GTK_WINDOW_TOPLEVEL) (rather than GTK_WINDOW_POPUP), then call gtk_window_set_keep_above() to get it on top. Is it possible to call gtk_window_set_keep_above() on window created by gtk_message_dialog_new? That should work, yep. |