Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152287 - Enable animations in gtk-engines
Summary: Enable animations in gtk-engines
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-21 12:23 UTC by Pacho Ramos
Modified: 2006-10-22 03:07 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 Pacho Ramos gentoo-dev 2006-10-21 12:23:33 UTC
Please, append this FLAG for compiling gtk-engines and enable progress bar animation:
-DHAVE_ANIMATION=1

Now, I am activating it doing:
CFLAGS="-march=k8 -msse3 -O2 -pipe -DHAVE_ANIMATION=1" emerge gtk-engines

Thanks
Comment 1 Mart Raudsepp gentoo-dev 2006-10-21 13:11:29 UTC
gtk-engines-2.8.x already passes --enable-animations to configure.
You just need a theme that enables animations, such as editing /usr/share/themes/Clearlooks/gtk-2.0/gtkrc to have
animation = TRUE instead of animation = FALSE
Comment 2 Pacho Ramos gentoo-dev 2006-10-21 13:54:08 UTC
(In reply to comment #0)
> Please, append this FLAG for compiling gtk-engines and enable progress bar
> animation:
> -DHAVE_ANIMATION=1
> 
> Now, I am activating it doing:
> CFLAGS="-march=k8 -msse3 -O2 -pipe -DHAVE_ANIMATION=1" emerge gtk-engines
> 
> Thanks
> 
This is for current stable version, I haven't tried with testing version :-(
Comment 3 Mart Raudsepp gentoo-dev 2006-10-21 14:15:37 UTC
To the best of my knowledge (and of a quick skimming through gtk-engines ChangeLog), Clearlooks engine started testing with animations support around 2.7.0, with no such code going in the (at that time stable only-for-bug-fixes) 2.6 branch. If it did, then it certainly wouldn't be considered a stable feature in that version.
Comment 4 Pacho Ramos gentoo-dev 2006-10-22 03:07:07 UTC
(In reply to comment #3)
> To the best of my knowledge (and of a quick skimming through gtk-engines
> ChangeLog), Clearlooks engine started testing with animations support around
> 2.7.0, with no such code going in the (at that time stable only-for-bug-fixes)
> 2.6 branch. If it did, then it certainly wouldn't be considered a stable
> feature in that version.
> 

OK

Thanks a lot for information :-)