Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#219 - gnome-themes and gnome-themes-extras are broken
Attached to Project:
Arch Linux
Opened by (rds) - Saturday, 25 October 2003, 13:12 GMT
Last edited by Dale Blount (dale) - Tuesday, 18 November 2003, 15:47 GMT
Opened by (rds) - Saturday, 25 October 2003, 13:12 GMT
Last edited by Dale Blount (dale) - Tuesday, 18 November 2003, 15:47 GMT
|
DetailsThe current gnome-themes and gnome-themes-extras are broken, as they will install the libraries for the themes for /opt/gnome instead of /usr. For GTK+2 to use them, they must be under /usr/lib/gtk-2.0/2.2.0/engines .
The following patches will fix this problem: http://rdsarts.com/code/gnome-themes.patch http://rdsarts.com/code/gnome-themes-extras.patch I think they stay in line with the heirchy guidelines, as while they are technically from GNOME, they are just GTK+2 themes. |
This task depends upon
Closed by Anonymous Submitter
Tuesday, 18 November 2003, 15:47 GMT
Reason for closing: Fixed
Tuesday, 18 November 2003, 15:47 GMT
Reason for closing: Fixed
New patches for gnome-themes and gnome-themes-extras have been uploaded as-of 2003/10/26 15:40am GMT that fix that.
To use GTK+2 and Metacity themes that use SVG icons, a recompile of GTK+2 is required. For some reason, 2.2.4-1 has it as a dependancy when you add librsvg manually, but pacman does not pull it nor is the package compiled against it.
When they are under GNOME's /opt/gnome structure, the engines can't be found for some reason. All the patchs do is move the GTK+ 2 theme engines to be under /usr/lib/... and leave the MetaCity themes alone. This appears to make everything happy and get everything to see everything.