#534 closed defect (fixed)

Add also a GUI (window) notification when cannot start a VM due to some error

Reported by: joanna Owned by: joanna
Priority: major Milestone: Release 1
Component: core Keywords:
Cc:

Description

... e.g. due to insufficient memory error. Currently it is only displayed to the user when the user uses a command line tool to start a VM:

[joanna@dom0 ~]$ qvm-start personal-win7
--> Loading the VM (type = HVM)...
Traceback (most recent call last):
  File "/usr/bin/qvm-start", line 93, in <module>
    main()
  File "/usr/bin/qvm-start", line 88, in main
    xid = vm.start(debug_console=options.debug_console, verbose=options.verbose, preparing_dvm=options.preparing_dvm)
  File "/usr/lib64/python2.6/site-packages/qubes/qubes.py", line 1368, in start
    raise MemoryError ("ERROR: insufficient memory to start this VM")
MemoryError: ERROR: insufficient memory to start this VM

When starting via appmenus (and probably also via manager) NOTHING is displayed!

Change History (1)

Note: See TracTickets for help on using tickets.