[feat] [Feature] Fix wayland not being there for the appimage + Add linux build doc#1022
[feat] [Feature] Fix wayland not being there for the appimage + Add linux build doc#1022dail8859 merged 5 commits intodail8859:masterfrom
Conversation
|
Ubuntu CI seems to fail due it using github packages to setup QT. May I replace that with? sudo apt install -y \
cmake \
ninja-build \
file \
libxkbcommon-dev \
libxkbcommon-x11-0 \
fuse \
libxcb-cursor-dev \
libcups2-dev \
libglib2.0-0 \
libglib2.0-dev \
libproxy1v5 \
libproxy-dev \
qt6-base-dev \
qt6-base-dev-tools \
qt6-tools-dev \
qt6-tools-dev-tools \
qt6-wayland \
qt6-wayland-dev \
libqt6waylandclient6 \
qml6-module-qtwayland-compositor \
libqt6core5compat6 \
libqt6core5compat6-dev \
qt6-base-private-dev |
|
Could you revert the unneeded changes to the whitespace formatting and quotes please?
I'd prefer to keep that GitHub action as is and keep using |
|
think u can do that? i never use packages on purpose |
|
No clue. Just odd it works on everything else except Qt6.10 |
|
I found this. Seems like the platform plugin may have got renamed for Qt6.10 |
CI has matrix with qt |
|
Even if it didn't use GitHub packages to install Qt you'd still have to have an if statement for the name of the plugin to include. |
Fixed. |
|
Thanks! I'm assuming the AppImages are working better on Wayland now? |
Yea there's no need for xwayland now. Please add in dark theme tho its the most essential thing this needs |
|
Thank you for this. And thank you for adding in the documentation for building this on Linux. |
solves #981 + adds linux build doc