gcdemu shows broken icon on system tray
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cdemu |
New
|
Undecided
|
CDEmu |
Bug Description
Kubuntu 13.04
When gcdemu-
krotki@ubuntu:~$ gcdemu
Failed to get icon filename; Do you have the librsvg2 package?
(gcdemu:3937): GLib-GIO-CRITICAL **: g_loadable_
(gcdemu:3937): GLib-GIO-CRITICAL **: g_loadable_
(gcdemu:3937): GLib-GIO-CRITICAL **: g_loadable_
Fontconfig warning: "/etc/fonts/
(gcdemu:3937): GLib-GIO-CRITICAL **: g_loadable_
(process:3979): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Installing the python-rsvg package fixes the issue. gcdemu should require python-rsvg, I guess.
description: | updated |
Changed in cdemu: | |
assignee: | nobody → CDEmu (cdemu) |
This issue was addressed before the 2.1.1 release, as can be seen by the message "Failed to get icon filename; Do you have the librsvg2 package?" which is a check I added for this very issue which caused a crash last time I checked.
The gcdemu 2.1.1 package also got it's dependency list fixed or so I believe. The correct dependency should be librsvg2-2, since gcdemu uses gobject bindings and doesn't call any librsvg routines directly.
Why you still manage to produce this issue is quite a mystery...