jupyterhub / jupyterhub/systemdspawner
isolate_devices seems to break Terminal functionality
Open
- Dominant language
- Python
- Stars
- 100
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am using the latest release of the `systemdspawner` with `systemd 232`.
When trying to open a New -> Terminal, it opens briefly in a new browser tab and then closes itself. I tracked down the problem to be in the
```python
c.SystemdSpawner.isolate_devices = True
```
setting. After disabling it, everything works as expected.
Kind regards,
Nikolay
Contributor guide
Assessment
This issue has not been assessed yet.