Is your feature request related to a problem? Please describe.
When running my Tauri application that uses a tray-icon, I get a warning in the console stating libayatana-appindicator is deprecated
Describe the solution you'd like
I would like the crate to update to using the latest libayatana-appindicator-glib library as per the warning
Describe alternatives you've considered
I have considered ignoring the issue as it does not impact the performance of my application. And a final user will likely never see the warning unless they stat my GUI from the terminal.
Additional context
Warning text as printed when starting my app from the shell
libayatana-appindicator-WARNING **: 13:54:21.443: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
Is your feature request related to a problem? Please describe.
When running my Tauri application that uses a tray-icon, I get a warning in the console stating
libayatana-appindicatoris deprecatedDescribe the solution you'd like
I would like the crate to update to using the latest
libayatana-appindicator-gliblibrary as per the warningDescribe alternatives you've considered
I have considered ignoring the issue as it does not impact the performance of my application. And a final user will likely never see the warning unless they stat my GUI from the terminal.
Additional context
Warning text as printed when starting my app from the shell