How is script of Bash separating, closing itself from a launching of executable binary in fork, ie. form eg. $ sed & exit at the very beginning of Bash launched itself on a terminal launcher (eg. Xfce)
xfce4-terminal --execute bash --rcfile ini.sh
That's not work, this issue may be only rare on specific case of: binary executed by binary , i.e. Wine use
Done in no script, of course as usual, will work
$ cat ini.sh
cd /home/$USER/.wine/drive_c/shamela4; LC_ALL=ar_SA.UTF-8 wine64 app/win/64/bin/shamela.exe & exit
nor with ... &{ sleep 17; exit ;}
it'll close altogether the Bash and the running executable binaries else
Please shed a light what actually is going on t
...& disown
. Please see https://askubuntu.com/a/1460233 – Raffa Dec 09 '23 at 16:25