Hello,

Running the update to Kali 2.0

Code:
cat << EOF > /etc/apt/sources.list
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
EOF

apt-get update
apt-get dist-upgrade
I got an error

Code:
Setting up gdm3 (3.14.1-7) ...
basename: missing operand
Try 'basename --help' for more information.
dpkg: error processing package gdm3 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 gdm3
E: Sub-process /usr/bin/dpkg returned an error code (1)
I think that all the other packages downloaded and installed.

The graphical interface runs, but not sure if it is fully functional (for example the terminal is not transparent when I open it sometimes but then I minimize it or open another window and then the terminal is transparent).

Code:
gdm3 --version
gives

Code:
GDM 3.14.1

I searched google for this problem, but did not find anything to fix this so far.

Maybe someone here has run into this issue or knows how to fix it ?


kvadrat