dispvm: fix out of memory message - Xfce version
This commit is contained in:
parent
ef6f3d74e6
commit
3443f94aa9
@ -50,7 +50,7 @@ class QfileDaemonDvm:
|
|||||||
if os.path.exists('/usr/bin/kdialog'):
|
if os.path.exists('/usr/bin/kdialog'):
|
||||||
subprocess.call(['/usr/bin/kdialog', '--sorry', errmsg])
|
subprocess.call(['/usr/bin/kdialog', '--sorry', errmsg])
|
||||||
else:
|
else:
|
||||||
subprocess.call(['/usr/bin/zenity', '--warning', errmsg])
|
subprocess.call(['/usr/bin/zenity', '--warning', '--text', errmsg])
|
||||||
return None
|
return None
|
||||||
|
|
||||||
self.tray_notify("Starting new DispVM...")
|
self.tray_notify("Starting new DispVM...")
|
||||||
|
Loading…
Reference in New Issue
Block a user