Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391321 - media-video/arista-0.9.5 - aborts after glib.GError: Icon 'camera-video' not present in theme
Summary: media-video/arista-0.9.5 - aborts after glib.GError: Icon 'camera-video' not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 05:48 UTC by Travelinrob
Modified: 2013-02-11 19:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info arista (emerge-info-arista.txt,5.95 KB, text/plain)
2011-11-22 05:50 UTC, Travelinrob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Travelinrob 2011-11-22 05:48:49 UTC
Running Calculate 11.9 KDE. Installed arista via emerge arista. Installs without error. Fails to start when run from menu. Displays error when run from terminal:
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File "/usr/bin/arista-gtk", line 1671, in <module>
    main = MainWindow(options)
  File "/usr/bin/arista-gtk", line 397, in __init__
    self.setup_source()
  File "/usr/bin/arista-gtk", line 551, in setup_source
    size, 0))
glib.GError: Icon 'camera-video' not present in theme

Reproducible: Always

Steps to Reproduce:
1. Install Calculate Linux 11.9 KDE
2. emerge arista
3. Run arista
Actual Results:  
Simply run arista in terminal. I get the error mentioned above:
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File "/usr/bin/arista-gtk", line 1671, in <module>
    main = MainWindow(options)
  File "/usr/bin/arista-gtk", line 397, in __init__
    self.setup_source()
  File "/usr/bin/arista-gtk", line 551, in setup_source
    size, 0))
glib.GError: Icon 'camera-video' not present in theme

Crash.

Expected Results:  
arista software should start without an error.

I realize that this is a gtk+ application. emerge installed 36 steps of packages. Way too many to post here. I will add attachment after submission. Seemed to go fine. Seems to be missing an icon or theme.
Comment 1 Travelinrob 2011-11-22 05:50:14 UTC
Created attachment 293375 [details]
emerge --info arista
Comment 2 Travelinrob 2011-11-23 07:01:30 UTC
Update:

Seems to be working after installing package gnome-icon-theme using command:
emerge gnome-icon-theme

But, not sure if if was only looking for these files within the package:
/usr/share/icons/gnome/16x16/devices/camera-video.png
/usr/share/icons/gnome/22x22/devices/camera-video.png
/usr/share/icons/gnome/24x24/devices/camera-video.png
/usr/share/icons/gnome/32x32/devices/camera-video.png
/usr/share/icons/gnome/48x48/devices/camera-video.png

Otherwise, maybe needs gnome-icon-theme as a dependency.
Comment 3 Patrick Rouzet 2012-02-16 21:05:15 UTC
I experienced the same problem with arista 0.9.5 when trying to launch arista-gtk:
Icon 'gtk-cdrom' not present in theme
Also solved after installing x11-themes/gnome-icon-theme-3.2.1.2
This package should probably be added as a dependency in arista ebuild.
Comment 4 jannis 2012-06-03 19:50:08 UTC
same problem here, please add x11-themes/gnome-icon-theme as dependency to media-video/arista
Comment 5 jannis 2012-12-18 11:43:56 UTC
Sorry to bump this but this can be fixed by adding one line (one dependency) to the ebuild. It ain't hard to do this, right?
Comment 6 Sergey Popov (RETIRED) gentoo-dev 2013-02-11 19:50:07 UTC
+  11 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> arista-0.9.5.ebuild:
+  Add missing dependencies on gnome-base/librsvg and
+  x11-themes/gnome-icon-theme, last - wrt bug #391321. Thanks to Travelinrob
+  <rob AT clerk.com> for discovering this issue