Tarun

Results 13 comments of Tarun

`ln -sf /mnt/wslg/runtime-dir/wayland-* $XDG_RUNTIME_DIR/` This command works for me. But I have to run it every time WSL restarts itself to open up the app, otherwise it doesn't open. So...

@wang1zhen > for Ubuntu, there is a packaged named =wsl-config= Could you please send the link to that? I would love to check it out.

@Souvlaki42 for now this command works `ln -sf /mnt/wslg/runtime-dir/wayland-* $XDG_RUNTIME_DIR/`

Hey, glad to hear it worked! > It should be noted that this command should run in .bashrc or .zshrc though, because every time the instance is shut down, I...

@jan-xyz > For me installing the parser fails with > > ``` > `lua5.1` or `lua` version `5.1` not installed > `lua` version `5.1` needed, but found `Lua 5.4.6 Copyright...

> ```lua version 5.1 needed, but found Lua 5.4.6 Copyright (C) 1994-2023 Lua.org, PUC-Rio``` Hmm I wonder why it's telling you to downgrade your lua version 🤔

> Yes, I do, I also checked and it's on the PATH and I can run it from there and the Lazy.nvim health check also can find it. Do you...