Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81412 - redhat-artwork does not include XFCE bluecurve theme
Summary: redhat-artwork does not include XFCE bluecurve theme
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 14:22 UTC by Jeff Davidson
Modified: 2005-06-25 09:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Davidson 2005-02-09 14:22:36 UTC
The redhat-artwork ebuild (understandably) does not include the xfwm Bluecurve theme available in Fedora, because the redhat-artwork rpm does not include it.  Strangely, this is included in the rpm for xfwm4, under the /usr/share/xfwm4/themes/Bluecurve directory.  Perhaps (maybe controlled by USE=xfce) the ebuild for redhat-artwork could also get this directory from xfwm's rpm and copy it to /usr/share/themes/Bluecurve/xfwm4?  Would this be legally allowed?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeff Davidson 2005-02-09 14:32:59 UTC
Well, I tried quickly to get an ebuild with this functionality working, but my knowledge of the RPM stuff is too limited.  Here are the changes I suggest:

1) Set a variable XFWM_PV to the version available in the Fedora download, in the current case "4.2.0-1"
2) add XFWM to the description
3) if use flag xfce is enabled, add http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/xfwm4-${XFWM_PV}.src.rpm
4) unpack the xfwm4-4.2.0.tar.bz2 tarball within the rpm (is this automatic?)
5) apply the xfwm4-fedora.patch, as this contains the changes that add bluecurve
6) take the bluecurve theme (does this require a make?  I saw a Makefile in the patch, I think) and copy it to /usr/share/themes/Bluecurve/xfwm4

I appreciate the help, I really like the Bluecurve theme over the similar "Curve" theme that comes with xfwm.
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2005-06-16 16:58:34 UTC
last I heard fedora was dropping xfce4 from their cd's dvds, this also seems
like something that would belong in a local overlay and not the tree
Comment 3 Jeff Davidson 2005-06-16 17:16:37 UTC
I've heard similar news, and I pretty much agree with you here, I guess.  I just
figured it might be something that people would want included.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2005-06-25 09:44:31 UTC
i agree that this probably shouldn't go into the tree since it is likely to be unmaintained upstream when 
they drop xfce support. plus, if this were to go into the tree, it would be a separate ebuild from redhat-
artwork . so i'm closing this as WONTFIX.