mapeditor/tiled



Do you want to work on this issue?
You can request for a bounty in order to promote it!
Outdated docs information RE running exports from the command line on Linux #3446
wolfboyft posted onGitHub
https://doc.mapeditor.org/en/stable/manual/export/ says
"When exporting on the command-line on Linux, Tiled will still need an X server to run. To automate exports in a headless environment, you can use a headless X server such as Xvfb. In this case you would run Tiled from the command-line as follows:
xvfb-run tiled --export-map ..."
But someone was able to use such a command on Linux without any X server command, so the docs are outdated.
Also, I had to discover the source/destination format for --export-map by guessing, that should be written down.