Bug 102957

Summary: Need way to disable animation
Product: [Retired] Red Hat Linux Reporter: Adam Lock <adamlock>
Component: rhn-appletAssignee: Robin Norwood <robin.norwood>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: michael
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-17 21:11:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Adam Lock 2003-08-23 08:56:22 UTC
Description of problem:

The rhn-applet 'throbs' when there are critical updates to be installed. This is
due to some code in rhn_applet.py that creates an anim from the critical icon
with various alpha settings and proceeds to cycle through them on a timer.

There are also some anims for other state transitions.

For performance on low bandwidth connections (e.g. via VNC) there should be a
way to disable these unnecessary animations, e.g. a command line switch.

Comment 1 Michael Lee Yohe 2003-08-25 18:44:10 UTC
Why not disable the applet?  Or, perform the updates necessary to cycle the
applet back to the check mark?

Comment 2 Adam Lock 2003-08-25 20:18:31 UTC
Well I could disable the applet but that would have obvious security implications.

As for performing the suggested updates, sometimes I'm doing something such as
patching the existing kernel source (e.g. with alsa drivers) which means I don't
want to install the latest updates. 

Therefore I'm left with this thing throbbing away in the corner. If there were a
way to disable it, either through a switch. a pref or a menu option I could then
ignore it for the duration of the session.

Comment 3 Robin Norwood 2005-10-09 03:28:40 UTC
The way the applet works right now is, once you've clicked on the 'throbbing'
applet, it reverts to a solid exclamation mark, without animating.  Is this
'good enough', or is there really a use case for having no animation at all?

The code to disable all animation isn't that difficult, I just hate to add 'yet
another option' unless the current behavior is really a problem for some people.

I haven't tried using the applet over VNC, so I guess I don't know what I'm missing.