This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch master in repository fedora-kickstarts.
from a96164b MATE: mark installer launcher as executable on live image new 021225b remove plasma-pk-updates from live environment
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-live-kde-base.ks | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch master in repository fedora-kickstarts.
commit 021225b76d46b1e8d3715436f20825cde898b28e Author: mattdm mattdm@mattdm.org Date: Fri Jun 30 15:30:09 2017 +0000
remove plasma-pk-updates from live environment
Should fix blocker bug https://bugzilla.redhat.com/show_bug.cgi?id=1436873 (Previous code here did not work.) --- fedora-live-kde-base.ks | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks index 3934d85..921f47e 100644 --- a/fedora-live-kde-base.ks +++ b/fedora-live-kde-base.ks @@ -55,11 +55,9 @@ 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/plasma/plasmoids/org.kde.plasma.pkupdates/metadata.desktop \ - /usr/share/kservices5/plasma-applet-org.kde.plasma.pkupdates.desktop +# Disable plasma-pk-updates (bz #1436873 and 1206760) +echo "Removing plasma-pk-updates package." +rpm -e plasma-pk-updates
# Disable baloo cat > /home/liveuser/.config/baloofilerc << BALOO_EOF