Description of problem: When you double-click on the sound icon a dialog called "Volume Control" is showed. For some obscure reason this dialog is 2cm wide while the actual window content is like atleast 600-800pixels wide. Consequently I have to use a horzontal scrollbar or resize the window to use it. That's silly, the dialog should be wider by default. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I don't understand the problem. Do you have a screenshot showing the problem? Do you still see the problem with more recent versions?
I'm seeing it with F8t3. Run gnome-volume-control, and you get a window which is less than two volume-control-columns wide. Screenshot attached momentarily.
Created attachment 218491 [details] Screenshot of too-narrow default window.
gnome_volume_control_window_init() sets the default width and height to whatever they were on the previous run, with 500 being the default width. So you were running it with a very small width, then that would happen. I'll add the patch from http://bugzilla.gnome.org/show_bug.cgi?id=485411 to set a minimum size even if the GConf value is smaller.
I'm seeing this on a clean install with a default ('fedora-livecd') user, so there should be no previous runs.
(In reply to comment #5) > I'm seeing this on a clean install with a default ('fedora-livecd') user, so > there should be no previous runs. Good catch. Packaging bug, the GConf schema for the mixer was never installed properly, so the code would have tried "0" as the default width... 2.20.1-5 will have the proper fix, work-around still applies.
I also had that problem with a clean install, that's why I posted the bug in the first place. I think it's a perfectly reasonably usecase to set the width to some small value (and expect it to stay small even if I re-launch).