-
Notifications
You must be signed in to change notification settings - Fork 56
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
GNOME 42 - GTK4 support #101
Comments
Quoting Reminder for projects shipping a Nautilus extension: you must port to GTK4 from GNOME Discourse:
|
There's a little bit more to it (not much). |
Fedora 37 includes GNOME 43, which is not backwards compatible with packages built against older versions. We used to build new Fedora versions on Ubuntu, but they removed support for building RPM packages in 20.04. By updating the build script to run on Fedora, this allows us to release coreyberla's fix, resolving #108 and #101. Co-authored-by: Geoffry Song <[email protected]>
GNOME 42 will have its nautilus application move to GTK4, which causes trouble with the dropbox-nautilus plugin (slight API changes for GTK4)
The two functions gtk_icon_theme_get_search_path and gtk_icon_theme_set_search_path are used by nautilus-dropbox, and those two are slightly different between GTK3 and GTK4
The text was updated successfully, but these errors were encountered: