-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"bash: cannot set terminal process group (-1): Inappropriate ioctl for device" when open Visual Studio Code integrated terminal #315
Comments
I get this too but the terminal works just fine. Does your terminal work? |
You need a new pty to avoid the controlling terminal issue. This can be achieved with script.
|
host-spawn is even better. |
For some reason, your solution makes the /usr/bin directory different in the spawned shell, compared to the hosts /usr/bin directory, so not every command works |
the issue is fixed, but can't run some command properly |
I concur, host-spawn is a better solution. Here's a simple config:
|
Linux distribution and kernel version
Arch Linux x86_64
5.17.7-arch1-1
Flatpak version
Flatpak 1.12.7
Description of the problem
When I configure the integrated terminal according to the flatpak_warning.txt in the config file located in
~/.var/app/com.visualstudio.code/config/Code/User/settings.json
I get the following message every time I open the integrated terminal
The text was updated successfully, but these errors were encountered: