Last active
March 21, 2021 23:52
-
-
Save remlapmot/0e720b8bff25f1dbfd881b1c67f29e7f to your computer and use it in GitHub Desktop.
XLaunch file for running a windowed desktop environment for Ubuntu (or another Linux Distro) on WSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<XLaunch WindowMode="Windowed" ClientMode="NoClient" LocalClient="False" Display="-1" LocalProgram="xcalc" RemoteProgram="xterm" RemotePassword="" PrivateKey="" RemoteHost="" RemoteUser="" XDMCPHost="" XDMCPBroadcast="False" XDMCPIndirect="False" Clipboard="True" ClipboardPrimary="True" ExtraParams="-swcursor -ac" Wgl="True" DisableAC="False" XDMCPTerminate="False"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-ac
~/.bashrc
set (edit this withvi
withsudo vi ~/.bashrc
) Then re-read in.bashrc
withsource ~/.bashrc
~/.bashrc
set/etc/ssh/sshd_config
with the following settings.%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
to have this launched at login.