Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix broken "save figure" with GTK4 on mac#26558

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
stevezhang1999 wants to merge2 commits intomatplotlib:main
base:main
Choose a base branch
Loading
fromstevezhang1999:fix-gtk4

Conversation

stevezhang1999
Copy link
Contributor

@stevezhang1999stevezhang1999 commentedAug 21, 2023
edited
Loading

PR summary

In short, the current GTK 4 works on Ubuntu 22.04 but fails on Mac. After this patch, GTK 4 only works on the latest Ubuntu (23.04) but issues on Mac are fixed. Want to know how we want to proceed - keeping the broken app on Mac or moving to Ubuntu 23.04.

This PR tries to fix GTK4 GUI on Mac by using newer version of GTK4 APIs -FileDialog instead ofFileChooserNative which is deprecated. The fixed version works well on Mac. Unfortunately, it doesn't work on my Ubuntu 22.04. I got response from the Genome team that this newer version of GTK4 is not supported on Ubuntu 22.04, however, it's available on Ubuntu 23.04.

PR checklist

@QuLogic
Copy link
Member

This will have to use the new API only if available (GTK 4.10+) and the old API otherwise.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot save figure with GTK4 on Mac
2 participants
@stevezhang1999@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp