Skip to content
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

fix: existing wm titlebar #38

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

18202781743
Copy link
Contributor

It's unload dxcb platform plugin, and it's an change for qt,
using QDir().entryList() to find plugin in qt6.2 before,
and using QDirIterator() to find in qt6.2 after.
QDir will sort result by name default, which is like ls,
and QDirIterator doesn't sort result, which is like ls -U.
now we fix it in application temporarily.

Issue: linuxdeepin/developer-center#6686

@18202781743
Copy link
Contributor Author

/integrate

Copy link

github-actions bot commented Jan 5, 2024

AutoIntegrationPr Bot
auto integrate with pr url: deepin-community/Repository-Integration#898
PrNumber: 898
PrBranch: auto-integration-7419573882

main.cpp Show resolved Hide resolved
main.cpp Outdated Show resolved Hide resolved
main.cpp Show resolved Hide resolved
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, asterwyx, zccrs

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-bot
Copy link

deepin-bot bot commented Jan 8, 2024

TAG Bot

New tag: 0.4.0
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #36

  It's unload dxcb platform plugin, and it's an change for qt,
using `QDir().entryList()` to find plugin in qt6.2 before,
and using `QDirIterator()` to find in qt6.2 after.
QDir will sort result by name default, which is like `ls`,
and QDirIterator doesn't sort result, which is like `ls -U`.
  now we fix it in application temporarily.

Issue: linuxdeepin/developer-center#6686
@18202781743 18202781743 merged commit 7589e73 into linuxdeepin:master Jan 9, 2024
9 of 10 checks passed
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.

5 participants