Open dflat1 opened 3 months ago
Confirmed, but the issue with the GUI window opening and then quickly closing is likely not related to shared memory. There is plenty of memory available so it doesn't seem to be the root cause here.
To test this, I installed VLC using proot-apps install vlc
, and it appears to be working as expected. The problem might be related to something else.
I tried to install the proot gui (
proot-apps install gui
) but the GUI window opened and the quickly closed. I believe this can be fixed by increasing the shared memory for the docker container. In docker-compose, this would be with:shm_size: "2gb"
or from
docker run
:--shm_size="2gb"
Can the shared memory be increased for this docker container to allow running larger apps?
[1] https://github.com/linuxserver/proot-apps?tab=readme-ov-file#hello-world