Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 259075

Summary: x11-themes/domino lacks "Configure" button *fixed*
Product: Gentoo Linux Reporter: telliangun
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED WONTFIX    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixed ebuild for domino

Description telliangun 2009-02-15 10:43:49 UTC
If you also get the "Configure" button in kcontrol greyed out, then you can try the following command:

cp -v /usr/share/apps/kstyle/themes/domino.themerc /usr/kde/3.5/share/apps/kstyle/themes/domino.themerc

A more permanent and comfortable solution would be to replace the 0.4-r1 ebuild or create a new one using my modified version at http://kollaps117.ath.cx/ebuild/x11-themes/domino/domino-0.4-r1_fixedConfigure.ebuild 

Users can also replace get this ebuild, rename it to "domino-0.4-r1.ebuild" and replace /usr/portage/x11-themes/domino/domino-0.4-r1.ebuild with it and running "ebuild domino-0.4-r1.ebuild manifest" afterwards.

Reproducible: Always

Steps to Reproduce:
1. Install KDE 3.5.10(-r1/r2)
2. Install Domino 0.4-r1 (0.4 not compatible with kde 3.5.10)

Actual Results:  
Tried selecting Domino in Kcontrol styles. There was no Configure button / it was greyed out.
Comment 1 telliangun 2009-02-15 10:45:42 UTC
Created attachment 182105 [details]
fixed ebuild for domino
Comment 2 telliangun 2009-02-15 10:46:03 UTC
Comment on attachment 182105 [details]
fixed ebuild for domino

can also be found at
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2009-02-15 16:43:21 UTC
Please resolve bugs yourself. What you've done is finding a workaround. It's neither the real problem that is adressed - and there are lots of bug reportslike this one, with all the same cause, nor is  bug fixed, when you've (sort of) fixed something locally, but when the issue is gone in the Gentoo repository.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-02-15 22:10:17 UTC
This is due to 3.5.10 updated prefix handling. So actualy it wont find stuff in /usr but only in /usr/kde/3.5/
We actualy have to prepare the eclass and move all misc packages to the /usr/kde/3.5/ (other way around was blocking kde4 and kde3 installations on the same computer :()

We know about the issue and we have it in our plan to fix it in next few months (rechecking tons of misc packages takes time...)