J’ai installé Kali linux avec termux et effectué toutes les commandes nécessaires pour créer l’environnement de bureau comme indiqué sur le site. Mais quand je lance l’environnement de bureau avec VNC Viewer cela m’affiche une page vierge. Comment faire ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Heya @df7036805b324c97867a9f7862c6eb,
Can you link the article you’ve used for the desktop environment?
Assuming you’ve correctly installed and configured Kali Linux on Termux, and correctly installed and set up a VNC Server such as TigerVNC, there could be a few things causing the blank screen. Here are some possible solutions:
Incorrect VNC Server Configuration:
Make sure the VNC Server is correctly set up to display the correct desktop environment (DE). If you’re using Xfce, your
~/.vnc/xstartup
file should look something like this:VNC Server/Client Resolution Issues:
If the resolution configured in your VNC Server doesn’t match that of your VNC Client, it could result in a blank screen. Try adjusting the resolution settings in both the Server and Client to make sure they match.
Insufficient Permissions:
Make sure that all the necessary files and folders have the correct permissions. Running
chmod +x ~/.vnc/xstartup
may solve the issue.Firewall or Security Settings:
If you’re trying to connect to the VNC Server from another device, there could be firewall or other network security settings preventing the connection. Try disabling any firewalls temporarily to see if this solves the issue.
Incorrect Desktop Environment Installation:
If none of the above solutions work, there might be an issue with your desktop environment installation. Try reinstalling it or try a different DE.
Additionally, if you can provide the steps you’ve used we might be able to better help and understand the situation.