diff --git a/utils/system_daemon/daemon.cpp b/utils/system_daemon/daemon.cpp index 7dbbb0f8..c1aaf030 100644 --- a/utils/system_daemon/daemon.cpp +++ b/utils/system_daemon/daemon.cpp @@ -854,6 +854,7 @@ void Daemon::requestOpenShell() { PIByteArray ba; ba << int(ShellOpen); send(conn_name, ba); + executeQueued(this, "shResizeRequest"); }