1 Star 0 Fork 13

阿翔与山海经/dde-session-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Fix-wm-chooser-error-in-openeuler.patch 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
weidongkl 提交于 2021-09-23 21:36 . Fix wm-chooser error
From a71fcac57c7e3e4247ed433f67f6bd5e8ca09d6e Mon Sep 17 00:00:00 2001
From: weidong <weidong@uniontech.com>
Date: Thu, 23 Sep 2021 21:32:32 +0800
Subject: [PATCH] Fix wm-chooser error in openeuler
Signed-off-by: weidong <weidong@uniontech.com>
---
dde-wm-chooser/main.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dde-wm-chooser/main.cpp b/dde-wm-chooser/main.cpp
index c956566..01ea4d9 100644
--- a/dde-wm-chooser/main.cpp
+++ b/dde-wm-chooser/main.cpp
@@ -82,10 +82,10 @@ int main(int argc, char *argv[])
if (parser.isSet(config)) {
const DSysInfo::DeepinType DeepinType = DSysInfo::deepinType();
bool IsServerSystem = DSysInfo::DeepinServer == DeepinType;
- if (IsServerSystem) {
+ //if (IsServerSystem) {
selectNormalModel(parser.value(config));
return 0;
- }
+ //}
PropertyGroup *pg = new PropertyGroup();
--
2.20.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a-xiang-and-shanhaijing/dde-session-ui.git
git@gitee.com:a-xiang-and-shanhaijing/dde-session-ui.git
a-xiang-and-shanhaijing
dde-session-ui
dde-session-ui
master

搜索帮助