So I am well aware of nohup and suffixing commands with & to ensure that they go into the background.
However if I run a graphical application - sometimes using neither seems to do the job. So what can I prefix a program/command with to ensure that it keeps running after the terminal is closed?