I love using and developing for Linux, but it is no secret that distribution on Linux is a nightmare :)
Are there any recommendations or tips on how to package our submissions?
AppImages don't work on the most recent Ubuntu 23 out of the box, because they don't support FUSE3 and I *think* flatpaks have problems with joysticks in SDL2. In the past I just developed games on Linux and everyone who played them used Windows. The old school "everything is in a tar + bash wrapper that sets LD_LIBRARY_PATH" method is an option, but I don't know if that's actually good.