First post, by Papa Oz
I run dosbox under linux Mint XFCE. It runs fine and my program runs fine under it.
I created a .conf file specifically for my program. It works correctly when I start from a terminal, i.e.
dosbox -conf ~/.dosbox/specificconffile.conf
But when I put that same incantation into a linux launcher the -conf directive is ignored and the default config file is used.
I have tried specifying various working directories in the launcher without any luck. I tried with and without telling the launcher to "run in terminal", also no joy.
I guess I could just run from terminal but if I could get a launcher to work it would be nice.
Any help?