feat: allow running in native wayland#7053
Draft
PastaPastaPasta wants to merge 2 commits intodashpay:developfrom
Draft
feat: allow running in native wayland#7053PastaPastaPasta wants to merge 2 commits intodashpay:developfrom
PastaPastaPasta wants to merge 2 commits intodashpay:developfrom
Conversation
|
PastaPastaPasta
commented
Dec 8, 2025
| ((gnu packages python-crypto) #:select (python-asn1crypto)) | ||
| ((gnu packages tls) #:select (openssl)) | ||
| ((gnu packages version-control) #:select (git-minimal)) | ||
| ((gnu packages xml) #:select (expat)) |
Member
Author
There was a problem hiding this comment.
Not clear why this is different
Member
Author
There was a problem hiding this comment.
Suggested change
| ((gnu packages xml) #:select (expat)) | |
| (gnu packages xml) |
PastaPastaPasta
commented
Dec 8, 2025
| $(package)_config_opts := --enable-option-checking --disable-dependency-tracking | ||
| $(package)_config_opts += --enable-shared --disable-static --disable-documentation | ||
| $(package)_config_opts += --disable-dtd-validation --with-host-scanner | ||
| $(package)_cflags += -D_GNU_SOURCE |
Member
Author
There was a problem hiding this comment.
notable difference
PastaPastaPasta
commented
Dec 8, 2025
Comment on lines
+11
to
+12
| # libffi uses GNU C extensions (asm, ssize_t) that require gnu11 instead of c11 | ||
| $(package)_cflags := -std=gnu11 |
Member
Author
There was a problem hiding this comment.
notable difference
knst
reviewed
Dec 9, 2025
|
|
||
| export CONTAINER_NAME=ci_native_tsan | ||
| export PACKAGES="clang-19 llvm-19 libclang-rt-19-dev libc++abi-19-dev libc++-19-dev python3-zmq" | ||
| export PACKAGES="clang-19 llvm-19 libclang-rt-19-dev libc++abi-19-dev libc++-19-dev python3-zmq libexpat1-dev" |
Collaborator
There was a problem hiding this comment.
need to update also doc/build-unix.md and other related files
Collaborator
Collaborator
|
This pull request has conflicts, please rebase. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Issue being fixed or feature implemented
AI implemented: bitcoin#22708 (comment)
A primary goal being to modify our flatpak to have the container use wayland instead of X11. Currently, Dash Core crashes if a system online exposes wayland and no X11 compatibility layer.
How Has This Been Tested?
Ran on fedora 43 Gnome VM forcing wayland (Qt on Gnome will always fallback to X11 unless forced, inside KDE (knst please test) it should use wayland natively.
Breaking Changes
Checklist:
Go over all the following points, and put an
xin all the boxes that apply.