Description: Modify the default value for check_on_startup to false. This prevents an privacy/information disclosure unless the user explicitly opts-in for the update check. Forwarded: not-needed Origin: vendor Author: tony mancill --- a/src/gpodder/config.py +++ b/src/gpodder/config.py @@ -93,7 +93,7 @@ # Software updates from gpodder.org 'software_update': { - 'check_on_startup': True, # check for updates on start + 'check_on_startup': False, # check for updates on start 'last_check': 0, # unix timestamp of last update check 'interval': 5, # interval (in days) to check for updates }, 061b480fe13dd5d5d0ed31160130'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/asus-c201.tmpl
AgeCommit message (Expand)Author
2022-12-16system: examples: Add mode prop line....* gnu/system/examples/asus-c201.tmpl: Add a mode prop line. * gnu/system/examples/bare-bones.tmpl: Likewise. * gnu/system/examples/beaglebone-black.tmpl: Likewise. * gnu/system/examples/desktop.tmpl: Likewise. * gnu/system/examples/docker-image.tmpl: Likewise. * gnu/system/examples/lightweight-desktop.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. * gnu/system/examples/vm-image.tmpl: Likewise. Maxim Cournoyer