Peter Munch-Ellingsen

Results 402 comments of Peter Munch-Ellingsen

Interesting, unfortunately this might be hard to fix.. Shebangs are really quite brittle, so I suspect this is yet another issue with those.

I forgot that I had made a tiny modification to that library locally to get this to work. I'll make a PR to them, and in the meantime tag this...

Just pushed a fix that will make it compile on 1.6.6 as well. And yes, if something else is already bound to the dbus then you won't get notifications.

Did you ever manage to get the docker images running as we discussed on IRC? Previously the playground has been split into two repositories. This one for the back-end and...

Hmm, and how did you build the images? Seems like you haven't gotten them tagged properly. It's not a matter of splitting it into two, that is how it's currently...

I know, but I have been trying to make a bad joke shower icon for a while now without much success!

But it is supposed to work by just running `nim e build.nims` and then `./simple` (assuming it can find `libcef.so`)? I googled the issue and there were some mentions of...

Yes I found that, but unfortunately it still crashes. According to `gdb` this is the backtrace of the crash: ``` gdb #0 0x00007ffff7da9bf4 in __memmove_avx_unaligned_erms () at /usr/lib/libc.so.6 #1 0x00007ffff351cef3...

Okay, turns out I was just running it with a CEF version that was way to modern, so the API has changed quite a bit. Using an older version works,...