clientonly and wayland, hotfix electron tests (#3677)

clientonly:
- did work only with xserver and `DISPLAY` env var
- now checks for `WAYLAND_DISPLAY` or `DISPLAY` env var before running
- if `WAYLAND_DISPLAY` is set now starts with wayland parameters

electron tests see #3676
This commit is contained in:
Karsten Hassel
2025-01-03 21:52:10 +01:00
committed by GitHub
parent 75dbe67167
commit 0f6efac8e6
3 changed files with 15 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ planned for 2025-04-01
### Changed
- [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used)
### Removed
### Updated