Using kali linux on raspberry pi 4 but wireshark does not work with tightvnc server... According to this issue report, it's the issue with Qt
Version of Kali linux I'm using:
$ cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION="2023.1"
VERSION_ID="2023.1"
VERSION_CODENAME="kali-rolling"
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
$ sudo apt install tighervnc-standalone-server
$ cat /etc/systemd/system/vnc-server.service [Unit] Description=VNC Server [Service] ExecStart = sudo -u kali vncserver -geometry 1440x900 :1 -localhost=0 ExecStop = sudo -u kali vncserver -kill :1 Type = forking [Install] WantedBy = multi-user.target