Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-05-15 21:23:07 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-05-15 22:33:53 (GMT)
commitfe7f9be7605469f60d85fdb77424b011132228a5 (patch)
treee58d75b544871991405a8390f840ceb81d844784
parentfa8bfa3e88ee337ffcfd602d0e6b256fbbb8b636 (diff)
base: disable tracker autostart (if installed)
This has crept in, and I think its unwanted.
-rw-r--r--modules/base/kspost.10.core.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index e17f564..7489a77 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -236,6 +236,11 @@ sed -i -e 's/EnableWattsUpPro=true/EnableWattsUpPro=false/' \
-e 's/IgnoreLid=false/IgnoreLid=true/' \
/etc/UPower/UPower.conf
+# Tracker has snuck in and is autostarted by default.
+# I don't think we want this.
+# https://bugzilla.redhat.com/show_bug.cgi?id=821952
+rm -f /etc/xdg/autostart/tracker*.desktop 2>/dev/null
+
# work around systemd bug preventing / being safely handled on shutdown (#11766)
# https://bugs.freedesktop.org/show_bug.cgi?id=49447
cat >> /lib/systemd/system-shutdown/olpc_shutdown.sh <<EOF