Bug 392211

Summary: twm now the default WM for Minimal+X11
Product: [openSUSE] openSUSE 11.0 Reporter: Stefan Dirsch <sndirsch>
Component: YaST2Assignee: Lukas Ocilka <locilka>
Status: RESOLVED INVALID QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P5 - None CC: coolo
Version: Beta 3   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stefan Dirsch 2008-05-19 17:43:39 UTC
twm is now the default WM for a Minimal+X11 installation, altough with icwm a more comfortable WM is available. I think this change came with the switch from fvwm2 to icewm for installation. I think it is YaST, which writes the entry in

  /etc/sysconfig/windowmanager

The initial value is "kde". I think we should consider to use icewm as default
WM for the Minimal+X11 installation.
Comment 1 Lukas Ocilka 2008-05-20 10:15:20 UTC
This is the default configuration for Minimal X11 desktop selected:

    "min_x" : $[
        "desktop" : "twm",
        "logon" : "xdm",
        "cursor" : "DMZ",
        "packages" : ["xorg-x11"],
        "order" : 6,
        // TRANSLATORS: Dialog label 
        "label" : _("Minimal X Window"),
        "patterns" : ["x11", "base"],
        "icon" : "yast-x11",
    ],

If the final system doesn't match the configuration mentioned above, please, attach YaST logs.
Comment 2 Lukas Ocilka 2008-05-20 10:36:26 UTC
My testing machine with Min-X11 desktop selected shows this in y2log-1:

  * Default desktop: twm
  * Default logon manager: xdm
  * Default cursor theme: DMZ

And it is actually true, these settings match the current system.
Comment 3 Stefan Dirsch 2008-05-20 20:48:55 UTC
Ok. So we switched from fvwm2 to twm by intention and my assumption was wrong that we wanted to switch to icewm instead. ==> INVALID