After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647587 - bluetooth: pkill bit of code in status
bluetooth: pkill bit of code in status
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-12 18:01 UTC by Bastien Nocera
Modified: 2011-12-01 09:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
status: Remove unneeded pkill call (963 bytes, patch)
2011-11-30 12:43 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2011-04-12 18:01:34 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.
Comment 1 Giovanni Campagna 2011-04-12 18:38:46 UTC
It was needed when testing the Shell from GNOME 2.32. Of course it can be removed now (in 3.0.1 and above).
Comment 2 Bastien Nocera 2011-11-30 12:43:18 UTC
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.
Comment 3 Florian Müllner 2011-11-30 12:53:45 UTC
Review of attachment 202436 [details] [review]:

Sure
Comment 4 Bastien Nocera 2011-12-01 09:51:51 UTC
Attachment 202436 [details] pushed as 10df80b - status: Remove unneeded pkill call