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