You are not logged in.

#1 2007-01-29 11:19:37

wounded
Member
Registered: 2007-01-08
Posts: 26

Missing icon in Sonata? o.O

The volume next to the elasped time in Sonata is a dog-eared white paper with a red x in it and not a speaker or anything that would make sense for a volume button. Everything seems to work fine except that missing icon which is somewhat annoying.

This is with both sonata and sonata-svn (from aur) which makes me think that it is a global icon that didnt get installed or something rather than a sonata specific issue otherwise the non svn one would have the icon with it? Where the other sonata icons seem to be  (/usr/share/pixmaps) there is no speaker/volume thing either but other sonata icons are there (sonata, sonata_large, sonata-artist, blahblah)... maybe I can download it and put it in the folder? Or is there some icon package I am missing? :s

I only have xfce4.4 installed at the moment. if that helps.


gmpc has a volume icon >:[ Any idea? I've searche various places but apparently this isn't a big thing ><

Offline

#2 2007-01-29 16:56:29

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: Missing icon in Sonata? o.O

That's odd, digging around the Sonata sources I found this:

self.volumebutton.set_image(gtk.image_new_from_icon_name("stock_volume-med", VOLUME_ICON_SIZE))

VOLUME_ICON_SIZE is only getting the value 3 or 4:

try:
    import sugar
    HAVE_STATUS_ICON = False
    HAVE_SUGAR = True
    VOLUME_ICON_SIZE = 3
except:
    HAVE_SUGAR = False
    VOLUME_ICON_SIZE = 4

Not sure what that translates too, but these are stock_volume-med images I got:

$ locate stock_volume-med
/usr/share/icons/gnome/16x16/status/stock_volume-med.png
/usr/share/icons/gnome/22x22/status/stock_volume-med.png
/usr/share/icons/gnome/24x24/status/stock_volume-med.png
/usr/share/icons/gnome/scalable/status/stock_volume-med.svg

Last edited by [vEX] (2007-01-29 16:57:58)


PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

#3 2007-01-29 17:08:49

wounded
Member
Registered: 2007-01-08
Posts: 26

Re: Missing icon in Sonata? o.O

yeah....

locate stock_volume-med

gives no output ><

is there a gnome icon package or something? I imagine making the apropriate directories and just putting the images it requires in it will work though?

Offline

#4 2007-01-29 17:18:28

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Missing icon in Sonata? o.O

Install gnome-icon-theme or tango-icon-theme.


1000

Offline

#5 2007-01-29 17:21:19

wounded
Member
Registered: 2007-01-08
Posts: 26

Re: Missing icon in Sonata? o.O

byte wrote:

Install gnome-icon-theme or tango-icon-theme.

Tango fixed it perfectly! Thanks :]

Offline

Board footer

Powered by FluxBB