![]() |
2011-05-29
, 12:10
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#32
|
#!/bin/sh espeak "welcome home"
sh ~./welcome.sh
![]() |
2011-05-29
, 12:50
|
|
Posts: 196 |
Thanked: 113 times |
Joined on Jun 2010
@ Finland
|
#33
|
Its in home/user dir so should run. Am I missing something with this one?Code:sh ~./welcome.sh
sh ~/welcome.sh
The Following User Says Thank You to Zas For This Useful Post: | ||
![]() |
2011-05-29
, 13:00
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#34
|
Just do
Without the dot after ~ or use /home/user insteadCode:sh ~/welcome.sh
/etc/dbus-scripts.d/
|
2012-12-28
, 08:51
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#35
|
![]() |
2012-12-29
, 15:12
|
Posts: 131 |
Thanked: 184 times |
Joined on Dec 2011
|
#36
|
![]() |
2013-01-02
, 14:40
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#37
|
The Following User Says Thank You to kureyon For This Useful Post: | ||
![]() |
2013-01-14
, 22:14
|
Posts: 252 |
Thanked: 221 times |
Joined on Jul 2010
|
#38
|
![]() |
2013-01-30
, 04:15
|
Posts: 131 |
Thanked: 184 times |
Joined on Dec 2011
|
#39
|
Does it? I am using it right now, and I can't tell that it's using very much CPU% (using top and conky as the CPU% monitors) as long as I am not actively browsing. The web page displayed is talk.maemo.org; a "heavier" web page will consume more CPU%, though, but again no more than conky. Do correct me if I'm wrong.
i still need a way to send keyboard presses from command line - do you know anything about this?