start: don't use Gnome Bluetooth applet.

Since Gnome 3.8, this is not a systray applet anymore. Thanks Gnome!
The best replacement is to install `bluez-tools` package which comes
with appropriate command-line tools to replace this applet.
This commit is contained in:
Vincent Bernat 2013-06-30 12:58:51 +02:00
parent 237fb09b7a
commit 251b21e535

View file

@ -62,8 +62,6 @@ os.execute(table.concat(execute, ";"))
-- Spawn various X programs -- Spawn various X programs
xrun("polkit-gnome-authentication-agent-1", xrun("polkit-gnome-authentication-agent-1",
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1") "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
xrun("Bluetooth Applet",
"bluetooth-applet")
xrun("pidgin", "pidgin -n") xrun("pidgin", "pidgin -n")
if config.hostname == "neo" then if config.hostname == "neo" then