summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-28 14:46:03 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-28 14:46:17 +0100
commit41cc9525cb6b402c41e4edb52fa70ce7bf4e9748 (patch)
tree736a05f5d8b352cedd8d6019ac79f95f14350d6a /etc
parent76e85fc60f1d786acf1b1f6e8deb8ad8ccf3f04a (diff)
Do not create the desktop-files.db database by default
This only ever saved a subset of desktop information. This kind of thing is better served with AppStream metadata. We couldn't actually rely on all applications being installed using PackageKit.
Diffstat (limited to 'etc')
-rw-r--r--etc/PackageKit.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index 561b07754..1bf79eadb 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -74,7 +74,7 @@ TransactionCreateCommitTimeout=300
[Plugins]
# Scan installed desktop files when we update or install packages
-ScanDesktopFiles=true
+ScanDesktopFiles=false
# Update the package cache on PackageKit transactions
UpdatePackageCache=false