2

As shown in the image below, all the access points above the connected network are unused.

enter image description here

I want to remove this unused entries from the menu indicator. And I have already tried the solution explained here. The solution works perfectly fine until I log in again. The entries reappear after new login. I want these things to be permanently removed from the machine. Thanks in advance

Solution as per popular demand :)

This problem was so annoying that I decided to demolish the OS. But before that I decided to 'grep' the directories in doubt in the root. And surprise.... there they are in the bluetooth directory (/var/lib/bluetooth/-device_name-/names). After removing them from the bluetooth devices, the ghosts in the network indicator disappeared. Thus the peace restored.

theDistantStar
  • 253
  • 1
  • 3
  • 9

1 Answers1

2

This problem was so annoying that I decided to demolish the OS. But before that I decided to 'grep' the directories in doubt in the root. And surprise.... there they are in the bluetooth directory (/var/lib/bluetooth/-device_name-/names). After removing them from the bluetooth devices, the ghosts in the network indicator disappeared. Thus the peace restored.

theDistantStar
  • 253
  • 1
  • 3
  • 9
  • Could you please also add the above solution to the original question that helped you too? ;-) – Fabby Feb 17 '15 at 06:37