Notice the height value in each script. In lite-remover height=700, in lite-software height=730. I wonder if the added height is causing the font to change? This is only a guess, I haven't tested anything.
/usr/scripts/lite-remover
selection=$(zenity --window-icon="$ic" --list --radiolist --width=880 --height=700 --column="Select" --column="Name" --column="Category" \
/usr/scripts/lite-software
selection=$(zenity --window-icon="$ic" --list --checklist --width=880 --height=730 --column="Select" --column="Name" --column="Category" \
Here are the dates on the scripts on my laptop for comparison:
scott@laptop:~$ head /usr/scripts/lite-software | grep Date
# Date: September 17th, 2014
scott@laptop:~$ head /usr/scripts/lite-remover | grep Date
# Date: Aug 27th, 2014
/usr/scripts/lite-remover
selection=$(zenity --window-icon="$ic" --list --radiolist --width=880 --height=700 --column="Select" --column="Name" --column="Category" \
/usr/scripts/lite-software
selection=$(zenity --window-icon="$ic" --list --checklist --width=880 --height=730 --column="Select" --column="Name" --column="Category" \
Here are the dates on the scripts on my laptop for comparison:
scott@laptop:~$ head /usr/scripts/lite-software | grep Date
# Date: September 17th, 2014
scott@laptop:~$ head /usr/scripts/lite-remover | grep Date
# Date: Aug 27th, 2014
![[Image: q7j1yAl.png]](http://i.imgur.com/q7j1yAl.png)