Skip to content

Commit

Permalink
fix: disable plasma-welcome in livesys
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 20, 2023
1 parent 706dd0a commit 29034fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions katsu/modules/kde/kde-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ 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 plasma-discover-notifier"
cp -a /etc/xdg/autostart/org.kde.plasma-welcome.desktop /home/liveuser/.config/autostart/
echo 'Hidden=true' >> /home/liveuser/.config/autostart/org.kde.plasma-welcome.desktop
# Disable baloo
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
[Basic Settings]
Expand Down

0 comments on commit 29034fd

Please sign in to comment.