-
Notifications
You must be signed in to change notification settings - Fork 178
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: Change dbus interface of deepin control center #1591
Conversation
Change dbus interface of deepin control center Log: The dbus interface name was renamed to org.deepin.dde.ControlCenter1
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hillwoodroc 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
必须考虑 不同镜像环境上的兼容性。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
至少给出1060~1062、1070 兼容性测试说明
@@ -157,8 +157,8 @@ void EventHandle::show(QString name, int mode) | |||
#else | |||
bool EventHandle::wallpaperSetting(const QString &name) | |||
{ | |||
QDBusMessage msg = QDBusMessage::createMethodCall("com.deepin.dde.ControlCenter", "/com/deepin/dde/ControlCenter", | |||
"com.deepin.dde.ControlCenter", "ShowPage"); | |||
QDBusMessage msg = QDBusMessage::createMethodCall("org.deepin.dde.ControlCenter1", "/org/deepin/dde/ControlCenter1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此代码会在旧版(<=1050)镜像和社区镜像(v23)上运行,也许需要考虑兼容性问题
TAG Bot New tag: 6.0.38 |
TAG Bot New tag: 6.0.39 |
TAG Bot New tag: 6.0.40 |
TAG Bot New tag: 6.0.41 |
TAG Bot New tag: 6.0.42 |
TAG Bot New tag: 6.0.43 |
TAG Bot New tag: 6.0.44 |
TAG Bot New tag: 6.0.45 |
TAG Bot New tag: 6.0.46 |
TAG Bot New tag: 6.0.47 |
TAG Bot New tag: 6.0.48 |
Change dbus interface of deepin control center
Log: The dbus interface name was renamed to org.deepin.dde.ControlCenter1