diff options
author | Holger Paradies <retabell@gmx.de> | 2021-08-23 18:29:37 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-02-25 20:35:19 +0100 |
commit | f54edc2863bc8fc3154dba62383d5ee48dca25b5 (patch) | |
tree | f462e33ee2bc73ab5d6ce2f08dfc4abeabe07226 | |
parent | f0cfa2a55cf581cef7f34d259818c8a057f2e9f6 (diff) | |
download | kanotix-f54edc2863bc8fc3154dba62383d5ee48dca25b5.zip kanotix-f54edc2863bc8fc3154dba62383d5ee48dca25b5.tar.gz |
Plasma get rid of additional icons in taskbar.
-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 |