I have this problem with Ubuntu 16.04 LTS. All programs and all menus have black boarders and Terminal is displayed black:
The problem appeared after installing Katoolin tool and installing all Kali Tools.
I have this problem with Ubuntu 16.04 LTS. All programs and all menus have black boarders and Terminal is displayed black:
The problem appeared after installing Katoolin tool and installing all Kali Tools.
I solved the problem by removing xserver-xorg-video-intel
using the command:
sudo apt-get remove xserver-xorg-video-intel
I solved this problem by using the following procedure. As the terminal was completely black and it was not possible to type the command in the terminal. Thus to enter the command, first press
ctrl+alt+F5
to go to the command line mode and then type the below mentioned command.
sudo apt-get dist-upgrade
I seem to have this problem too, I think is due to adding Kali respiratory and updating your system, https://github.com/LionSec/katoolin on this page it gives you a clear warning not to update your system with Kali still in it. "Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem." So just remove it, run an update restart and it works fine.