Skip to content

Commit bd8a7cf

Browse files
authored
fix(bundler/linux): fix app icon not showing on Gnome+Wayland (#5258) (#13581)
1 parent f189154 commit bd8a7cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch:bug
3+
---
4+
5+
Fixes app icon not being displayed on Gnome dock and grid view when using Wayland.

crates/tauri-bundler/src/bundle/linux/freedesktop/main.desktop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Categories={{categories}}
44
Comment={{comment}}
55
{{/if}}
66
Exec={{exec}}
7+
StartupWMClass={{exec}}
78
Icon={{icon}}
89
Name={{name}}
910
Terminal=false

0 commit comments

Comments
 (0)