BTW though this would be a nice feature to have.
I'm making my own game console with Shoes as it's main interface. And
what's the point if it can't run shoes-based games?

Anyway, it can play any game at the moment that's made for Linux. It's
based on Arch Linux.
So far it runs Pingus perfectly.

On 4/4/09, Devyn Cairns <[email protected]> wrote:
> I did find a way to get around it (at least in my app)
>
> In the app, write the code:
> File.open("/tmp/myApp.pid", 'w') {|f| f.write "#$$"}
>
> Then you have the process id stored in /tmp/myApp.pid.
>
> On 4/4/09, Devyn Cairns <[email protected]> wrote:
>> Linux, running Shoes policeman rev 1 from git
>>
>> uname -a: Linux dcware-arch 2.6.28-ARCH #1 SMP PREEMPT Tue Mar 17
>> 06:42:43 UTC 2009 i686 AMD Sempron(tm) Processor 3000+ AuthenticAMD
>> GNU/Linux
>>
>> On 4/4/09, Louis-Philippe <[email protected]> wrote:
>>> on what OS are you?
>>>
>>> 2009/4/4 Devyn Cairns <[email protected]>
>>>
>>>> Some kind of weird bug:
>>>>
>>>> ~devyn $ shoes &
>>>> [1] 6815
>>>> ~devyn $ kill 6815
>>>>
>>>> And then, the shoes window doesn't close. The shoes process dies but
>>>> not the shoes-bin process. How do I get the shoes-bin process?
>>>>
>>>> --
>>>>     ~devyn
>>>>
>>>
>>
>>
>> --
>>     ~devyn
>>
>
>
> --
>     ~devyn
>


-- 
    ~devyn

Reply via email to