Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-camera (6.5.4) unstable; urgency=medium

* remove kwayland-shell env

-- Liu zheng <liuzheng@uniontech.com> Wed, 06 Nov 2024 16:54:40 +0800

deepin-camera (6.5.3) unstable; urgency=medium

* chore: Update linglong build script.
Expand Down
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ int main(int argc, char *argv[])
}

if (bWayland) {

if (qEnvironmentVariable("DDE_CURRENT_COMPOSITOR") != "TreeLand")
qputenv("QT_WAYLAND_SHELL_INTEGRATION", "kwayland-shell");
QSurfaceFormat format;
format.setRenderableType(QSurfaceFormat::OpenGLES);
format.setDefaultFormat(format);
Expand Down