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

Template DVM is started instead of DVM after custom VM creation #3574

Closed
kototama opened this Issue Feb 12, 2018 · 3 comments

Comments

Projects
None yet
3 participants
@kototama

Qubes OS version:

4RC3

Affected TemplateVMs:

Own created custom DVM.

Steps to reproduce the behavior:

qvm-create --template debian-9 custom-dvm --label red
qvm-prefs custom-dvm appmenus-dispvm 1

Click Firefox menu in the Disposable: custom-dvm menu. Qubes indicates custom-dvm is starting.

Expected behavior:

A temporary VM is started with Firefox.

Actual behavior:

The custom-dvm template is started, running Firefox.

General notes:

Runnin qvm-run --dispm custom-dvm firefox from the command line works.
The menu also works after a reboot.


Related issues:

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 13, 2018

Member

Steps lack setting template_for_dispvms=True, but since qvm-run --dispvm custom-dvm firefox worked for you, I assume you just forgot mentioning it here.

Anyway, I can't reproduce it on fully updated (current-testing) system. Try installing updates.
If that still happens to you then, collect some more info, especially how custom-dvm-firefox.desktop looks like (there are multiple copies of it, in user home directory, use find). Especially check if those copies are in sync.

Member

marmarek commented Feb 13, 2018

Steps lack setting template_for_dispvms=True, but since qvm-run --dispvm custom-dvm firefox worked for you, I assume you just forgot mentioning it here.

Anyway, I can't reproduce it on fully updated (current-testing) system. Try installing updates.
If that still happens to you then, collect some more info, especially how custom-dvm-firefox.desktop looks like (there are multiple copies of it, in user home directory, use find). Especially check if those copies are in sync.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Feb 14, 2018

Member

Closing this for now as "cannot reproduce." If you believe this is a mistake, or if anyone can reproduce the issue, please leave a comment, and we'll be happy to reopen this. Thank you.

Member

andrewdavidwong commented Feb 14, 2018

Closing this for now as "cannot reproduce." If you believe this is a mistake, or if anyone can reproduce the issue, please leave a comment, and we'll be happy to reopen this. Thank you.

@kototama

This comment has been minimized.

Show comment
Hide comment
@kototama

kototama Feb 15, 2018

I am running with the stable channel of Q4, so @marmarek may have fixed the bug in the testing channel.

kototama commented Feb 15, 2018

I am running with the stable channel of Q4, so @marmarek may have fixed the bug in the testing channel.

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