Files
ToolDisks_ISO-Kiosk/config/hooks/normal/0091-remove-unwanted-icons.hook.chroot

9 lines
397 B
Bash

#!/bin/bash
#Hide mail button in application menu
sed -i -e 's/OnlyShowIn/NotShowIn/g' /usr/share/applications/xfce4-mail-reader.desktop
#Hide 'Thunar bulk rename' button in application menu
echo "NotShowIn=XFCE;" >> /usr/share/applications/thunar-bulk-rename.desktop
#Hide 'Thunar bulk rename' button in application menu
echo "NotShowIn=XFCE;" >> /usr/share/applications/display-im6.q16.desktop