[gnome-shell] status: Remove unneeded pkill call



commit 10df80b96a6c13ac60a620884509c4416f8c88b6
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 30 13:42:24 2011 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index b95c8e3..126fd3d 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]