Jocelyn Le Sage

Results 1410 comments of Jocelyn Le Sage

You can try to check if the issue is with your application by installing and running something like `xterm` and verify if pasting into it is working. Else, you can...

This seems to be related to the app itself. For example, the behaviour you describe with xterm is the same when running the app in a native Ubuntu environment.

Yes it could be possible. But I see that there is an official one: https://hub.docker.com/r/tinymediamanager/tinymediamanager. Did you try it? Or you would prefer something based on Alpine and with the...

There is also this one, which uses my base image: https://hub.docker.com/r/romancin/tinymediamanager

FYI, it would be harder make a "clean" Docker container for tinyMediaManager, because of this: https://gitlab.com/tinyMediaManager/tinyMediaManager/-/issues/1706

It's working because the whole software is running from `/config`, instead of being part of the image.

Well everything written to the image is lost when the container is re-created (e.g. when updating the image or when changing the container config). So I personally like to make...

I'm not sure to understand how you would like to change `DISPLAY_WIDTH` and `DISPLAY_HEIGHT` while the container is running. Could you provide an example ?

And how you communicate the resolution to the container once you have it?

Sorry, I'm still not sure to fully understand what you are explaining... But if I modify `/var/run/s6/container_environment/DISPLAY_WIDTH` and then run `killall Xvfb`, the new width is applied. Could you have...