Describe the bug
I can't move or resize a window after upgrading to tauri latest rc (2.0.0-rc.3 at that time) when running as dev.
The thing is it doesn't come from that tauri version as downgrading it doesn't solve the problem.
Reproduction
-
Create a minimal tauri app using the latest release candidate.
cargo create-tauri-app --rc
-
Run the app in dev mode.
cargo tauri dev
Expected behavior
Be able to move or resize the application's window.
Full tauri info output
WARNING: no lock files found, defaulting to npm
[✔] Environment
- OS: Fedora 40.0.0 X64
✔ webkit2gtk-4.1: 2.44.2
✔ rsvg2: 2.57.1
✔ rustc: 1.79.0 (129f3b996 2024-06-10)
✔ cargo: 1.79.0 (ffa9cf99a 2024-06-03)
✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (environment override by RUSTUP_TOOLCHAIN)
- node: 22.6.0
- npm: 10.8.1
- bun: 1.1.24
[-] Packages
- tauri [RUST]: 2.0.0-rc (no lockfile)
- tauri-build [RUST]: no manifest (no lockfile)
- wry [RUST]: no manifest (no lockfile)
- tao [RUST]: no manifest (no lockfile)
- tauri-cli [RUST]: 2.0.0-rc.3
- @tauri-apps/api : not installed!
- @tauri-apps/cli [NPM]: 2.0.0-rc.3
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../src
Stack trace
No response
Additional context
No response
Describe the bug
I can't move or resize a window after upgrading to tauri latest rc (
2.0.0-rc.3at that time) when running as dev.The thing is it doesn't come from that tauri version as downgrading it doesn't solve the problem.
Reproduction
Create a minimal tauri app using the latest release candidate.
cargo create-tauri-app --rcRun the app in dev mode.
cargo tauri devExpected behavior
Be able to move or resize the application's window.
Full
tauri infooutputStack trace
No response
Additional context
No response