[queen-beecon-header] version=1,000000 checksum=1258816 [queen-beecon-exported-command] title=KFZ command=if [ "$QBW_EXEC_REASON" == "QBW_STARTUP_UPDATE" ];then echo "ON";exit 0;fi;if [ "$QBW_CURRENT_RESULTS_TEXT" == "ON" ];then echo "OFF";dbus-send --session --dest=com.nokia.profiled --type=method_call /com/nokia/profiled com.nokia.profiled.set_profile string:"KFZ" && dbus-send --session --dest=com.nokia.HildonDesktop.AppMgr --type=method_call /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:openmediaplayer && dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"KFZ Profil eingestellt. Hierdurch wird jeder Anruf nach 5 Sekunden automatisch angenommen und auf dem Lautsprecher ausgegeben. Desweiteren öffnet sich der OpenMediaPlayer!";exit 1; else echo "ON";dbus-send --session --dest=com.nokia.profiled --type=method_call /com/nokia/profiled com.nokia.profiled.set_profile string:"general" && dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Allgemeines Profil wieder hergestellt.";exit 0;fi;