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

Create qubes.InstallUpdatesGUI RPC service #1249

Closed
marmarek opened this Issue Sep 29, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Sep 29, 2015

Currently qubes-manager have hardcoded command to start GUI updater in a template. It was gpk-update-viewer (from gnome-packagekit), recently changed to xterm with apt-get dist-upgrade/yum update, because it's currently more reliable...
It should be up to the VM what software is used for installing updates.

@marmarek marmarek added this to the Release 3.1 milestone Sep 29, 2015

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Nov 15, 2015

core: Add 'wait' parameter to vm.run_service function
Sometimes it makes sense to "fire and forget" a service. For example
"qubes.InstallUpdatesGUI".

QubesOS/qubes-issues#1249
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment