diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/03-speedfire-fixes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-speedfire-fixes b/config/chroot_local-hooks/03-speedfire-fixes index 871009d..8615d84 100755 --- a/config/chroot_local-hooks/03-speedfire-fixes +++ b/config/chroot_local-hooks/03-speedfire-fixes @@ -3,6 +3,12 @@ for file in /root/config/*; do [ -r $file ] && . $file; done if [ "$LB_DISTRIBUTION" = "bullseye" ]; then +# Remove 4 plasma icons added by taskmanager + +if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml ]; then + sed -i 's/applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred:\/\/filemanager,preferred:\/\/browser//' /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml +fi + # enable tapping mkdir -p /etc/X11/xorg.conf.d |