#791 kde: disable plasma-discover-notifier on live image
Merged 3 years ago by kevin. Opened 3 years ago by rdieter.
rdieter/fedora-kickstarts f34  into  f34

file modified
+4 -3
@@ -55,9 +55,10 @@ 

  Driver=QSQLITE3

  AKONADI_EOF

  

- # Disable plasma-pk-updates (bz #1436873 and 1206760)

- echo "Removing plasma-pk-updates package."

- rpm -e plasma-pk-updates

+ # "Disable plasma-discover-notifier"

+ mkdir -p /home/liveuser/.config/autostart

+ cp -a /etc/xdg/autostart/org.kde.discover.notifier.desktop /home/liveuser/.config/autostart/

+ echo 'Hidden=true' >> /home/liveuser/.config/autostart/org.kde.discover.notifier.desktop

  

  # Disable baloo

  cat > /home/liveuser/.config/baloofilerc << BALOO_EOF

Migrate snippet from plasma-pk-updates to plasma-discover-notifier

(cherry picked from commit 0b624bc)

https://bugzilla.redhat.com/show_bug.cgi?id=1939751

Not tested, but LGTM, :thumbsup:

Pull-Request has been merged by kevin

3 years ago
Metadata