oh I forgot to add that this should of course work out of the box - I don't
use gedit myself and didn't test this functionality too extensively. I'll
make a ticket if it turns out to be solved :)

On Fri, Feb 6, 2009 at 3:35 PM, krgn <[email protected]> wrote:

> ah ok. this is probably the source of the problem. try doing it explicitly
> using the following piece of code and report back if its working for you:
>
> GUI.swing; //use swingosc
>
> SwingOSC.program =
> "/usr/share/SwingOSC/SwingOSC.jar";
>
> g = SwingOSC.default;
>
> g.waitForBoot({
>      Server.local.makeGui; //show local server
>      Server.internal.makeGui; //show internal server
> });
>
> please double check whether the location for the jar file is correct and
> ammend if necessary (I can't check myself right now but think this is where
> its at).
>
> you can then try and put this code into $HOME/.sclang.sc so that its
> started when you launch gedit/sclang.
>
> best,
>
> karsten
>
---
[email protected]
irc.goto10.org #pure:dyne

Reply via email to