Xwaylandコマンドラインオプションの詳細情報はどこにありますか?

Xwaylandコマンドラインオプションの詳細情報はどこにありますか?

私のgnome-sessionはXwayland私が見つけることができるインスタンスを起動します。

$> pgrep -a Xwayland
995 /usr/bin/Xwayland :0 -rootless -terminate -accessx -core -listen 4 -listen 5 -displayfd 6

これはかなり多くのコマンドラインオプションが利用可能であることを示しています。

次の助けを借りて助けることができます。

$> Xwayland -help 2>&1 | grep -e 'rootless\|terminate\|accessx\|core\|listen\|displayfd'
-core                  generate core dump on fatal error
-displayfd fd          file descriptor to write display number to when ready to connect
-nolisten string       don't listen on protocol
-listen string         listen on protocol
-pn                    accept failure to listen on all ports
-nopn                  reject failure to listen on all ports
-terminate             terminate at server reset
[+-]accessx [ timeout [ timeout_mask [ feedback [ options_mask] ] ] ]
                       enable/disable accessx key sequences
-rootless              run rootless, requires wm support
-listen fd             add give fd as a listen socket

しかし、これ以上の洞察力はありませんman Xwayland

Xwaylandの使用オプションに関する詳細情報を見つけることができます。議論された内容に類似このgithubの問題私の目標/意図は、アプリケーションのGUI部分を分離/サンドボックス化する目的でXwaylandの別のインスタンスを起動できることです(この部分はすでに別のものuid guiとlinuxを使用してサンドボックス化されていますnamespaces)。

ベストアンサー1

おすすめ記事