Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87966 - Missing GTK1 theme in redhat-artwork-0.122.1
Summary: Missing GTK1 theme in redhat-artwork-0.122.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gregorio Guidi (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 14:08 UTC by Carles Escrig
Modified: 2005-04-06 06:54 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 Carles Escrig 2005-04-04 14:08:28 UTC
When upgrading from redhat-artwork-0.120.1.2 to redhat-artwork-0.122.1, my GTK1 applications started to use the default theme again. I think that the /usr/share/themes/Bluecurve/gtk directory is missing in 0.122.1 version. I used both flags (gtk gtk2) for the installation.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-05 05:00:29 UTC
In the new version, I changed the ebuild to install the gtk1 theme only when not using gtk2, because probably the majority of users having USE="gtk gtk2" do not want gtk1.

But It can be changed back if more people think it's more reasonable the old way... no solution is perfect (at least until the gtk flags are rethought, see also bug 87132, for instance)
Comment 2 Carles Escrig 2005-04-05 20:07:12 UTC
Hi! I'm sorry about making you lose time with this, I thought it was an issue or something no working properly (I suppose you can close this).

By the other hand, I'm using both flags, but I do want GTK1 theme support because there are still some apps using it (wxWindows/aMule,gcombust,xmms,etc.) and the default theme is pretty ugly compared with the amazing Bluecurve's GTK1 theme...  if I didn't misunderstood using "-gtk2" will install gtk1 without gtk2 theme, so I'm questioning if there is some way to install both (?) with this new version of the package. Thanks a lot!
Comment 3 chris roddy 2005-04-05 23:12:11 UTC
I think that most people who use redhat-artwork use it because it provides a unified desktop theme for GTK, GTK2, and QT applications. honestly, I would expect most people who install it to want *all three*, rather than "gtk2 in lieu of gtk1".

it would be very nice if it were possible to build the package with both GTK and GTK2 support, especially considering that a common interface across multiple toolkits was one of redhat's motivations for developing Bluecurve in the first place....
Comment 4 Carles Escrig 2005-04-06 04:48:31 UTC
Yeah, I'm agree with chris, a theme-package should provide all the themes available cause It's supposed to do so, It's not an application. A solution if you want the GTK1 theme not to be installed, could be adding an additional flag like the one on wxGTK (wxWindows):

x11-libs/wxGTK-2.4.2-r3  -debug +gtk2 -no_wxgtk1 -odbc +opengl -unicode

So, using USE="+no_gtk1" wouldn't install the GTK1 theme... however I'm not sure if this is a good idea or this can be done (I'm a bit new). If there is no solution, I prefer the old way "at least until the gtk flags are rethought". That's all, thanks for the attention, Greg.
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-06 06:54:07 UTC
Ok, I committed 0.122.1-r1 and changed the ebuild to work as in previous versions. Thanks.