You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a Tauri application with tray-icon feature will not show the tray-icon on Raspberry Pi OS.
The tray icon worked fine in Tauri V1 but after migrating to V2, the icon is not shown anymore. However, the context menu still works so you can click on the empty space where normally the icon should be shown.
I've also build the same application (Tauri V2) for Windows, macOS and Linux (Ubuntu) and there the tray icon is shown correctly. It is only not working on Raspberry Pi OS anymore, while it did work fine with Tauri V1.
Reproduction
Create a Tauri application with tray-icon feature. Use the TrayIconBuilder in Rust and set the icon to the default window icon as it is done in the Tauri documentation in the Rust example (https://v2.tauri.app/learn/system-tray/#change-the-tray-icon). Run the application on Raspberry Pi OS and notice that there is no icon visible in the system tray.
If you hover over the system tray where the icon should be presented and when you have set the tooltip, then you will notice that the tooltip is still shown. Also if you have a context menu defined, then you can still right-click the mouse and the context menu pops up. All functionality works except the icon itself is not visible.
Expected behavior
Having a Tauri Application with a tray icon correctly defined should show the icon in the system tray. With Tauri V2 it doesn't display the icon on Raspberry Pi OS, while it works fine on all other platforms, even Linux (Ubuntu).
Describe the bug
Running a Tauri application with tray-icon feature will not show the tray-icon on Raspberry Pi OS.
The tray icon worked fine in Tauri V1 but after migrating to V2, the icon is not shown anymore. However, the context menu still works so you can click on the empty space where normally the icon should be shown.
I've also build the same application (Tauri V2) for Windows, macOS and Linux (Ubuntu) and there the tray icon is shown correctly. It is only not working on Raspberry Pi OS anymore, while it did work fine with Tauri V1.
Reproduction
Create a Tauri application with tray-icon feature. Use the TrayIconBuilder in Rust and set the icon to the default window icon as it is done in the Tauri documentation in the Rust example (https://v2.tauri.app/learn/system-tray/#change-the-tray-icon). Run the application on Raspberry Pi OS and notice that there is no icon visible in the system tray.
If you hover over the system tray where the icon should be presented and when you have set the tooltip, then you will notice that the tooltip is still shown. Also if you have a context menu defined, then you can still right-click the mouse and the context menu pops up. All functionality works except the icon itself is not visible.
Expected behavior
Having a Tauri Application with a tray icon correctly defined should show the icon in the system tray. With Tauri V2 it doesn't display the icon on Raspberry Pi OS, while it works fine on all other platforms, even Linux (Ubuntu).
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: