[Gambas-user] Xfree4.3 pointers
-=FoX=-
_root at ...324...
Fri Jan 2 19:40:18 CET 2004
Benoit Minisini wrote:
>Hi chicken hunter :-)
>
>
:D
>By default, the shell command is launched in background. You must add the WAIT
>keyword at the end of the command - see the documentation.
>
>
-cut-
>Because the file may exist, but the ls command didn't finish to fill it.
>
>
>
-cut-
>You should read the man page of bash ;-)
>& does not concatenate shell commands, it launches them in background.
>If you do "command1 & command2 & command3", you launch simultaneously
>command1, command2 and command3, and waits only for the end of the command3
>command.
>
>Try to use ";" instead of "&".
>
>
Yes! The secret was in the "WAIT" keyword! :D
>No, I don't even know how to change cursors under X11 !
>
>
>
Oh, it's simple, in kdelook.org you can find some theme and the istructions.
The problem is how to reload the cursors without reboot X :(
Thank you a lot :)
More information about the User
mailing list