Andre Cerqueira

Results 9 comments of Andre Cerqueira

Although Wayland doesn't support EWMH/ICCCM by design, Wayland compositors may provide equivalent functionality, like [wlr-foreign-toplevel-management](https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-foreign-toplevel-management-unstable-v1.xml). This might inspire a future PR: https://github.com/activitywatch/aw-watcher-window-wayland

I don't know how slimerjs and mocha work together, but assuming you can set it up to provide [TAP](http://testanything.org/) output to the console, you can override the default test command...

It reads console output, assuming there is one,and waits for program termination.

Wayland is probably unsupportable: https://github.com/sindresorhus/active-win/issues/75#issuecomment-1068369161

There is hope: https://github.com/sindresorhus/active-win/issues/75#issuecomment-1112444539

I have the same issue. Replaced libtcmalloc_minimal.so.0 and now it works! Thanks for the workaround @JaxLinAMD! Edit1: Actually, it didn't crash on load, but it did crash on match/hero demo....

I got it to work with vulkan by adding `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json` to the environment (export it from ~/.profile or set launch options for dota2: `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json %command%`). I think the problem happened...

I got it to work with vulkan by adding `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json` to the environment (export it from ~/.profile or set launch options for dota2: `VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json %command%`). I think the problem happened...

Hi, @Peterburnett. I'm sorry for the delayed response. As I've just replied in the PR, I'm not able to work on it further..