GNOME Bugzilla – Bug 647587
bluetooth: pkill bit of code in status
Last modified: 2011-12-01 09:51:54 UTC
GLib.spawn_command_line_sync ('pkill -f "^bluetooth-applet$"'); It's gross, and unneeded, unless you're switching from a GNOME fallback session to the shell by hand.
It was needed when testing the Shell from GNOME 2.32. Of course it can be removed now (in 3.0.1 and above).
Created attachment 202436 [details] [review] status: Remove unneeded pkill call The bluetooth-applet is only started in the fallback session, not when running under the shell.
Review of attachment 202436 [details] [review]: Sure
Attachment 202436 [details] pushed as 10df80b - status: Remove unneeded pkill call