Fixed
Both desktop menu entries failed on a fresh install. Renaming the launcher
from dw to va moved the binary and left Exec=dw pe and Exec=dw gui behind,
so clicking either one gave "Failed to execute child process dw (No such
file or directory)". They now name va pe and va gui, with a TryExec beside
them. Going through va rather than straight at pestudio and dwstudio is
deliberate: va sets QT_QPA_PLATFORM and GDK_BACKEND first, which is what
lets a plug-in's own editor embed.
The same rename left dw(1) in three man pages, "dw peload" in both package
descriptions, "./dw build" in the dependency installer, and a
"usage: dw render" in va itself.
build-deb.sh still excluded /dw from the source tarball, which since the
rename meant the built launcher was being shipped inside it.
The README and the Debian package description still told people to install
a vst-ace-i386 package that build-deb.sh no longer builds -- peload32 has
shipped in the main package since 0.1.0. va(1) claimed the i386 loader was
not built for Debian at all, when debian/rules now refuses to package
without it.