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

R3.0: xterm doesn't launch from the menu in minimal VMs #1285

Closed
andrewdavidwong opened this Issue Oct 7, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@andrewdavidwong
Member

andrewdavidwong commented Oct 7, 2015

Attempting to launch xterm in fedora-21-minimal (or any AppVM based on it) from the KDE menu results in the cursor animating for a while and nothing else happening. This is the command the menu is trying to use:

qvm-run -q --tray -a fedora-21-minimal -- 'qubes-desktop-run /usr/share/applications/xterm.desktop'

Substituting this command works instantly:

qvm-run -q --tray -a fedora-21minimal -- 'xterm'

Users might try to fix this themselves but substituting the non-working command for the working command, but the menu commands get regenerated quite often, overwriting user changes.

(Note: The same problem has happened before, but in that case the cause was the missing pygobject3-base package. That package is now included in fedora-21-minimal by default, so something else must be the culprit this time. Same problem; different cause.)

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 7, 2015

Member

Would I surprise you that this is also fixed in current-testing
repository?

Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Member

marmarek commented Oct 7, 2015

Would I surprise you that this is also fixed in current-testing
repository?

Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

@marmarek marmarek added this to the Release 3.0 milestone Oct 7, 2015

@marmarek marmarek closed this Oct 7, 2015

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