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-vm doesn't work if opener already running #4029
Comments
andrewdavidwong
added
bug
C: core
labels
Jun 23, 2018
andrewdavidwong
added this to the Release 4.0 updates milestone
Jun 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
airelemental commentedJun 23, 2018
•
edited
Edited 1 time
-
airelemental
edited Jun 23, 2018 (most recent)
-
airelemental
created Jun 23, 2018
Qubes OS version:
R4.0
Affected component(s):
qvm-open-in-vm
Steps to reproduce the behavior:
qvm-open-in-vm vm1 a.pngqvm-open-in-vm vm1 b.pngExpected behavior:
a.png opens in vm1 firefox. qvm-open-in-vm blocks until a.png closed.
b.png opens in vm1 firefox. qvm-open-in-vm blocks until b.png closed.
Actual behavior:
a.png opens in vm1 firefox. qvm-open-in-vm blocks until a.png closed.
b.png sometimes opens, sometimes fails to open. qvm-open-in-vm does not block.
General notes:
Same issue happens with
eog(Eye of Gnome), which also opens several documents in one process (according totop)Issue does not happen with
evince, which creates one new process per document opened.