convert_app2template: also remove the NotShowIn tags
This commit is contained in:
parent
4e7bf8d34c
commit
ae072ef77f
@ -22,6 +22,7 @@ sed -e "s/^\(Name.*\)=\(.*\)/\1=%VMNAME%: \2/" \
|
|||||||
grep -v "^Icon" | \
|
grep -v "^Icon" | \
|
||||||
grep -v "^TryExec" | \
|
grep -v "^TryExec" | \
|
||||||
grep -v "^OnlyShowIn" | \
|
grep -v "^OnlyShowIn" | \
|
||||||
|
grep -v "^NotShowIn" | \
|
||||||
grep -v "^Startup" >$DST
|
grep -v "^Startup" >$DST
|
||||||
|
|
||||||
echo X-Qubes-VmName=%VMNAME% >> $DST
|
echo X-Qubes-VmName=%VMNAME% >> $DST
|
||||||
|
Loading…
Reference in New Issue
Block a user