[Kommander-devel] konsole bug

Michal Rudolf mrudolf at kdewebdev.org
Thu Sep 7 12:58:00 EDT 2006


Eric Laffoon,  czwartek, 7 września 2006 03:11:
>is it just me... It appears that the I can issue konsole.text in the same
>button immediately after issuing a konsole.execute, but it does not block
> and thus using @exec(echo "konsole.text>myfile") produces an empty file. So
> applying it after for debug purposes in another button produces the
> following.
>Before running konsole.execute - empty file
>After runnig konsole.execute - no file!

Perhaps you meant 
   echo "@Konsole1.text" > myfile
but this doesn't work either - redirection is handled by Bash, not by 
Kommander itself.

Use
@File.write(myfile, @Konsole1.text)

-- 
Michal Rudolf


More information about the Kommander-devel mailing list