Copilot

Results 4682 issues of Copilot

Ports the new Windows Terminal fragment format from Pengwin Enterprise that enables profile visibility in the terminal menu even when the distro is not installed. ### Changes - **Dual profile...

New WSL architecture automatically handles default user configuration during installation, making the manual `/etc/wsl.conf` modification unnecessary. However, explicit user changes via `config --default-user` should still update configuration files, now including...

The pengwin.exe launcher ignores the starting directory when invoked from Windows Terminal's "Open in Terminal" context menu, always launching in the user's home directory instead. ## Changes - **Added `IsCurrentDirNotSystem32()`...

- [x] Create installer script `pengwin-setup.d/shell-integration.sh` for Windows Terminal shell integration - [x] Add menu entry in `pengwin-setup.d/shells.sh` for the new installer - [x] Create uninstaller script `pengwin-setup.d/uninstall/shell-integration.sh` - [x]...

Adds installer for WezTerm terminal emulator with option to install either the Windows native version (better window management) or the Linux version (requires X/WSLg). ### Changes - **`pengwin-setup.d/wezterm.sh`** - Main...

Pengwin will boot with systemd enabled by default. Installers must detect systemd at PID 1 and use `systemctl` to manage services, while maintaining backward compatibility with WSL1 and systemd-disabled scenarios....

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....

## Plan for Adding Sudo Management - [x] Create main installer script: `pengwin-setup.d/wsl-hello-sudo.sh` - [x] Create passwordless sudo installer: `pengwin-setup.d/passwordless-sudo.sh` - [x] Create sudo management menu: `pengwin-setup.d/sudo-management.sh` - [x] Add...

Create comprehensive Pengwin User Guide with focus on pengwin-setup - [x] Create main USER_GUIDE.md with the following sections: - [x] Introduction to Pengwin - [x] Initial Setup (Installing WSL, Installing...

This PR makes X410 and VcXsrv X server options directly visible in the pengwin-setup GUI menu, addressing the usability issue where users had to first disable WSLg before these options...