Bugzilla – Bug 4095
Volume sometimes found set to n.5 after upgrade
Last modified: 2009-09-08 09:31:32 UTC
John Coyne reported this one. After upgrading from 6.3.1 to 6.5, he noticed his volume was set to something.5. After lowering his volume to zero, the problem went away.
probably a result of the older 40-step setting. 100/40 = 2.5 so the volume was set at increments of 2.5. if it's important, we could probably add a simple int() when loading the pref, or via an upgrade script.
I'll cc Dean since he was the one that asked John to file it. I judge from his interest that if it really is as simple as adding an int() when loading prefs that we should go ahead and do that.
Subject: Re: Volume sometimes found set to n.5 after upgrade The int() should probably be done going to the display, rather than touching the settings, but yes, this is a relatively simple fix.
Created attachment 1520 [details] simple int mask for display shows on display as an int.
Subject: Re: Volume sometimes found set to n.5 after upgrade Go for it!
fixed at change 9702 in trunk and 6.5 at change 9703