feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -0,0 +1,40 @@
---
title: "Ubuntu用RustDesk远程登录出现不能使用Wayland登录的错误"
type: source
tags: [rustdesk, ubuntu, wayland, 远程桌面]
date: 2025-10-01
---
## Source File
- [[raw/Home Office/Ubuntu用RustDesk远程登录出现不能使用Wayland登录的错误.md]]
## Summary
- 核心主题:解决 Ubuntu 24.04 Wayland 导致 RustDesk 无法在登录界面远程控制的故障
- 问题域:远程桌面配置
- 方法/机制:禁用 Wayland强制系统使用 X11 (Xorg) 显示协议
- 结论/价值:通过 /etc/gdm3/custom.conf 设置 WaylandEnable=falseRustDesk 可正常工作
## Key Claims
- Ubuntu 24.04 默认使用 WaylandWayland 出于安全设计限制外部程序在未登录状态下获取屏幕控制权
- 解决方案:编辑 /etc/gdm3/custom.conf取消注释 WaylandEnable=false
- 重启 GDM 服务sudo systemctl restart gdm3
## Key Quotes
> "WaylandEnable=false" — 强制 Ubuntu 登录界面使用 X11 的关键配置
## Key Concepts
- [[Wayland]]Linux 现代化显示协议,安全性高但兼容性差
- [[X11 (Xorg)]]传统显示协议RustDesk 兼容性好
- [[GDM3]]GNOME 显示管理器
## Key Entities
- [[RustDesk]]:开源远程桌面软件
- [[Ubuntu]]:操作系统
## Connections
- [[Ubuntu]] ← uses ← [[GDM3]]
- [[GDM3]] ← configures ← [[Wayland]]
- [[RustDesk]] ← requires ← [[X11]]
## Contradictions
-