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.
Created attachment 182105 [details] fixed ebuild for domino
Comment on attachment 182105 [details] fixed ebuild for domino can also be found at
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.
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...)