Open aaalloc opened 1 year ago
[✔] Environment
- OS: Archlinux 6.5.5-arch1-1 X64
✔ webkit2gtk: 2.42.1-1
✔ librsvg: 2:2.57.0-1
✔ rustc: 1.72.1 (d5c2e9c34 2023-09-13)
✔ Cargo: 1.72.1 (103a7ff2e 2023-08-15)
✔ rustup: 1.26.0 (2023-05-04)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (default)
- node: 18.12.1
- pnpm: 8.8.0
- npm: 8.8.0
[-] Packages
- tauri [RUST]: 2.0.0-alpha.14
- tauri-build [RUST]: 2.0.0-alpha.8
- wry [RUST]: 0.33.0
- tao [RUST]: 0.22.2
- @tauri-apps/api [NPM]: 2.0.0-alpha.8
- @tauri-apps/cli [NPM]: 2.0.0-alpha.14
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1420/
- framework: Vue
- bundler: Vite
I can confirm that the problem happens when passing webkit2gtk 2.42, no problems with 2.40.
If someone ends up here but still want's to use 2.42 you can run the dev command like this:
WEBKIT_DISABLE_COMPOSITING_MODE=1 npm run tauri dev
It might work for future release of webview too.
possibly a duplicate of #5143
If someone ends up here but still want's to use 2.42 you can run the dev command like this:
WEBKIT_DISABLE_COMPOSITING_MODE=1 npm run tauri dev
It might work for future release of webview too.
This fixed the problem, but it is a bit problematic because I didn't needed to do that before that update
Hi, I have the same issue on Arch Linux
[✔] Environment
- OS: Arch Linux Unknown X64
✔ webkit2gtk-4.1: 2.42.1
✔ rsvg2: 2.57.0
✔ rustc: 1.72.1 (d5c2e9c34 2023-09-13)
✔ Cargo: 1.72.1 (103a7ff2e 2023-08-15)
✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (environment override by RUSTUP_TOOLCHAIN)
- node: 18.13.0
- yarn: 1.22.19
- npm: 8.19.3
[-] Packages
- tauri [RUST]: 1.5.1
- tauri-build [RUST]: 1.5.0
- wry [RUST]: 0.24.4
- tao [RUST]: 0.16.4
- @tauri-apps/api [NPM]: 1.5.0
- @tauri-apps/cli [NPM]: 2.0.0-alpha.8
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1420/
- framework: React
- bundler: Vite
Using WEBKIT_DISABLE_COMPOSITING_MODE=1
fix the issue. But there might be downsides using that because it "forces accelerated compositing mode to be always off" in tauri windows
Can anyone tell me how to do this in windows? WEBKIT_DISABLE_COMPOSITING_MODE=1
Describe the bug
Basicaly blank page
Reproduction
Probably due to webkit2gtk last version (2.42)
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response