From 251b21e53580af6b48cb03974a50201eefa4788d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 30 Jun 2013 12:58:51 +0200 Subject: [PATCH] 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. --- rc/start.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc/start.lua b/rc/start.lua index 2056dd7..e60b142 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -62,8 +62,6 @@ os.execute(table.concat(execute, ";")) -- Spawn various X programs xrun("polkit-gnome-authentication-agent-1", "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1") -xrun("Bluetooth Applet", - "bluetooth-applet") xrun("pidgin", "pidgin -n") if config.hostname == "neo" then