diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index b95c8e3a3..126fd3df6 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -30,7 +30,6 @@ const Indicator = new Lang.Class({ _init: function() { this.parent('bluetooth-disabled', null); - GLib.spawn_command_line_sync ('pkill -f "^bluetooth-applet$"'); this._applet = new GnomeBluetoothApplet.Applet(); this._killswitch = new PopupMenu.PopupSwitchMenuItem(_("Bluetooth"), false);