Electron.NET
Electron.NET copied to clipboard
Electron does not open on Linux
- Version: 23.6.2
- Target: Linux, testing on a wayland+Nvidia machine
Running the program via 'dotnet tool run electronize start' results in no electron window appearing, and the output of the terminal has a few instances of src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
Steps to Reproduce:
- Attempt to run the program on Linux, possibly with wayland and Nvidia GPU
This seems to be my fault, I forgot to actually edit program.cs to use electron; I feel like the error should be more descriptive of what the actual issue is though.
Actually, since I still see the error repeated in the terminal, I assume I haven't actually fixed the issue, even though electron does appear now.