tao icon indicating copy to clipboard operation
tao copied to clipboard

window_icon example displays default icon

Open NickCondron opened this issue 1 year ago • 3 comments

Describe the bug cargo run --example window_icon launches a window properly, but the window icon is the default wayland 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. image

Platform and Versions (please complete the following information): OS: Arch Linux Rustc: rustc 1.78.0 (9b00956e5 2024-04-29)

Additional context image

NickCondron avatar May 07 '24 11:05 NickCondron

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

daixiwen avatar Aug 07 '24 16:08 daixiwen

The problem also exists in Ubuntu 24.04.

salomaosnff avatar Aug 13 '24 02:08 salomaosnff

Still does not work. On Arch Linux with Plasma 6.3.5.

ColonelThirtyTwo avatar May 22 '25 16:05 ColonelThirtyTwo