Source: vte2.91 Version: 0.62.3-1 Severity: minor Tags: upstream X-Debbugs-Cc: nis.marten...@web.de
According to https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.spawn_sync spawn_sync is deprecated and one should use spawn_async instead. After trying to switch reportbug to calling spawn_async, I get this warning: (reportbug:22755): VTE-WARNING **: 21:37:42.462: (../src/vtepty.cc:811):void vte_pty_spawn_with_fds_async(VtePty*, const char*, const char* const*, const char* const*, const int*, int, const int*, int, GSpawnFlags, GSpawnChildSetupFunc, gpointer, GDestroyNotify, int, GCancellable*, GAsyncReadyCallback, gpointer): runtime check failed: ((spawn_flags & ignored_spawn_flags()) == 0) Is it necessary to emit this warning even if no special SpawnFlags are needed for the application?