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
Since libappindicator-rs uses GTK 3 as its dependencies, it cannot be used with GTK 4-based applications. Right now, when you use libappindicator-rs in a GTK 4 app, it panics with GTK was not actually initialized error.
gtk4-rs crate has been living for quite some time, so it would be nice to support it.
The text was updated successfully, but these errors were encountered:
Oh, actually I just realized this is because of the upstream library not supporting GTK 4 (AyatanaIndicators/libayatana-appindicator#22). Please feel free to close this issue until it's resolved there if you feel like doing so.
Since libappindicator-rs uses GTK 3 as its dependencies, it cannot be used with GTK 4-based applications. Right now, when you use libappindicator-rs in a GTK 4 app, it panics with
GTK was not actually initialized
error.gtk4-rs crate has been living for quite some time, so it would be nice to support it.
The text was updated successfully, but these errors were encountered: