I can build the release without any issues to create TodoApp-1.1.0-linux-x86_64.run, which, when run, will install TodoApp at ~/TodoApp and run it smoothly.
However, if I close the app and then try to reopen it by clicking on the desktop icon or executing it from ~/TodoApp, I don't get the window to open. To resolve this, I need to execute pkill -f TodoApp, and after a few seconds, TodoApp will start successfully. But, if I close it again, we will encounter the same issue.
$ uname -a
Linux laptop 5.15.0-102-generic #112-Ubuntu SMP Tue Mar 5 16:50:32 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
I can build the release without any issues to create
TodoApp-1.1.0-linux-x86_64.run, which, when run, will install TodoApp at~/TodoAppand run it smoothly.However, if I close the app and then try to reopen it by clicking on the desktop icon or executing it from
~/TodoApp, I don't get the window to open. To resolve this, I need to executepkill -f TodoApp, and after a few seconds, TodoApp will start successfully. But, if I close it again, we will encounter the same issue.