zsx / r3

Rebol (R3) source code
Apache License 2.0
36 stars 7 forks source link

demo on i3wm #2

Open IngoHohmann opened 10 years ago

IngoHohmann commented 10 years ago

My original Problem with demo crashing on i3wm has been resolved, Now I get the following error.

demo Fetching demo... Script: "Untitled" Version: none Date: none Fetching GUI... * Math error: math or number overflow * Where: + repeat do update-panel actor all foreach do-actor case repeat do update-panel actor all foreach do-actor either -apply- apply case view catch either either -apply- do try demo \ Near: + min-heights/:i max-pane/y: either any [ max-pane/y = m...

Manjaro Linux, xfce4 with i3wm, linux binary r3-view-linux 2014-02-21 16:03 from this repository.

zsx commented 10 years ago

It seems that i3wm doesn't support EWMH (http://standards.freedesktop.org/wm-spec/wm-spec-latest.html). Current implementation uses EWMH to get the graphic information (such as work area, title bar height, etc). I hardcoded some values such that it runs on my computer with i3wm, but I might have missed some.