uncor3
uncor3
@zoe-vb Have you been able to figure out ? I went with steps [here](https://github.com/SoMainline/linux-apple-resources/blob/master/HOWTO.md) but it didn't work I even tried very old versions of pongoOS nothing seems to work...
@code-asher I believe that the issue is related to this https://github.com/coder/code-server/blob/de65bfc9477f61bc22d0b1a23085d1f18bb25202/src/node/wrapper.ts#L9 I ran into this issue in ISH Shell (ios unix like terminal app) which i fixed by increasing the...
@code-asher I will submit a PR for updated IOS docs but currently trying to figure out how to run this outside of ish shell with a jailbroken device so that...
Update, tried [these](https://github.com/SoMainline/linux-apple-resources/blob/master/HOWTO.md) steps but didn't work
Latest release as of now is v0.19.0 and this bug still exists
Ty for your util workaround @Saissaken > I wonder—isn't this a common use case in any app with relationships? Yes it is. I do not understand how it's not implemented...
Thanks for responding. I think i got misunderstood. I need the polyfills in some of my dependencies but others do not like it(issue explained in my first comment), is there...
Maybe you can help @mexmer ?
@nikias if i pass ` "--filesystem=/var/run/usbmuxd:rw"` i get this ``` - flatpak run --log-session-bus --log-system-bus com.idescriptor.idescriptor bwrap: Can't make symlink at /var/run: existing destination is ../run ``` ` --filesystem=/run/usbmuxd:rw` works...
here is all the updated args @nikias ```json "finish-args": [ "--socket=x11", "--share=ipc", "--socket=pulseaudio", "--share=network", "--device=all", "--filesystem=/run/usbmuxd:rw", "--filesystem=/var/lib/lockdown:rw", "--filesystem=/run/udev:ro", "--system-talk-name=org.freedesktop.Avahi", "--talk-name=org.libimobiledevice.usbmuxd", "--system-talk-name=org.libimobiledevice.usbmuxd", "--system-talk-name=org.freedesktop.login1", "--system-talk-name=org.freedesktop.NetworkManager", "--system-talk-name=org.freedesktop.systemd1", "--talk-name=org.freedesktop.Platform.ffmpeg-full", "--env=QT_MEDIA_BACKEND=ffmpeg", "--env=AVAHI_COMPAT_NOWARN=1", "--env=USBMUXD_SOCKET_ADDRESS=/run/usbmuxd" ] ```