Bug 237695

Summary: kdmrc refers to non-existant theme /usr/share/apps/kdm/themes/FedoraFlyingHigh
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: kdebaseAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dgunchev, rdieter
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: 2007-05-08 21:48: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:

Description Orion Poplawski 2007-04-24 20:01:12 UTC
Description of problem:

At kdm startup, get the error:

Cannot open theme file /usr/share/app/kdm/themes/FedoraFlyingHigh.

There does not appear to be a package that provides this.  There is a
/usr/share/gdm/themes/FedoraFlyingHigh directory, but don't know if it's compatible.

Version-Release number of selected component (if applicable):
kdebase-3.5.6-5.fc7

Comment 1 Doncho Gunchev 2007-04-30 12:15:39 UTC
I was just going to fill this:

Description of problem:
kdm is part of kdebase and all themes are part of
fedora-logos/redhat-artwork(?). The default kdmrc specifies FedoraFlyingHigh
theme, which is not present.

Version-Release number of selected component (if applicable):
fedora-logos-6.0.98-3.fc7, redhat-artwork-5.0.12-7.fc7, kdebase-3.5.6-5.fc7

Steps to Reproduce:
1. install F7t4
2. mcedit/vi /etc/sysconfig/desktop and add 'DISPLAYMANAGER="KDE"' or rpm -e gdm
3. telinit 3; telinit 5
  
Actual results:
kdm complains for missing theme

Additional info:
/usr/share/gdm/themes/FedoraDNA is also owned by:
  $ rpm -qf /usr/share/gdm/themes/FedoraDNA
  fedora-logos-6.0.98-3.fc7
  redhat-artwork-5.0.12-7.fc7
This is consequence of Bug #236633 I think.

So I paste it here...

Comment 2 Rex Dieter 2007-04-30 16:16:02 UTC
When/if the merge or kde's move to Extras occurs, kdebase needs:
Requires: redhat-artwork-kde

Comment 3 Rex Dieter 2007-04-30 16:27:46 UTC
I've added redhat-artwork-kde to the comps kde-desktop group, so a short-term
fix of:
$ yum install redhat-artwork-kde
or
$ yum groupinstall kde-desktop
should do the trick.


Comment 4 Orion Poplawski 2007-05-08 21:48:14 UTC
Appears to work now.

Comment 5 Doncho Gunchev 2007-05-09 03:00:06 UTC
It works, thank you.