After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646254 - Incorrect display of initial volume when actual output volume is >100%
Incorrect display of initial volume when actual output volume is >100%
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-30 17:55 UTC by Nirbheek Chauhan
Modified: 2011-04-08 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nirbheek Chauhan 2011-03-30 17:55:11 UTC
In the sound panel of the control center, if the existing volume is >100%, the initial volume shown in the output volume control is 100%.

Steps to reproduce:

* Set volume >100% (using multimedia keys or using the panel itself)
* Re-open sound panel
* Volume is /shown/ to be 100% whereas it is actually >100%
Comment 1 Bastien Nocera 2011-03-30 18:07:05 UTC
That probably happens because we clip it before we check whether it's > 100%, will check.
Comment 2 Bastien Nocera 2011-04-08 15:15:07 UTC
commit ce561eb68f43a5f38cfe4e87433b716264c4f462
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 8 16:12:56 2011 +0100

    sound: Prevent > 100% volume showing up as 100%
    
    When the output of input bar changes from a non-decibel capable
    output, to one that is (such as on startup), don't clip the
    volume displayed at 100%, by setting the level of the bar again.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646254