Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[window-state][v2] Using a plugin causes the terminal to keep outputting #1916

Closed
ayangweb opened this issue Oct 11, 2024 · 8 comments
Closed

Comments

@ayangweb
Copy link
Contributor

I am causing this problem simply by using the plugin!

.plugin(
    tauri_plugin_window_state::Builder::default()
        .with_state_flags(StateFlags::all() & !StateFlags::VISIBLE)
        .build(),
)
iShot_2024-10-11_11.20.18.mp4
@amrbashir
Copy link
Member

That's not related to window-state plugin, this is logs emitted from the underlying library tao, and I belive you're using tauri-plugin-log to collect and print log which collects all logs

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
@ayangweb
Copy link
Contributor Author

However, when I use window-state it keeps outputting and causes the app to get stuck!

@amrbashir
Copy link
Member

the logs are not from window-state, they are emitted from tao then collected and printed by tauri-plugin-log.

The app getting stuck is another issue, please make a minimal repro and open another issue for it.

@ayangweb
Copy link
Contributor Author

10.11.mov

@ayangweb
Copy link
Contributor Author

ayangweb commented Oct 11, 2024

@amrbashir And this problem only occurs on macOS, Windows doesn't have this problem!

10.11.1.mov

@amrbashir
Copy link
Member

I don't have a macOS to triage this issue so please open a new issue for the stuck problem and provide a minimal repro.

@ayangweb
Copy link
Contributor Author

Okay, I'll create a new demo and issue!

@ayangweb
Copy link
Contributor Author

@amrbashir #1918

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants