People think that children may break system too easily via systemsettings5 from favourites.master
parent
ad5cf3bde7
commit
9eb5dda88d
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
f=/usr/share/kf5/plasma/plasmoids/org.kde.plasma.kicker/contents/config/main.xml |
||||
if ! grep -q "$f"; then exit 0; fi |
||||
orig_line="$(xml_grep --cond "[@name='favoriteApps']" "$f" | grep -oPm1 "(?<=<default>)[^<]+")" |
||||
sed -i'.rpmsave' -e "s@${orig_line}@org.kde.dolphin.desktop,chromium.desktop@g" "$f" |
Loading…
Reference in new issue