
GitHub - microsoft/wslg: Enabling the Windows Subsystem for …
WSLg is short for Windows Subsystem for Linux GUI and the purpose of the project is to enable support for running Linux GUI applications (X11 and Wayland) on Windows in a fully integrated desktop experience.
Run Linux GUI apps with WSL | Microsoft Learn
Windows Subsystem for Linux (WSL) now supports running Linux GUI applications (X11 and Wayland) on Windows in a fully integrated desktop experience. WSL 2 enables Linux GUI applications to feel native and natural to use on Windows. You can now integrate both Windows and Linux applications into your workflow for a seamless desktop experience.
使用 WSL 运行 Linux GUI 应用 | Microsoft Learn
现在,可以在管理员 PowerShell 或 Windows 命令提示符中输入此命令,然后重启计算机来安装运行适用于 Linux 的 Windows 子系统 (WSL) 所需的全部内容。 计算机完成重启后,安装将继续进行,并要求你输入用户名和密码。 这将是 Ubuntu 发行版的 Linux 凭据。 现在,可开始在 WSL 上使用 Linux GUI 应用了! 有关详细信息,请查看 安装 WSL。 如果已在计算机上安装 WSL,可通过从提升的命令提示符运行更新命令来更新到包含 Linux GUI 支持的最新版本。 选择“开始”,键 …
WSLg Architecture - Windows Command Line
2021年4月21日 · Our WSLg project on GitHub has an architecture overview and details on how to get started building and running private versions of WSLg. In terms of the user experience, we wanted to offer a unified and integrated desktop experience.
WSLg简介 - 知乎 - 知乎专栏
WSLg (Windows Subsystem for Linux GUI) 主要功能是让用户能够直接在 Windows 10 桌面上运行 Linux 图形用户界面 (GUI)应用程序 1 2 。 这是微软为了将 Linux GUI 应用程序引入 Windows Subsystem for Linux (WSL) 而设立的目标,以增强两个系统之间的兼容性和集成性 3 。 通过 WSLg,用户可以像在 Linux 系统中那样,在其 Windows 系统中安装和运行 Linux GUI 应用程序,而无需离开 Windows 环境 4 。 WSLg 的运作方式是利用 RDP 客户端来显示 Linux 图形, …
使用 WSLg – IYATT-yx 的博客
2024年5月5日 · WSLg 是 Windows Subsystem for Linux GUI 的缩写,该项目的目的是在完全集成的桌面体验中支持在 Windows 上运行 Linux 图形界面应用程序(X11 和 Wayland)。 WSLg 实现了 Windows Linux 同时使用的体验。在 Windows 系统下可以同时使用 Windows 和 Linux 应用。
WSLg:为WSL增光添彩 - 知乎 - 知乎专栏
WSLg 是Windows Subsystem for Linux GUI的缩写,意图在WSL中支持直接运行Linux GUI程序,界面和Windows桌面环境无缝集成。 WSLg 在预览版之后不久就发布了正式版。 在 WSLg 之前,只能通过终端(比如微软自家的 Windows Terminal)运行WSL发型版中的命令行程序,常见的如运行vim/emacs写代码,然后编译、调试、部署一把梭过去,同时Windows上可能开着QQ、微信、Excel...,也不用虚拟机来回切换了,就在一台Windows 10机器上搞定。 有了 WSLg 后, …
WSLg 做了什么 - 知乎 - 知乎专栏
WSL2/WSLg 的系统架构[^1]就不谈了, 大家都知道 WSL2 发行版基本就是一个 Hyper-V 虚拟机里的 Linux , 加上与宿主 Windows 的互联互通, 与 WSLg 系统的互联互通. 今天研究下 WSL2 发行版比 Hyper-V 里安装的 Linux…
Windows Subsystem for Linux GUI (WSLg) 安装与配置指南
2024年9月13日 · Windows Subsystem for Linux GUI (WSLg) 是由微软开发的一个开源项目,旨在让Windows用户能够直接在Windows操作系统上无缝运行Linux图形界面应用(包括X11和Wayland协议的应用)。 这个项目使得开发者、科研人员或是有特殊需求的用户可以在不牺牲Windows环境的前提下,享受原生的Linux GUI应用体验。 WSLg的核心是集成性与用户体验的一致性,它支持从开始菜单启动应用,到任务栏显示,以及跨平台的剪切和粘贴等功能。 此项 …
WSLg 开源项目指南及常见问题解答 - CSDN博客
2024年9月13日 · WSLg(Windows Subsystem for Linux GUI)是由微软维护的一个开源项目,旨在使Windows Subsystem for Linux (WSL) 能够支持运行Linux图形界面应用,包括X11和Wayland协议的应用程序。 这个项目提供了一个更加集成化的体验,让开发者、科学家或爱好者在保留Windows操作系统的同时,也能无缝地运行那些最佳或仅能在Linux环境中运行的工具和应用程序。 主要编程语言:虽然项目本身涉及多个组件,包含了C/C++, Rust等,核心部分涉及到系 …