Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtk and gtk-sys need updated in Cargo.toml #44

Open
hwittenborn opened this issue Mar 14, 2023 · 2 comments
Open

gtk and gtk-sys need updated in Cargo.toml #44

hwittenborn opened this issue Mar 14, 2023 · 2 comments

Comments

@hwittenborn
Copy link

hwittenborn commented Mar 14, 2023

gtk and gtk-sys aren't currently on the latest version, which is causing an issue in my project when updating the version of gtk used in my project: hwittenborn/celeste#82 (comment).

I also saw that Renovate is used in the main Tauri repository, but it doesn't appear to be being used here. Maybe that could be added here too so these kind of issues aren't needed?

@esimkowitz
Copy link

Necroing this, gtk-sys is deprecated and there's a security advisory for the glib version that it depends on: GHSA-wrw7-89jp-8q8g

This project should be updated to use gtk4-rs instead

@amrbashir
Copy link
Member

libappindicator/libayatana-appindicatr doesn't support gtk4 see AyatanaIndicators/libayatana-appindicator#22

However, Tauri ecosystem will soon migrate to gtk4 because of said CVE and will instead use KDE/freedesktop StatusNotifierItem specification for tray icons instead of libappindicator, see tauri-apps/tray-icon#201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants