work for virtualbox qt5
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Index: virt-wrapper-0.1.1/virt-wrapper.py
|
||||
===================================================================
|
||||
--- virt-wrapper-0.1.1.orig/virt-wrapper.py
|
||||
+++ virt-wrapper-0.1.1/virt-wrapper.py
|
||||
@@ -168,7 +168,7 @@ def checkModules(vapp):
|
||||
failure = False
|
||||
for mod in mods:
|
||||
try:
|
||||
- link.Boot.Modules["module_init_tools"].load(mod)
|
||||
+ link.Boot.Modules["module_init_tools"].load(mod, "")
|
||||
except dbus.exceptions.DBusException:
|
||||
failure = True
|
||||
|
||||
Reference in New Issue
Block a user