2021年3月10日(水) 21:22 Gerd Hoffmann <kra...@redhat.com>: > > > > > + if (bundle) { > > > > > > Does this break about window if the executable is not in a bundle (like > > > when run from the command line after compiling)? Shouldn't you only put > > > the qemu_name in this if and have some default name if bundle is not > > > available (or fall back to argv[0] in that case? > > > > > > Regards, > > > BALATON Zoltan > > > > > > > No, it just doesn't show the application name. Everything else is fine. > > Having a fallback would still be nice, even if it is just the fixed > string "qemu". Starting a fresh build without installing it first is > common while developing. > > take care, > Gerd >
It shows "QEMU emulator version %s" just below. Also, it can show the name even in a build tree without installing so it should be ok. Regards, Akihiko Odaki