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

qvm-run: allow to run command in a DispVM #338

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 18 Aug 2011 23:01 UTC
So, if I want to start e.g. a fresh copy of Firefox in a DispVM, I could just do:

qvm-run -a --dispvm firefox

and it will take care of creating the DispVM and starting Firefox there.

This should be trivial to implement, yet very useful.

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by rafal on 29 Aug 2011 15:38 UTC
Implemented, but on AppVM side. There is a qvm-run command in AppVM now, capable of running commands on other VMs.
So you can execute (in vm)
qvm-run other-vm firefox # requires confirmation
qvm-run --dispvm ooffice # instant
http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=8e7dc52a1f3a5cf20b58c17e0a2f532bd659fbe0
prebeta2 branch.

Member

marmarek commented Mar 8, 2015

Comment by rafal on 29 Aug 2011 15:38 UTC
Implemented, but on AppVM side. There is a qvm-run command in AppVM now, capable of running commands on other VMs.
So you can execute (in vm)
qvm-run other-vm firefox # requires confirmation
qvm-run --dispvm ooffice # instant
http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=8e7dc52a1f3a5cf20b58c17e0a2f532bd659fbe0
prebeta2 branch.

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