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

Update the file dialog Relm4 components to use gtk::FileDialog #479

Open
chriskilding opened this issue Jun 26, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@chriskilding
Copy link
Contributor

In GTK 4.10, gtk::FileChooserNative is deprecated in favour of using gtk::FileDialog. The Relm4 file dialog components need to be updated to use this.

@AaronErhardt
Copy link
Member

This is a bit challenging to do for Relm4 because this would require every user of relm4-components to have GTK4.10 installed which would be a large jump for the GTK4 version requirement. And regarding the file dialog, we shouldn't use GTK anyway but rather rely on portals through the ASHPD crate. But it's definitely true that the status quo is not ideal.

@AaronErhardt AaronErhardt added the enhancement New feature or request label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants