Skip to content

Fixes for building and running on Linux - #229

Open
akb825 wants to merge 1 commit into
yse:developfrom
akb825:develop
Open

Fixes for building and running on Linux#229
akb825 wants to merge 1 commit into
yse:developfrom
akb825:develop

Conversation

@akb825

@akb825 akb825 commented Aug 13, 2026

Copy link
Copy Markdown

Use toString() function instead of toArray() for data type of Int8. The toArray() function is not supported when int8_t is distinct from char.

Fixed uses of deprecated functions. These throw compiler warnings for now, and may break for later versions if those functions are removed.

The use_custom_window_header global setting is now set to false when running on Wayland. As the display protocol doesn't support placing or moving windows on the application side, the custom header is almost entirely non-functional.

Fixes #221

Use toString() function instead of toArray() for data type of Int8. The
toArray() function is not supported when int8_t is distinct from char.

Fixed uses of deprecated functions. These throw compiler warnings for now,
and may break for later versions if those functions are removed.

The use_custom_window_header global setting is now set to false when
running on Wayland. As the display protocol doesn't support placing or
moving windows on the application side, the custom header is almost
entirely non-functional.

Fixes yse#221
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build error with qt6-base-6.10.0-2 on ARCH Linux

2 participants