Bug 205942
| Summary: | Without librsvg2 installed, virt-manager stack traces | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Lalancette <clalance> |
| Component: | virt-manager | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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: | 2006-09-19 16:13:40 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: | |||
Yes, a missing RPM dependancy Fixed in rawhide, virt-manager-0.2.2-1.fc6 |
Description of problem: If you do not have librsvg2 installed, virt-manager fails to start with the following stack trace: Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 73, in ? gtk.window_set_default_icon_from_file(icon_dir + "/" + appname + "-icon.svg") gobject.GError: Couldn't recognize the image file format for file '/usr/share/virt-manager/pixmaps/virt-manager-icon.svg' Installing the librsvg2 package easily fixes the problem; the virt-manager package should probably Require librsvg2.