devcontainers / devcontainers/features

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

オープン
#552 コメント 6 件 リアクション 0 件 担当者 1 名 @alexander-smolyakov が担当を希望しています GitHub で見る
主要言語
Shell
スター
1.5k
フォーク
621
平均マージ
6日 53分
マージ済み PR(30日)
9

説明

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 :)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。