从终端打开适用于 Linux 的 Windows 子系统中的应用程序时,我收到此错误消息:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-adduser'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
有任何想法吗?
从终端打开适用于 Linux 的 Windows 子系统中的应用程序时,我收到此错误消息:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-adduser'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
有任何想法吗?
Wireshark 需要 GUI 才能在 WSL 中运行,因此最好使用 tshark 的终端版本
https://www.wireshark.org/docs/man-pages/tshark.html
通过在 Windows 级别以管理员身份运行 bash 然后执行命令来安装:
sudo apt-get install tshark