New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DispVM: use DisposableVM class in qubes.py #61

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 27 Jul 2010 13:31 UTC
Currently DispVMs are instances of AppVM class which rises a few problems:

  1. qvm-backup might try to backup a DispVM if it was not cleanly exited, and consequently fail the backup process
  2. qvm-ls display errors thinking the DispVM has missing files
  3. we would like guid to set a property on DispVM windows to let the WM know it is a DispVM -- it might use a special decoration in the future to distinguish DispVMs from AppVMs.

Migrated-From: https://wiki.qubes-os.org/ticket/61

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 22 Sep 2010 23:24 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 22 Sep 2010 23:24 UTC

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment