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

Application Launcher show all dispVM apps #1123

Closed
dncohen opened this Issue Aug 16, 2015 · 1 comment

Comments

Projects
None yet
3 participants
@dncohen

dncohen commented Aug 16, 2015

Qubes R3.0 rc2

I've noticed when a disposable vm is running, it appears in the application launcher (lower left of screen). While most vms show only a select few launchable programs, the dispvm shows closer to a hundred. As I mouse over each vm, the dispvm app list basically fills my entire screen.

Not sure how to capture a screen shot, or I would include it.

@unman

This comment has been minimized.

Show comment
Hide comment
@unman

unman Aug 17, 2015

Member

Interesting. I havent seen this, and wonder what those 100 entries are.
Do you have a menu entry for the disposableVM-template? Does a new entry appear for each dispVM that you open?
Can you check with qvm-prefs if your dispVM template has Internal = False?

In kde, PrintScreen should be mapped to KSnapshot, so you can take a screen shot, and then copy it from dom0 to a VM:
cat fname | qvm-run --pass-io targetVM 'cat > /home/user/fname'

Member

unman commented Aug 17, 2015

Interesting. I havent seen this, and wonder what those 100 entries are.
Do you have a menu entry for the disposableVM-template? Does a new entry appear for each dispVM that you open?
Can you check with qvm-prefs if your dispVM template has Internal = False?

In kde, PrintScreen should be mapped to KSnapshot, so you can take a screen shot, and then copy it from dom0 to a VM:
cat fname | qvm-run --pass-io targetVM 'cat > /home/user/fname'

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