|
2010-03-29
, 13:43
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#72
|
|
2010-03-29
, 13:46
|
Posts: 35 |
Thanked: 4 times |
Joined on Feb 2010
|
#73
|
|
2010-03-29
, 13:53
|
Posts: 30 |
Thanked: 21 times |
Joined on Jan 2010
|
#74
|
Only config files in (home)/.espeakcaller are left when uninstalling.
You could try removing these files with command "rm -r .espeakcaller" from console.
Also you can try manually starting deamon from console typing "python2.5 /opt/espeakcaller/espeakcaller-daemon.py". This might also give helpful debug messages.
|
2010-03-29
, 13:58
|
|
Posts: 21 |
Thanked: 2 times |
Joined on Jun 2006
@ PAU - South of France
|
#75
|
|
2010-03-29
, 16:53
|
Posts: 196 |
Thanked: 54 times |
Joined on Jan 2010
@ UK
|
#76
|
console none start on started hildon-desktop exec /usr/bin/python /opt/espeakcaller/espeakcaller-boot.py
#!/usr/bin/env python # autostart espeakcaller-daemon on boot daemonFile = '/opt/espeakcaller/espeakcaller-daemon.py' pidFile = '/tmp/espeakcaller_pid.txt' proc = subprocess.Popen("python2.5 " + daemonFile + " &", shell=True) pdFile = open(pidFile, 'w+') pdFile.write(str(proc.pid + 1)) pdFile.close()
The Following User Says Thank You to fred123 For This Useful Post: | ||
|
2010-03-29
, 18:02
|
Posts: 21 |
Thanked: 0 times |
Joined on Nov 2009
|
#77
|
|
2010-03-29
, 20:24
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#78
|
|
2010-03-29
, 20:28
|
Posts: 21 |
Thanked: 0 times |
Joined on Nov 2009
|
#79
|
I don't 'see' it either, although it's clearly there when you access the repository from your browser. - strange. might be one of the things that come with the new PR 1.2 infrastructure that's already implemented in the autobuilder, who knows... or else the packe is just broken
|
2010-03-29
, 20:48
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#80
|
Thanks Arto