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
2 changes: 1 addition & 1 deletion dde-blackwidget/src/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Window::Window(QWidget *parent)
QCursor cursor(Qt::BlankCursor);
this->setCursor(cursor);

DTK_CORE_NAMESPACE::DConfig *dsgConfig = DTK_CORE_NAMESPACE::DConfig::create("org.deepin.startdde", QString("org.deepin.Display"));
DTK_CORE_NAMESPACE::DConfig *dsgConfig = DTK_CORE_NAMESPACE::DConfig::create("org.deepin.dde.daemon", QString("org.deepin.Display"));
if (dsgConfig && dsgConfig->isValid() && dsgConfig->keyList().contains("gravity-rotate-black-enabled")) {
m_gravityRotateBlackEnabled = dsgConfig->value("gravity-rotate-black-enabled").toBool();
dsgConfig->deleteLater();
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-session-ui (6.0.27) unstable; urgency=medium

* chore: remove startdde dependency

-- fuleyi <fuleyi@uniontech.com> Wed, 02 Apr 2025 11:29:43 +0800

dde-session-ui (6.0.26) unstable; urgency=medium

* fix: Low battery window not translated
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Package: dde-session-ui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dist:Depends},
deepin-desktop-schemas (>= 5.9.14),
dde-daemon (>=5.13.27),
startdde (>=5.8.15),
dde-daemon (>=6.1.26),
x11-xserver-utils,
dbus-user-session,
dde-session-shell
Expand Down
Loading