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

Wait for qubes-session fully started before running GUI application #208

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

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by marmarek on 7 Apr 2011 22:29 UTC
Now qvm-run starts application as soon as can connect to gui-daemon. But qubes-session saves environment for graphical application (with dbus socket path, etc) some time later.

So add option to qvm-run (--gui ?) to wait for this environment (/tmp/qubes-session-env). It can be while-loop like this:

while [ ! -f /tmp/qubes-session-env ]; do sleep 0.05; done

executed through qrexec.

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

@marmarek marmarek self-assigned this Mar 8, 2015

@marmarek marmarek added this to the Release 1 Beta 2 milestone Mar 8, 2015

@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