bsansouci / bsansouci/reprocessing-example
Issues on Sway (Wayland)
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Hello! I've been getting errors when running this example on SwayWM/Wayland. After changing the `bsb-native` version in `package.json` to "^4.0.7000," I run the commands:
```
$ npm install
$ npm run build
```
All of which work as expected. However, once I run `$ npm run start`, things start up fine but then I get this error and it stops execution (segfault):
```
fish: "npm run start" terminated by signal SIGSEGV (Address boundary error)
```
With AwesomeWM this does not happen. Does Reprocessing support Wayland? If not, I can open an issue upstream on Reprocessing for Wayland support (if that’s wanted and necessary).
I think this happens with all Reprocessing examples, but the only other example I've tested is [Resnake](https://github.com/KinoAR/resnake). Again, works on Xorg with Awesome, but not on Wayland with Sway.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.