[REBOL] Re: Linux problem
From: nitsch-lists:netcologne at: 15-Dec-2002 17:40
Am Sonntag, 15. Dezember 2002 15:20 schrieb Carl Read:
> I've just installed View on Mandrake Linux and while it runs okay, I
> can't get a console with it, just the Desktop. (Using KDE.)
> Clicking on the console icon on the Desktop just closes View down.
> Any suggestions? (I'm new to Linux.)
Yes, linux-rebol needs external console.
you can open xterm and type rebol.
if you want to plug it in a kde-menu or something you can use
xterm -e rebol
(or whichever term you use, kterm or something?)
-volker