Bjorn Stahl

Results 40 comments of Bjorn Stahl

Did the recent (9297ec2) commit change anything?

Interesting, something gets quite messed up with the Lua VM state - it reaches durden.lua:52 (where the display- management code is loaded), but not the keyboard translation at durden.lua:69. To...

oh oh oh .. an easy explanation might just be staring me in the face. Forgot entirely about the side-behavior of return shutdown() actually being asynch, i.e. events may keep...

depends on distribution - systemd has a way through logind that we don't support, because < censored > (just look at the code ..). Either add yourself to the proper...

Hi, great that you are working on packaging. Do note the subtle changes that have happened the last weeks when it comes to the egl-dri / sdl split (both binaries...

Durden actually assumes the set main font to be there, so that is the issue. It should be more resilient about non-existing default font at startup though so I'll take...

it is on its way, first round will be rather quick to do - the menu system (menus/target/*, menus/global/*) distinguish between 'name' and 'label' for this very reason, so the...

The layout cipharius referenced is mainly for patching (or automatic translation from another layout format). There is also a 'base' keymap that is inherited from whatever platform you are running....

Which distribution and arcan build? (arcan -V) arcan-wayland is for running wayland or x-over-xwayland clients (e.g. arcan-wayland -exec-x11 chromium).

OK, that explains it -- there was a bug back then that prevented the environment variables from working. It is fixed in master since a while back, but we haven't...