Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
virt-manager
virtman-prevent-double-click-starting-vm-twice....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtman-prevent-double-click-starting-vm-twice.patch of Package virt-manager
Reference: bnc#874594 When the 'Power on virtual machine' button is double clicked, virt-manager issues two start commands to start the VM which results in a failure. There is code elsewhere to desensitize the button but this patch does it earlier. Index: virt-manager-1.4.0/virtManager/details.py =================================================================== --- virt-manager-1.4.0.orig/virtManager/details.py +++ virt-manager-1.4.0/virtManager/details.py @@ -1418,6 +1418,9 @@ class vmmDetails(vmmGObjectUI): def control_vm_run(self, src_ignore): if self.has_unapplied_changes(self.get_hw_row()): return + # De-sensitize widget so a double click on the icon won't attempt to + # start the VM twice + self.widget("control-run").set_sensitive(False) self.emit("action-run-domain", self.vm.conn.get_uri(), self.vm.get_connkey())
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor