Force AppImage launch in a terminal

Hello,

i am trying to build an AppImage for my project which is headless and should run in a terminal (no gui), all is going well except that when the AppImage is launched it goes silently in background, is there any standard ways to force the AppImage to launch in a terminal ?

Thanks by advance.

Did you try

Terminal=true

in the desktop file?

Yes, however it just run in background silently without opening any terminal.

Here is my AppRun

and desktop file :

To force it to run in a terminal, you could e.g., have an AppRun script that would run your application in xterm.