You think you have found a bug? Let us know about it.
zAchAry
Posts: 804 Joined: 11. May 2010, 09:02
Location: Israel
Post
by zAchAry » 21. Jun 2011, 06:47
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 .
thenktor
Salix Wizard
Posts: 2426 Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:
Post
by thenktor » 21. Jun 2011, 06:52
Indeed, but I cannot see where the problem is, yet.
EDIT: Did it work with older sakura version in Salix 13.1?
zAchAry
Posts: 804 Joined: 11. May 2010, 09:02
Location: Israel
Post
by zAchAry » 21. Jun 2011, 06:56
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.
thenktor
Salix Wizard
Posts: 2426 Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:
Post
by thenktor » 21. Jun 2011, 08:44
OK, checked again. Both versions behave the same here:
Does not work with Salix and SlackBuilds version.
Works with both versions.
dabisu
Posts: 1 Joined: 23. Jun 2011, 08:54
Post
by dabisu » 23. Jun 2011, 09:00
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.