View Single Post
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#47
I updated the semi-automation for maebble so it is even easier to start from the desktop as well as launching in a terminal with diagnostic information which you can close to easily kill the daemon. Also pops up a banner to tell you the daemon launcher script has started.
Eventually once this is stable I hope to figure out more dbus for the launcher so it gets a cute notification area paired bx with a disconnect button and maybe a daemon launcher which launches maebbled when the Pebble pairs.

this is an updated /usr/bin/pebble don't forget to make it executable
Code:
#! /bin/sh +x
cd /home/user/MyDocs/maebble/
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Starting Maebble Daemon w/Diagnostics ON for Pebble Watch"
osso-xterm -e "python /home/user/MyDocs/Maebble/maebbled.py --print_maemo"
fi

Last edited by biketool; 2017-09-11 at 11:47.
 

The Following 4 Users Say Thank You to biketool For This Useful Post: