-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
protonmail-bridge-gui: patch source to support Qt 6.8 #350283
protonmail-bridge-gui: patch source to support Qt 6.8 #350283
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4744 |
Looks like the next release will be patched to support building with Qt 6.8 ProtonMail/proton-bridge#502 (comment) |
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.
Given that ProtonMail/proton-bridge#502 seems to have been accepted upstream, I think it makes sense to include the contents of that PR as a patch rather than using the sed approach.
fb1cac2
to
628943b
Compare
I've replaced my
|
Use __structuredAttrs after 53f550b
628943b
to
f78bd97
Compare
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.
Package builds & GUI works again 👍
can we merge this if it works ? |
Superseded by #359899 |
All of this is very confusing - is there a nixos 24.11 fix? If so, can we just get the fixed one in the 24.11 channels so we can simply just run an update? |
The backport was merged into the It's not yet reached the |
Thanks. Using the flatpak which is working for now, until the fix makes the main nixos channels |
It's just reached |
Confirmed - and working perfectly! Thanks!!! |
Fixes #350165 (runtime errors encountered when using a version of the GUI built with Qt 6.8). Patches upstream's Qt Modeling Language (QML) files to support Qt 6.8. Proton AG seem unlikely to update upstream to support Qt 6.8 anytime soon.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.