Open FengZhongShaoNian opened 5 months ago
I have this issue me too : error: proc macro panicked --> src/main.rs:20:17 | 20 | let context = tauri::generate_context!(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
---|
= help: message: icon /home/runner/work/pulp/pulp/src-tauri/icons/32x32.png is not RGBA
https://github.com/vincehi/pulp/actions/runs/9496072496/job/26169705434
Describe the bug
I want to hide the icon from taskbar by using
main_window.set_skip_taskbar(true)
,but this does't work if the app is running with wayland:The icon is still visible in the taskbar:
I can hide the icon by forcing the app to run with x11 (using
GDK_BACKEND=x11
environment variable), but I hope that when running it using native wayland, the application icon can also be hidden from the taskbar.Reproduction
https://github.com/FengZhongShaoNian/tauri-hide-appicon-from-taskbbar
Expected behavior
I hope that when running it using native wayland, the application icon can also be hidden from the taskbar.
Full
tauri info
outputStack trace
No response
Additional context
No response