virt-manager/virtman-icon.diff
Charles Arnold 249172acaf - bnc#592538 - VM status is recognized as "Shutoff" in virt-manager
and virt-viewer after creating a snapshot.

- Update to virt-manager 0.8.4
  * Import install option: create a VM using an existing OS image
  * Support multiple boot devices and boot order
  * Watchdog device support
  * Enable setting a human readable VM description.
  * Option to manually specifying a bridge name, if bridge isn't
    detected
- Update to virtinst 0.500.3
  * virt-install: New --watchdog option: configure a virtual
    watchdog dev
  * virt-install: New --soundhw option: More flexible sound
    configuration deprecates --sound, though back compat is
    maintained
  * virt-install: New --security option: configure VM security
    driver
  * virt-install: New --description option: set a human readable
    desc
  * Better OS defaults: Use <video> VGA and <sound> AC97 if
    support

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=23
2010-04-02 16:06:48 +00:00

13 lines
503 B
Diff

Index: virt-manager-0.8.4/src/virt-manager.py.in
===================================================================
--- virt-manager-0.8.4.orig/src/virt-manager.py.in
+++ virt-manager-0.8.4/src/virt-manager.py.in
@@ -313,6 +313,7 @@ def main():
# Add our icon dir to icon theme
icon_theme = gtk.icon_theme_get_default()
icon_theme.prepend_search_path(icon_dir)
+ icon_theme.prepend_search_path(icon_dir + "/hicolor/32x32/action")
gtk.gdk.threads_init()
setup_glade_i18n()