PDA

View Full Version : GNOME Settings Menu Disappeared After Kali 2.0 AMD64 Upgrade on HDD



drag0n
2015-08-14, 23:44
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
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
apt-get install kali-linux-full then rebooted, and still no Settings menu.

Can someone please help me resolve this?

Here is sources.list:


$ 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

anthony
2015-09-01, 01:23
Hello, to solve this issue you have to install gnome control center by typing this: sudo apt-get install gnome-control-center
and the settings will appear again.

Hope it helps ;)

G3Cube
2016-10-07, 09:35
Certainly helped me, thanks, anthony.