We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug cargo run --example window_icon launches a window properly, but the window icon is the default wayland icon.
cargo run --example window_icon
Steps To Reproduce
$ git clone https://github.com/tauri-apps/tao.git $ cd tao $ cargo run --example window_icon
Expected behavior I expected the window to open with this icon https://github.com/tauri-apps/tao/blob/dev/examples/icon.png
Screenshots If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information): OS: Arch Linux Rustc: rustc 1.78.0 (9b00956e5 2024-04-29)
Additional context
The text was updated successfully, but these errors were encountered:
I have the same problem with X11 so this issue is not limited to Wayland. I'm using Manjaro Linux (based on Arch) with GNOME 46
Sorry, something went wrong.
The problem also exists in Ubuntu 24.04.
No branches or pull requests
Describe the bug
cargo run --example window_icon
launches a window properly, but the window icon is the default wayland icon.Steps To Reproduce
Expected behavior
I expected the window to open with this icon https://github.com/tauri-apps/tao/blob/dev/examples/icon.png
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
OS: Arch Linux
Rustc: rustc 1.78.0 (9b00956e5 2024-04-29)
Additional context
The text was updated successfully, but these errors were encountered: