flathub / com.vscodium.codium

https://flathub.org/apps/details/com.vscodium.codium
94 stars 19 forks source link

Add host-spawn to flatpak environment #277

Closed vtrenton closed 6 months ago

vtrenton commented 6 months ago

as per this issue: https://github.com/flathub/com.visualstudio.code/issues/315 using the setting configuration in the readme the shell will start with the following error:

bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

To fix this - the VSCode flathub put host-spawn in the flatpak: https://github.com/flathub/com.visualstudio.code/pull/375

This was not added in the codium flatpak it seems

suggestion

please add in host-spawn and update the project readme to use host-spawn as opposed to flatpak-spawn

vtrenton commented 6 months ago

closing in favor of existing issue: #255