From 10df80b96a6c13ac60a620884509c4416f8c88b6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 30 Nov 2011 13:42:24 +0100 Subject: [PATCH] status: Remove unneeded pkill call The bluetooth-applet is only started in the fallback session, not when running under the shell. https://bugzilla.gnome.org/show_bug.cgi?id=647587 --- js/ui/status/bluetooth.js | 1 - 1 file changed, 1 deletion(-) 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);