-
-
Notifications
You must be signed in to change notification settings - Fork 78
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 for GNOME 44 #235
Update for GNOME 44 #235
Conversation
@SeaDve Could this get a review? The Flathub stable release causes undesired "checkerboard" video frames at the start of recordings which get especially annoying when they're displayed as video thumbnails on messaging platforms |
Thank you for the PR, and also sorry for the really late update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that and a rustfmt, LGTM
GNOME Builder 44 places the directory at the root of the project
Gtk.FileDialog allows selecting from directories that are not explicitly permitted within the Flatpak manifest, and grants the app permission upon a user doing so. Therefore, `is_accessible` and the related dialog are no longer relevant. Do note that if not explicitly allowed, the directory will show as a not-so-pretty sandboxed path.
Kooha is now having issues recording videos on both the main branch and this branch. Looking into the cause right now. Related issue: #236 |
We could also have this merge first, then maybe do it in a separate PR |
That works too 🙂 |
Merged. Thanks again for the PR! |
Recording issues seem to have fixed themselves at some point, on Fedora 38 at least. |
Updated gtk-rs crates to latest versions & bumped Flatpak runtime to 44
Seems updating the runtime to 44 had the side effect of removing the checkerboard pattern from the start of my recordings 🙂