Bug 446621

Summary: Installer shows and silently does not install unavailable groups
Product: [Fedora] Fedora Reporter: Kari Hautio <kari.hautio>
Component: compsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Jeremy Katz <katzj>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: jmoskovc, mschmidt, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-26 19:51:14 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:
Bug Depends On:    
Bug Blocks: 438943    
Attachments:
Description Flags
install.log
none
anaconda-ks.cfg
none
run of yum groupinstall XFCE none

Description Kari Hautio 2008-05-15 12:54:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14

Description of problem:
Installed Fedora 9 on PS3 and selected lightweight window manager (XFCE).

Graphical login results in empty (nothing but background) desktop.

Version-Release number of selected component (if applicable):


How reproducible:
Always


Steps to Reproduce:
1. Install Fedora 9 on PS3, unselect Gnome and select XFCE
2. Try to start graphical session

Actual Results:
Session is started with only mouse cursor on default background (no window manager, nor windows)

A second X server is spawned and greeter activates (on other VC, which becames the active one)

Expected Results:
Normal session startup

Additional info:

Comment 1 Kevin Fenzi 2008-05-15 15:04:10 UTC
Can you attach your ~/.xsession-errors file?

Also, if you do a 'yum groupinstall XFCE' in a console what is the output? 


Comment 2 Kari Hautio 2008-05-16 06:34:58 UTC
Created attachment 305635 [details]
install.log

Comment 3 Kari Hautio 2008-05-16 06:35:28 UTC
Created attachment 305637 [details]
anaconda-ks.cfg

Comment 4 Kari Hautio 2008-05-16 06:36:12 UTC
Created attachment 305638 [details]
run of yum groupinstall XFCE

Comment 5 Kari Hautio 2008-05-16 06:41:04 UTC
no .xsession-errors files found

yum groupinstall XFCE solves the problem.

Attached anaconda config and log.

It seems that for some reason installer fails to pull XFCE packages in even
though xfce-desktop is specfied.


Comment 6 Kevin Fenzi 2008-05-16 14:53:38 UTC
Yeah, it looks like it didn't install them. ;( 

What was your install method and media? 


Comment 7 Kevin Fenzi 2008-05-16 23:55:36 UTC
It looks like this bug is due to the a conditional package in the Xfce group:
      <packagereq type="conditional"
requires="im-chooser">imsettings-xfce</packagereq>

im-chooser is available on the media, so anaconda decides it can offer the
entire Xfce group, when none of the other Xfce packages are on the media. 
:(



Comment 8 Kari Hautio 2008-05-19 07:14:15 UTC
Installed using the release PPC DVD image, media test executed.

Comment 9 Kevin Fenzi 2008-05-19 15:04:44 UTC
Yeah, that confirms the bug described in comment #7. 

I have added this to the common issues page, so hopefully others running into it
will see the workaround. 

Moving forward we should make sure this does not happen for F10. 
(Not much we can do for F9 as the media is already shipped). 

Comment 10 Kevin Fenzi 2008-05-19 20:09:17 UTC
I am moving this bug over to anaconda to get fixed for the next release. 
Also changing the Summary to be a bit more descriptive and adding it to the F10
blocker bug. 

Thanks again for reporting this!

Comment 11 Bill Nottingham 2008-06-09 14:32:23 UTC
*** Bug 450538 has been marked as a duplicate of this bug. ***

Comment 12 Michal Schmidt 2008-08-21 08:02:52 UTC
Surely this bug should block F10Blocker, not the other way around. Changing it.

Comment 13 Chris Lumens 2008-08-26 19:51:14 UTC
The problem here is that the conditional as listed in comps was backwards, but this is fixed in F10 Alpha.  Please try the alpha and verify that it's fixed.  If not, feel free to reassign it back to us and we'll look at what we can do.