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 485411 - GConf fixes
GConf fixes
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: gnome-volume-control
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-10 14:33 UTC by Bastien Nocera
Modified: 2007-10-18 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gvc-gconf-fixes.patch (3.21 KB, patch)
2007-10-10 14:33 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2007-10-10 14:33:40 UTC
2 things:
- sanitise the height/width values we get from GConf so we get a decent width/height on the main window on startup (see https://bugzilla.redhat.com/show_bug.cgi?id=186791)
- reset the "active-element" GConf key to the currently selected element if the one in GConf isn't available
Comment 1 Bastien Nocera 2007-10-10 14:33:59 UTC
Created attachment 97000 [details] [review]
gvc-gconf-fixes.patch
Comment 2 Ronald Bultje 2007-10-10 15:46:49 UTC
sounds good. Now, for the height/width, like I've said a million times before, can't someone please push for that to be done in the window manager? This per-app size control is just stupid, buggy, amateurish and is the WMs job to begin with.
Comment 3 Bastien Nocera 2007-10-18 10:01:23 UTC
2007-10-18  Bastien Nocera  <hadess@hadess.net>

        * gst-mixer/src/window.c: (gnome_volume_control_window_init),
        (gnome_volume_control_window_new):
         - Sanitise the height/width values we get from GConf so we get a decent
         width/height on the main window on startup
         - reset the "active-element" GConf key to the currently selected
         element if the one in GConf isn't available
        (Closes: #485411)