Bug 490611

Summary: /usr/lib64/rhythmbox/plugins/artdisplay/__init__.py:128: Warning: Throbber animation not loaded: 'NoneType' object has no attribute 'get_base_size' warn ("Throbber animation not loaded: %s" % e, Warning)
Product: [Fedora] Fedora Reporter: Michal Nowak <mnowak>
Component: rhythmboxAssignee: Bastien Nocera <bnocera>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: bnocera, ohudlick
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-15 08:17:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
started rhythmbox none

Description Michal Nowak 2009-03-17 10:15:00 UTC
Description of problem:

/usr/lib64/rhythmbox/plugins/artdisplay/__init__.py:128: Warning: Throbber animation not loaded: 'NoneType' object has no attribute 'get_base_size'
  warn ("Throbber animation not loaded: %s" % e, Warning)

is produced on start.

Version-Release number of selected component (if applicable):

rhythmbox-0.11.99.2-1.fc11.x86_64

How reproducible: 

always

Comment 1 Bastien Nocera 2009-03-23 18:31:51 UTC
Still a problem in rhythmbox 0.12.0?

Comment 2 Michal Nowak 2009-03-24 09:02:49 UTC
Yes, still present.

Comment 3 Bastien Nocera 2009-03-24 12:53:47 UTC
Which theme are you using? It's missing the gnome-spinner icon.

Comment 4 Michal Nowak 2009-03-24 13:45:32 UTC
Using the default one -- "Fedora". Where should be the "spinner" icon located? Attaching shot of rhythmbox.

Comment 5 Michal Nowak 2009-03-24 13:46:08 UTC
Created attachment 336468 [details]
started rhythmbox

Comment 6 Bastien Nocera 2009-04-14 15:26:58 UTC
Fedora inherits from Mist which inherits from gnome, and gnome (from gnome-icon-theme) has a gnome-spinner icon.

But this seems to fail:
                icon_info = self.icon_theme.lookup_icon (THROBBER, -1, 0)

Comment 7 Bastien Nocera 2009-04-14 16:58:40 UTC
I can't reproduce the problem here. My guess is that the icon cache isn't up-to-date, and it fails to find the gnome-spinner icon. Try running:
gtk-update-icon-cache -f /usr/share/icons/gnome
(and again for /usr/share/icons/Mist and /usr/share/icons/Fedora).

Comment 8 Michal Nowak 2009-04-15 08:17:51 UTC
Looks like it disappeared some time ago, probably the icon cache problem has been solved by icons pkg update.