View Single Post
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#32
Been playing around with dbus-scripts got some cool features. Got most of what I need to work bar this one thing. I want espeak to say "welcome home" when I connect to my home network.
I've just put a very simple script together:-
Code:
#!/bin/sh
espeak "welcome home"
When I run in term with sh welcome.sh all works well. I then go into dbus-scripts gui. Add connection, select my network and put in command to run:-
Code:
sh ~./welcome.sh
Its in home/user dir so should run. Am I missing something with this one?