diff --git a/etc/skel/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop b/etc/skel/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop deleted file mode 100644 index 4ddd8406..00000000 --- a/etc/skel/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=Fix bug duplicated launcher in xfce4-panel -Exec=/usr/share/kali-themes/fix-duplicated-xfce-panel-launcher.sh -OnlyShowIn=XFCE; -RunHook=1 -StartupNotify=false -Terminal=false diff --git a/share/kali-themes/fix-duplicated-xfce-panel-launcher.sh b/share/kali-themes/fix-duplicated-xfce-panel-launcher.sh deleted file mode 100755 index e451eb91..00000000 --- a/share/kali-themes/fix-duplicated-xfce-panel-launcher.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Kill xfconf to force reading the modified configuration -pkill -9 xfconf - - -sed -i -zE 's|(\s+\1|' \ - ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml - -# Remove autorun file after first run -echo "Hidden=true" >> ~/.config/autostart/fix-duplicated-xfce-panel-launcher.desktop