forked from MaurycyLiebner/enve
-
Notifications
You must be signed in to change notification settings - Fork 19
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
New Linux AppImage/Universal binaries (X11+wayland+portal) #402
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Disable CI (enable after merge and docker update) * Support Wayland * Support Portal * Qt 5.15.16+kde * GLX => EGL
rodlie
added
enhancement
New feature or request
qt
linux
ci
opengl
packaging
vfxplatform
x11
wayland
labels
Dec 29, 2024
Got working local flatpak (3cef2cb), just a matter of submitting to flathub. Probably can't do that until after v1.0.0 release, as they only support stable releases(?). |
Flatpak for testing:
|
Add missing portal 😄
If running as flatpak limit save image sequence to XDG Pictures/Documents. There are probably other places where this also should be checked for, can we import sequences? There is no way for us to support 'org.freedesktop.portal.FileChooser::SaveFiles' as-is. - We allow 'xdg-documents' for SVG preview, plugins and image sequences - We allow 'xdg-pictures' for image sequences The rest of Friction can use portal to load and save to any directory.
Latest builds: https://sourceforge.net/projects/friction/files/snapshots/1.0.0-f7da1aed/ Includes AppImage, portable and flatpak. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Now that we support Wayland I took some time to improve the SDK and release binaries.
AppImage/Portable (universal) features:
We now have one build to rule them all 🧙♂️
Testers for Radeon and NVIDIA are welcome.
👉 Download
Note that Wayland is a moving target, "bleeding edge" distros are recommended.
You can control Wayland/X11 mode:
QT_QPA_PLATFORM=wayland
QT_QPA_PLATFORM=xcb
Ubuntu 24.10 (wayland)
Also tested 24.04 and 22.04, in both Wayland and X11.
Fedora 41 (wayland)
openSUSE Tumbleweed KDE (wayland)
Image got corrupted (too bleeding edge 😄).
Also tested X11.
Pop!_OS 24.04 LTS COSMIC Epoch 1 alpha 4 (wayland)
Ubuntu 14.04 LTS (X11)
Just for fun, yes we support more or less anything since 2014 (no tricks).
Note the macOS-like menus ;)