When I open my app in nohup mode, it does not call terminal.
Unsolved
General and Desktop
-
When I open my app in nohup mode, it does not call terminal.
How to fix that?
cd /home/supernova/build-App-Desktop_Qt_6_2_4_GCC_64bit-Prod && nohup ./App -
@JacobNovitsky What does, "does not call terminal" mean?
Running something with nohup as you have done will mean it neither reads from nor writes to the shell it was launched from (if there was one).