Page 1 of 1
$ sakura -c <NUM> -r <NUM> isn't working
Posted: 21. Jun 2011, 06:47
by zAchAry
The following won't work with
Sakura from the Salix OS repository:
Code: Select all
[exec] (eSpeak) {sakura -t 'eSpeak text-to-speech' -e espeak -c 65 -r 5} <>
[exec] (MCabber Jabber Client) {sakura -t MCabber -e mcabber -c 116 -r 42}
[exec] (rTorrent) {sakura -t rTorrent -e rtorrent -c 110 -r 30} <>
All of these worked with
Sakura from SBo.
Re: $ sakura -c <NUM> -r <NUM> isn't working
Posted: 21. Jun 2011, 06:52
by thenktor
Indeed, but I cannot see where the problem is, yet.
EDIT: Did it work with older sakura version in Salix 13.1?
Re: $ sakura -c <NUM> -r <NUM> isn't working
Posted: 21. Jun 2011, 06:56
by zAchAry
thenktor wrote:EDIT: Did it work with older sakura version in Salix 13.1?
I'm not sure, but I think that it did worked with Salix OS 13.1.2.
Re: $ sakura -c <NUM> -r <NUM> isn't working
Posted: 21. Jun 2011, 08:44
by thenktor
OK, checked again. Both versions behave the same here:
Does not work with Salix and SlackBuilds version.
Works with both versions.
Re: $ sakura -c <NUM> -r <NUM> isn't working
Posted: 23. Jun 2011, 09:00
by dabisu
Hi all. To solve an old bug a change was introduced in sakura 2.4.0, so now there are two options for executing commands, -x and -e.
So instead of using this line:
sakura -t 'eSpeak text-to-speech' -e espeak -c 65 -r 5
this one will work:
sakura -t 'eSpeak text-to-speech' -x espeak -c 65 -r 5
About -c65 and -r5, there must be an space between command line options and values.