convert_app2template_for_templatevm.sh: convert all the appemenus, regradless of NotShowIn tags

pull/1/head
Joanna Rutkowska 13 years ago
parent 9ed81a8097
commit ab156b9fd0

@ -10,6 +10,7 @@ sed -e "s/^\(Name.*\)=\(.*\)/\1=%VMNAME%: \2/" \
grep -v "^Mime" | \
grep -v "^TryExec" | \
grep -v "^OnlyShowIn" | \
grep -v "^NotShowIn" | \
grep -v "^Startup" >$DST
#echo "Categories=%VMNAME%" >> $DST

Loading…
Cancel
Save