Wrong GTK icon size for volume?

Bug #1329749 reported by Triniton Adam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnomeradio (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I'm using Gnomeradio on Ubuntu 14.10. The problem has been nagging me for some time it has not appeared with Ubuntu 14.04.
The problem is that the volume icon has the wrong appearance: is using small icons for the toolbar icons.
Is there a reason for Gnomeradio to use a different size as a source for the volume icon than the other buttons of the toolbar?

Revision history for this message
Pojar Geo (geoubuntu) wrote :

GNOME Shell 3.12 and GTK+ 3.12 Available In The Ubuntu 14.10 Utopic Unicorn Repositories
GTK+ is always changing (and breaking) things like this.

 In GTK+ 3.10, toolbar icons default to 24x24, while the volume button defaults to 18x18.
In GTK+ 3.12, there are curiously enough two separate changes that each would have solved the problem: [1] changed the default size for the volume button to 16x16, which prevents the scaling, and [2] switched to using symbolic icons, which are rendered as black and thus happen to match. Regardless of the GTK+ changes, [3] solves the problem by setting the volume icon size to 24x24 to match the rest of the buttons.

[1] https://git.gnome.org/browse/gtk+/commit/?id=b617b003ef9e3d42ecf17b42348f72f87bca78a2
[2] https://git.gnome.org/browse/gtk+/commit?id=afa9339e7106432af6622824d9c8c0a67bbf543c
[3] g_object_set (volume_button, "size", GTK_ICON_SIZE_LARGE_TOOLBAR, NULL);

Pojar Geo (geoubuntu)
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnomeradio - 1.8-2ubuntu28

---------------
gnomeradio (1.8-2ubuntu28) utopic; urgency=medium

  * Small update needed because GTK+ 3.12 available in the Ubuntu 14.10 Utopic
    Unicorn. (LP: #1329749)
    - Stop using deprecated gtk margin function.
    - Setting the volume icon size in UI to match the rest of the buttons.
    - Use the new support for RTL icons in GtkIconTheme.
 -- POJAR GEORGE <email address hidden> Fri, 13 Jun 2014 00:51:01 +0000

Changed in gnomeradio (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.