k0gen / webtop-startos

GNU General Public License v3.0
0 stars 2 forks source link

Cannot install many/larger proot apps #5

Open dflat1 opened 2 weeks ago

dflat1 commented 2 weeks ago

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

k0gen commented 2 weeks 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. Screenshot 2024-08-29 at 08 30 29