Bug 84660

Summary: xinitrc needs wmaker-ectomy
Product: [Retired] Red Hat Linux Reporter: Chris Ricker <chris.ricker>
Component: xinitrcAssignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
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: 2004-09-24 20:55:59 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 Chris Ricker 2003-02-20 03:52:00 UTC
Consider this the reverse of Bug 66225 ;-)

Now that wmaker is no longer shipped or supported, all the logic in xinitrc
dealing with it can be pulled:

[kaboom@skuld kaboom]$ more /etc/X11/xinit/Xclients 
<snip>
PREFERRED=
if [ -f /etc/sysconfig/desktop ]; then
    . /etc/sysconfig/desktop
    if [ "$DESKTOP" = "GNOME" ]; then
        PREFERRED=gnome-session
    elif [ "$DESKTOP" = "KDE" ]; then
        PREFERRED=startkde
    elif [ "$DESKTOP" = "WINDOWMAKER" ]; then
        PREFERRED=wmaker

(noticed this hitting some weirdness upgrading an old frankenstein system -- not
seeing that it would really cause problems for normal systems)

Comment 1 Mike A. Harris 2004-09-24 20:55:59 UTC
Ok, cleared out the windowmaker goobeedoos.  Thanks Chris.

xinitrc-4.0.6-1 in rawhide soonish.