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

Disable automatic updates on FC15 #415

Closed
marmarek opened this Issue Mar 8, 2015 · 4 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by marmarek on 10 Jan 2012 12:50 UTC
On Fedora 15 updates are installed automatically, without even noticing the user. This is senseless in AppVM...

This can be turned off by gpk-prefs, but need to be done somehow during template building.

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

@marmarek marmarek self-assigned this Mar 8, 2015

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 10 Jan 2012 23:34 UTC
Found a way to check and disable it. As user (!):

$ dconf read /org/gnome/settings-daemon/plugins/updates/auto-update-type
'security'
$ dconf write /org/gnome/settings-daemon/plugins/updates/auto-update-type "'none'"

Don't know how to do it system-wide... Above procedure done at template installation phase will not cover eg DispVM (which has no real /home/user).

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 10 Jan 2012 23:34 UTC
Found a way to check and disable it. As user (!):

$ dconf read /org/gnome/settings-daemon/plugins/updates/auto-update-type
'security'
$ dconf write /org/gnome/settings-daemon/plugins/updates/auto-update-type "'none'"

Don't know how to do it system-wide... Above procedure done at template installation phase will not cover eg DispVM (which has no real /home/user).

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 13 Jan 2012 20:05 UTC
Ok, found how to override default value for it (defined in GSettings schema file).

This "feature" is extremely annoying when using slow Internet connection and all of your AppVM starts to download updates at the same time...

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 13 Jan 2012 20:05 UTC
Ok, found how to override default value for it (defined in GSettings schema file).

This "feature" is extremely annoying when using slow Internet connection and all of your AppVM starts to download updates at the same time...

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 14 Jan 2012 01:03 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 14 Jan 2012 01:03 UTC

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 15 Jan 2012 03:52 UTC
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=f581fad6fd000335d76e4d91d1f0e1a1c32e6c1d

This will work only for fresh install/new AppVMs. For already existing one should call above dconf command manually, or use gpk-prefs.

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 15 Jan 2012 03:52 UTC
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=f581fad6fd000335d76e4d91d1f0e1a1c32e6c1d

This will work only for fresh install/new AppVMs. For already existing one should call above dconf command manually, or use gpk-prefs.

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