登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025 年度开源项目评选中
代码拉取完成,页面将自动刷新
开源项目
>
其他开源
>
操作系统
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
19
Star
115
Fork
2
GXDE OS
/
GXDE Support 支持中心
代码
Issues
58
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
WSL2运行GXDE GUI崩溃
待办的
#ID5XT0
SunnyPai
创建于
2025-11-11 08:33
**触发经过:** 直接运行BAT启动WSL2后,终端输出错误,同时随时可能直接退出GUI窗口并结束终端会话 几次尝试复现时,发现退出的时间和我是否进行操作没有明确关联,即使启动后什么也不做也会闪退,但反复点击2-3次Dock上“多任务视图”功能,几乎必定触发错误 WSL2启动CLI可以正常使用,同时尝试更新系统软件包后再次启动GUI,但没有帮助 Windows终端全部输出如下: ``` Run GXDE GUI [sudo] SunnyPai 的密码: Load Xephyr _XSERVTransmkdir: Mode of /tmp/.X11-unix should be set to 1777 Find Display :1 Load GXDE Desktop <warning> sound_effect.go:58: section "Seat:*" not found <warning> brightness.go:154: failed to set brightness to 1 for default: The output(555) has invalid gamma size <warning> manager.go:619: The output(555) has invalid gamma size <info> manager.go:630: [updateMonitors] add monitor: default 0 0 640 480 <warning> brightness.go:154: failed to set brightness to 1 for default: The output(555) has invalid gamma size <warning> brightness.go:138: The output(555) has invalid gamma size <warning> xsettings.go:137: failed to set scale factor for qt: Failed to execute program com.deepin.daemon.Greeter: Permission denied No xresources data found! <warning> session.go:325: Unknown object '/org/freedesktop/login1/session/self'. <warning> session.go:330: call SwapSchedHelper.Prepare error: com.deepin.DBus.Error.Unnamed:not found session <warning> session.go:365: failed to new swap sched dispatcher: controllers of cgroup not all exist <warning> vm.go:104: No such object/com/deepin/daemon/Display/Monitordefault <info> session_process.go:104: kwin_no_scale [] startup duration: 505.84933ms <warning> startmanager.go:94: open /usr/lib/UIAppSched.hooks/launched: no such file or directory <info> session_process.go:104: /usr/lib/deepin-daemon/dde-session-daemon [] startup duration: 206.168108ms <info> session_process.go:104: /usr/bin/gxde-dock [] startup duration: 54.301982ms <info> session_process.go:104: /usr/bin/gxde-desktop-panel [] startup duration: 384.631417ms <info> session_process.go:59: start dde-session-daemon part2 cost: 254.400968ms <info> main.go:125: iowait disabled <warning> session_process.go:91: Wait command /usr/bin/gxde-dock [] failed: signal: killed <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 Gkr-Message: 09:18:47.319: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. ** (process:1690): WARNING **: 09:18:47.319: Failed to get default keyring: 6 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> session_process.go:91: Wait command /usr/lib/deepin-daemon/dde-session-daemon [] failed: exit status 2 ``` --- _**其他可能有帮助的信息:**_ ``` 设备名称 Laptop 处理器 Intel(R) Core(TM) Ultra 7 258V (2.20 GHz) 机带 RAM 32.0 GB (31.5 GB 可用) 设备 ID 96162C72-88E1-4187-BBB0-F0122B086D92 产品 ID 00391-70000-00000-AA244 系统类型 64 位操作系统, 基于 x64 的处理器 笔和触控 为 10 触摸点提供触控支持 ``` 考虑到我的CPU是第一款也是唯一一款x86的统一内存架构CPU,可能存在这方面因素。 同时也可能和vmware workstation与WSL2共存安装有一定关系,但近期暂未了解过相关兼容性报告 --- 如果需要提供设备测试,我很乐意协助,欢迎随时联系,也感谢各位辛苦付出!
**触发经过:** 直接运行BAT启动WSL2后,终端输出错误,同时随时可能直接退出GUI窗口并结束终端会话 几次尝试复现时,发现退出的时间和我是否进行操作没有明确关联,即使启动后什么也不做也会闪退,但反复点击2-3次Dock上“多任务视图”功能,几乎必定触发错误 WSL2启动CLI可以正常使用,同时尝试更新系统软件包后再次启动GUI,但没有帮助 Windows终端全部输出如下: ``` Run GXDE GUI [sudo] SunnyPai 的密码: Load Xephyr _XSERVTransmkdir: Mode of /tmp/.X11-unix should be set to 1777 Find Display :1 Load GXDE Desktop <warning> sound_effect.go:58: section "Seat:*" not found <warning> brightness.go:154: failed to set brightness to 1 for default: The output(555) has invalid gamma size <warning> manager.go:619: The output(555) has invalid gamma size <info> manager.go:630: [updateMonitors] add monitor: default 0 0 640 480 <warning> brightness.go:154: failed to set brightness to 1 for default: The output(555) has invalid gamma size <warning> brightness.go:138: The output(555) has invalid gamma size <warning> xsettings.go:137: failed to set scale factor for qt: Failed to execute program com.deepin.daemon.Greeter: Permission denied No xresources data found! <warning> session.go:325: Unknown object '/org/freedesktop/login1/session/self'. <warning> session.go:330: call SwapSchedHelper.Prepare error: com.deepin.DBus.Error.Unnamed:not found session <warning> session.go:365: failed to new swap sched dispatcher: controllers of cgroup not all exist <warning> vm.go:104: No such object/com/deepin/daemon/Display/Monitordefault <info> session_process.go:104: kwin_no_scale [] startup duration: 505.84933ms <warning> startmanager.go:94: open /usr/lib/UIAppSched.hooks/launched: no such file or directory <info> session_process.go:104: /usr/lib/deepin-daemon/dde-session-daemon [] startup duration: 206.168108ms <info> session_process.go:104: /usr/bin/gxde-dock [] startup duration: 54.301982ms <info> session_process.go:104: /usr/bin/gxde-desktop-panel [] startup duration: 384.631417ms <info> session_process.go:59: start dde-session-daemon part2 cost: 254.400968ms <info> main.go:125: iowait disabled <warning> session_process.go:91: Wait command /usr/bin/gxde-dock [] failed: signal: killed <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 Gkr-Message: 09:18:47.319: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. ** (process:1690): WARNING **: 09:18:47.319: Failed to get default keyring: 6 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> dde_polkit_agent.go:75: gxde-polkit-agent exit with error: exit status 255 <warning> session_process.go:91: Wait command /usr/lib/deepin-daemon/dde-session-daemon [] failed: exit status 2 ``` --- _**其他可能有帮助的信息:**_ ``` 设备名称 Laptop 处理器 Intel(R) Core(TM) Ultra 7 258V (2.20 GHz) 机带 RAM 32.0 GB (31.5 GB 可用) 设备 ID 96162C72-88E1-4187-BBB0-F0122B086D92 产品 ID 00391-70000-00000-AA244 系统类型 64 位操作系统, 基于 x64 的处理器 笔和触控 为 10 触摸点提供触控支持 ``` 考虑到我的CPU是第一款也是唯一一款x86的统一内存架构CPU,可能存在这方面因素。 同时也可能和vmware workstation与WSL2共存安装有一定关系,但近期暂未了解过相关兼容性报告 --- 如果需要提供设备测试,我很乐意协助,欢迎随时联系,也感谢各位辛苦付出!
评论 (
3
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (3)
标签 (43)
master
DCLC
DebianDDE15
2025.11.05
2025.10.26
2025.10.01
2025.09.26
2025.08.29gxde1
2025.06.30
2025.06.22
2025.06.11-1
2025.06.11
2025.06.09
2025.06.07-2
2025.06.07-1
2025.06.07
2025.05.07
2025.05.04
2025.04.23
2025.04.22
2025.04.06
2025.03.09
2025.01.26
2025.01.12
resources
2024.12.13
2024.12.07
2024.12.05gxde1
2024.12.05
2024.12.01
2024.11.14gxde1
2024.11.14
2024.11.10
2024.10.26
2024.10.20
2024.10.19
2024.10.14
2024.10.11
2024.10.10
2024.10.06
2024.10.04
2024.10.01
2024.09.24
2024.09.01
2024.08.25
2024.03.23
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
C++
1
https://gitee.com/GXDE-OS/GXDE.git
git@gitee.com:GXDE-OS/GXDE.git
GXDE-OS
GXDE
GXDE Support 支持中心
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册