Bug 8598
| Summary: | kpanel busy loops when viewing' GNOME' menu | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Tim Waugh <twaugh> |
| Component: | kdebase | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | twaugh |
| 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: | 2000-01-19 15:21:00 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: | |||
Fixed in b2 |
Custom installation with both GNOME and KDE installed. Click on K menu, go to 'GNOME' -- everything stops; can't do any window manager stuff, can't even change VT(!). Logging in remotely reveals that kpanel is always running, and doing this: access("gmc", F_OK) = ENOENT access("gmc", F_OK) = ENOENT Its cwd is my home directory, and there is indeed no gmc. I make one. access("gnome-run", F_OK) = ENOENT access("gnome-run", F_OK) = ENOENT I make one of those too. Then everything 'unsticks'. Until I look at some of the submenus. ;-) access("gedit", F_OK) = ENOENT access("gedit", F_OK) = ENOENT I make one of those too, and everything is fine.