#415 closed defect (fixed)

Disable automatic updates on FC15

Reported by: marmarek Owned by: marmarek
Priority: major Milestone: Release 1 Beta 3
Component: core Keywords:
Cc:

Description

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.

Change History (4)

comment:1 Changed 17 months ago by marmarek

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).

comment:2 Changed 17 months ago by marmarek

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...

comment:3 Changed 17 months ago by marmarek

  • Status changed from new to accepted

comment:4 Changed 17 months ago by marmarek

  • Resolution set to fixed
  • Status changed from accepted to closed

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.

Note: See TracTickets for help on using tickets.