Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqvm-open-in-dvm does not read standard input (also qvm-open-in-vm) #2773
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
marmarek
Apr 24, 2017
Member
The purpose of qvm-open-in-dvm (or -vm) is to open a file there. So, this is expected behavior.
You may to like at https://www.qubes-os.org/doc/mutt/
|
The purpose of You may to like at https://www.qubes-os.org/doc/mutt/ |
marmarek
closed this
Apr 24, 2017
marmarek
added
the
notanissue
label
Apr 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ubestemt commentedApr 24, 2017
•
edited
Edited 1 time
-
ubestemt
edited Apr 24, 2017 (most recent)
Qubes OS version (e.g.,
R3.2):R3.2
Expected behavior:
qvm-open-in-dvmreads from standard input and launches its contents in a DispVM.Actual behavior:
Piping something to
qvm-run-in-dvmreturnsUsage: /usr/bin/qvm-open-in-dvm filenameSteps to reproduce the behavior:
Run
echo "test" | qvm-open-in-dvmGeneral notes:
This is may be more of a non-issue, but e.g. in mutt I have not been able to pipe an attachment to
qvm-open-in-dvm, which would be nice.(In mutt piping it to
1> tmp.pdf ; qvm-open-in-dvm tmp.pdfdoes not work either, but that may be unrelated to this command; it works elsewhere.)qvm-open-in-vm $VMbehaves the same way.