#957 Disable plasma-welcome on KDE lives for F37
Merged a year ago by kevin. Opened a year ago by adamwill.
adamwill/fedora-kickstarts f37-disable-kde-welcome  into  f37

file modified
+4
@@ -67,6 +67,10 @@ 

  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 plasma-welcome for now

+ # Cf. https://bugs.kde.org/show_bug.cgi?id=466282

+ rm -f /etc/xdg/autostart/org.kde.plasma-welcome.desktop

+ 

  # Disable baloo

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

  [Basic Settings]

This is the same as https://pagure.io/livesys-scripts/c/bd45f85
but in kickstarts, because we don't use livesys-scripts in F37.
This is needed because the newer Plasma was sent to F37 as well,
so the F37 respin KDE live shows the welcome tour now:

https://openqa.fedoraproject.org/tests/1892872#step/desktop_notifications/16

it shouldn't do that, the tour should only be shown post-install.

Signed-off-by: Adam Williamson awilliam@redhat.com

Pull-Request has been merged by kevin

a year ago
Metadata