Bug 25133
Summary: | 'Run shell command' key binding doesn't work | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Tim Waugh <twaugh> |
Component: | gnome-core | Assignee: | Havoc Pennington <hp> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | Florence Gold | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-02-06 01:22:19 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
Tim Waugh
2001-01-28 13:16:36 UTC
This defect is considered MUST-FIX for Florence Gold release If I downgrade to sawfish-0.34-1 it works. Odd, the key binding is actually in the panel as far as I know, but swapping Sawfish versions makes it work... the configuration for this is in "Global Properties" for the panel. Problem here is that the panel was reading the key event from uninitialized memory that happened to be used previously for a similar key event, since the two were adjacent in the event queue or something, so the panel was completely broken but worked through dumb luck. Recent Sawfish versions through some unrelated change insert an extra event in the queue and disrupt the mysterious alignment of planets that allowed the broken panel to miraculously work. Upstream maintainer for gnome-core is sending me a patch. I'm building a fixed package now. |