[Fedora-spins] [spin-kickstarts] kde: Disable plasma-pk-updates on live image

Rex Dieter rdieter at fedoraproject.org
Tue May 5 17:06:53 UTC 2015


commit 5a5764090aba55b46a0a13184f6e4b23e414b201
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue May 5 12:01:20 2015 -0500

    kde: Disable plasma-pk-updates on live image
    
    See also saga at:
    https://bugzilla.redhat.com/show_bug.cgi?id=1206760

 fedora-live-kde-base.ks |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index dda4e22..f4d3219 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -80,6 +80,11 @@ cat > /home/liveuser/.config/akonadi/akonadiserverrc << AKONADI_EOF
 Driver=QSQLITE3
 AKONADI_EOF
 
+# Disable plasma-pk-updates
+sed -i \
+    -e "s|^X-KDE-PluginInfo-EnabledByDefault=true|X-KDE-PluginInfo-EnabledByDefault=false|g" \
+    /usr/share/kservices5/plasma-applet-org.kde.plasma.pkupdates.desktop
+
 # Disable baloo
 cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
 [Basic Settings]


More information about the spins mailing list