mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
prefs: Add a setting to enable/disable libguestfs inspection
Rather than key it on the library being available. Makes it much easier to test both modes of behavior. Fix up a few inspection bugs while I'm in the area, and convert it to be more singleton like.
This commit is contained in:
@@ -47,6 +47,12 @@
|
||||
<description>Show system tray icon while app is running</description>
|
||||
</key>
|
||||
|
||||
<key name="enable-libguestfs-vm-inspection" type="b">
|
||||
<default>true</default>
|
||||
<summary>Enable libguestfs VM inspection</summary>
|
||||
<description>Enable libguestfs VM inspection for things like OS icons, installed applications, etc. This only works if python libguestfs bindings are installed.</description>
|
||||
</key>
|
||||
|
||||
<key name="manager-window-height" type="i">
|
||||
<default>0</default>
|
||||
<summary>Default manager window height</summary>
|
||||
|
||||
Reference in New Issue
Block a user