packagekit/etc/PackageKit.conf.in

63 lines
1.6 KiB
Plaintext

# Only the system administrator should modify this file, ordinary users
# should not have to change anything.
[Daemon]
# Should we log transactions to the database.
#
# default=yes
TransactionLogging=true
# Use NetworkManager where available. If disabled, then NM state will be ignored.
#
# default=yes
UseNetworkManager=true
# If NetworkManager is not available, then use the presence of a default
# route to indicate a viable network connection.
# If disabled, and no NM, then the network is assumed to be always online.
#
# default=yes
UseNetworkHeuristic=true
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
#
# default=300
ShutdownTimeout=300
# Unlock the backend after this many seconds idle.
#
# default=5
BackendShutdownTimeout=5
# Default backend, as chosen in the configure script. This will be used where
# no --backend="foo" option is given to the daemon.
#
# default=@defaultbackend@
DefaultBackend=@defaultbackend@
# Proxy settings, uncomment as required
#
# NOTE: PackageKit does not use these settings, they are passed to backends.
# Backends may ignore these values, or they may be updated from the session.
#
# They are in the format username:password@server:port
#
# ProxyHTTP=username:password@server.lan:8080
# ProxyFTP=server.lan:21
# Scan the desktop files when we do RefreshCache
#
# NOTE: Don't enable this for backends that are slow doing SearchFile()
#
# default=true
RefreshCacheScanDesktopFiles=true
# Update the package list when we RefreshCache
#
# NOTE: Don't enable this for backends that are slow doing GetPackages()
#
# default=true
RefreshCacheUpdatePackageList=true