-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update LXQt to 1.4.0 #98
Open
robwoolley
wants to merge
15
commits into
schnitzeltony:master
Choose a base branch
from
robwoolley:lxqt-1.4.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Signed-off-by: Rob Woolley <[email protected]>
Signed-off-by: Rob Woolley <[email protected]>
The server support is marked as deprecated and was removed shortly after this release. We can just disable it from building instead of fixing the build failure. Signed-off-by: Rob Woolley <[email protected]>
The QMake build system adds comments to the files to show where code is included from. We remove these references to the build machine to avoid QA warnings about unreproducible builds. Signed-off-by: Rob Woolley <[email protected]>
Signed-off-by: Rob Woolley <[email protected]>
This header file specifies the absolute build path in the #include directive. Change the path to the target destination path to avoid a QA error. Signed-off-by: Rob Woolley <[email protected]>
LXQt forked the lxmenu-data package from LXDE to produce their own custom version. Signed-off-by: Rob Woolley <[email protected]>
Add the new recipe to packages that depend on it. Signed-off-by: Rob Woolley <[email protected]>
The lxqt-config package has a dependency on libkscreen from KDE. To avoid upgrading all of KDE, we can instead disable lxqt-config-monitor and remove libkscreen from the dependency list. Signed-off-by: Rob Woolley <[email protected]>
Signed-off-by: Rob Woolley <[email protected]>
Add Upstream-Status and refresh the context to apply without fuzz. Signed-off-by: Rob Woolley <[email protected]>
Remove the old backported patch which has been merged in. Add a new backport that updates lxqt-session for procps-ng API changes. Signed-off-by: Rob Woolley <[email protected]>
Signed-off-by: Rob Woolley <[email protected]>
Signed-off-by: Rob Woolley <[email protected]>
Signed-off-by: Rob Woolley <[email protected]>
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.
LXQt 1.4.0 is the last release based on Qt 5.15, the last LTS version of Qt5: https://lxqt-project.org/release/2023/11/05/release-lxqt-1-4-0/
Changes were tested with 5.15.16: meta-qt5/meta-qt5#593
Testing involved adding "exec startlxqt" to a copy of xinitrc in ~/.xinitrc. It brought up the LXQt desktop and was able to run the various applications. I used a Raspberry Pi 5 for testing.
Caveat: I disabled lxqt-config-monitor as it added a dependency on libkscreen from KDE. I did not upgrade KDE as I was unsure which version to choose to match 5.15.16.