Steps taken:

Completed a fresh installation of Kali 1.1 AMD64 from installation disc on HDD with GDM. Added bleeding edge repos after install, created new sudo user, and created a keyboard shortcut in System Settings for root user.

Today, I added the new sana repositories to etc/apt/sources.list, then ran
Code:
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
to upgrade to Kali 2.0

Reboot after upgrade and the "Settings" menu that was previously under Applications -> System Tools -> Preferences -> System Settings is no longer accessible on Kali 2.0 upgrade.

Ran
HTML Code:
apt-get install kali-linux-full
then rebooted, and still no Settings menu.

Can someone please help me resolve this?

Here is sources.list:

Code:
$ cat /etc/apt/sources.list
# 

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150312-17:50]/ kali contrib main non-free

#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150312-17:50]/ kali contrib main non-free

deb http://http.kali.org/kali moto main non-free contrib
deb-src http://http.kali.org/kali moto main non-free contrib

deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free

deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

deb http://security.kali.org/ moto/updates main contrib non-free
deb-src http://security.kali.org/ moto/updates main contrib non-free
deb http://ppa.launchpad.net/noobslab/themes/ubuntu oneiric main 
deb http://ppa.launchpad.net/alecive/antigone/ubuntu oneiric main 

# Bleeding Edge 
deb http://repo.kali.org/kali kali-bleeding-edge main
Thanks,
drag0n