mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
Disable plasma-welcome on KDE lives for F37
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>
This commit is contained in:
parent
6fbeb2efb0
commit
dc9e3b2cea
@ -67,6 +67,10 @@ mkdir -p /home/liveuser/.config/autostart
|
|||||||
cp -a /etc/xdg/autostart/org.kde.discover.notifier.desktop /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
|
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
|
# Disable baloo
|
||||||
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
|
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
|
||||||
[Basic Settings]
|
[Basic Settings]
|
||||||
|
Loading…
Reference in New Issue
Block a user