devcontainers / devcontainers/features

[desktop-lite] XFCE4 Terminal fails on Debian 12 Bookworm

Ouverte
#552 6 commentaires 0 réactions 1 personne assignée Réclamée par @alexander-smolyakov Voir sur GitHub
Langage dominant
Shell
Étoiles
1.5k
Forks
621
Merge moyen
6 j 53 min
PR mergées (30 j)
9

Description

On Debian 12 Bookworm, the XFCE4 terminal fails to load inside of NoVNC (using the `desktop-lite` feature):

```
Failed to fdwalk: Operation not permitted
```

I’m not 100% sure about the cause (discussed further in mviereck/x11docker#346), but there’s some interaction occurring on systems which use `vte3>=0.63.91`. The workaround for now is to add the following to your `runArgs` in `devcontainer.json`:

```json
{
"runArgs": ["--security-opt", "seccomp=unconfined"]
}
```

I’m not 100% sure what the best call for this repo should be (maybe moving away from `xfce4-terminal`?), but I figured I’d report the issue and include a workaround in case anyone else runs into this :)

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.