Bug 206014

Summary: Without libbeagle installed, virt-manager throws an error
Product: [Fedora] Fedora Reporter: Chris Lalancette <clalance>
Component: virt-managerAssignee: Daniel Berrangé <berrange>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: fc6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-13 20:33:06 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:

Description Chris Lalancette 2006-09-11 14:51:57 UTC
Description of problem:

If you don't have libbeagle installed, when doing "Restore Virtual Machine",
virt-manager will throw this error:

/usr/share/virt-manager/virtManager/manager.py:167: GtkWarning: Can't open
libbeagle 'libbeagle.so.0: cannot open shared object file: No such file or
directory'

It might be related to the GTK file-chooser dialog that pops up.  It's not
fatal, and doesn't seem to actually break anything, so I'm not sure if you
should make it a Requires or not.

Comment 1 Daniel Berrangé 2006-09-12 23:27:33 UTC
We aren't explicitly using beagle for any part of virt-manager. Its
unfortunately pulled in by the GTK FileChooserDialog which is spewing this
warning message to the console. Ideally GTK would just shut-up about beagle if
its not there rather than printing these messages which appear to the user like
application bugs :-(
I'll investigate if there's anything in GTK which can be done for this...

Comment 2 Matthias Clasen 2006-10-30 17:44:41 UTC
I believe I killed that warning.

Comment 3 Hugh Brock 2006-12-13 20:33:06 UTC
Verified fixed in fc6. Closing.