Bug 11231
| Summary: | blank desktop when starting kde | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | jszabo |
| Component: | kdebase | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-05-06 18:47:40 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
jszabo
2000-05-04 22:38:24 UTC
I can't reproduce it (writing this from a 6.2 machine using KDE) - do you get any odd output on the console (such as "/usr/bin/startkde: no such file or directory") when doing startx? Can you try seeing where it hangs by adding "set -x" to the beginning of /usr/bin/startkde? It goes all the way through startkde to exec kwm. According to ps though kfm and krootwm are <defunct>, and kpanel isn't running. kwm and kwmsound are though. I've tried reinstalling kdebase, libs, and support, and removing my .k* and Desktop files and directories. Joe + [ -f /home/joe/.kde/share/apps/kfm/magic ] + kcontrol -init + kbgndwm ++ cat /proc/devices ++ grep sound + hassound= 14 sound + [ 14 sound != ] + sleep 1 + kaudioserver + sleep 1 ++ /usr/X11R6/bin/xdpyinfo ++ grep depths.*:.*8 + bpp= + [ ! = ] + sleep 2 + sleep 1 + sleep 1 + sleep 1 + exec kwmsound + exec kfm + exec krootwm + exec kpanel + exec kwm I got it to work. I had an old version of libqt (not from an rpm) in /usr/lib. Now it's fine except when I mimimize there's no icon in the taskbar. Joe |