Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Linux GUI Applications on Windows Subsystem for Linux

A Beginners Guide to Windows App Development Tools Linux 64 bit

Windows 11 added full GUI and X windows support to the Windows Subsystem for Linux (WSL2).

In this post, you’ll join a webinar to learn more about WSL2, how it works, how to properly configure it, and how to target it in your application development. Without the need for a second computer or the overhead of a virtual machine, you can test your Linux applications on your Windows desktop. With these topics, you’ll learn how to make use of additional Linux features and APIs in your applications with the use of Windows IDE.

Windows Subsystem for Linux

Microsoft & Linux (addressing the elephant in the room…)

Benefits and Use Cases

WSL Installation Guide

Available Distributions

Managing WSL Distros

First Run

Connecting from the IDE

Linux User Password Reset

  1. Note your username
  2. From Windows terminal get the distro name
    • wsl -l
  3. From Windows terminal switch default-user to root
    • ubuntu config –default-user root
  4. Launch the WSL distro (you will be logged in as root)
    • ubuntu
  5. Change the user’s password
    • passwd username
  6. Change the default user back
    • ubuntu config –default-user username
  7. Launch the WSL distro again

Accessing Files Between Systems

Windows Subsystem for Linux resources

More WSL Resources

FMXLinux Resources

Setting up CentOS (Redhat based)

Do you want to create Linux GUI Applications on Windows?
Try out the Windows IDE and make the most of it. Request a Free Trial here.

Exit mobile version