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-open-in-vm doesn't work if opener already running #4029

Open
airelemental opened this Issue Jun 23, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@airelemental

airelemental commented Jun 23, 2018

Qubes OS version:

R4.0

Affected component(s):

qvm-open-in-vm


Steps to reproduce the behavior:

  1. In vm1, assign e.g. firefox to open files of type .png
  2. In vm2, run qvm-open-in-vm vm1 a.png
  3. In vm2, in another terminal, run qvm-open-in-vm vm1 b.png

Expected 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 to top)

Issue does not happen with evince, which creates one new process per document opened.

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