Hello,
I'm trying to use the geany package that's in the tiny core Apps.
I notice that when I try to Execute a ruby or bash script from within Geany,
a terminal or some kind of message box pops up and then goes away quickly.
In fact, I don't think that Geany is running the scripts at all, because I wrote a
shell script like this:
#!/bin/sh
echo 'boo' >> ~/boo.txt
And ~/boo.txt is not created when I click "Execute" in Geany.
When I run $geany -v, I see "Could not load libvte.so, embedded terminal support
disabled".
Does this message have anything to do with not being able to see the output
of scripts when I run them in Geany?
Thanks,
--Nate