1 GUI Glitch#
The default display manager for Ubuntu-20.04 installed on WSL 2 is gdm. By default, when running the vivado installer, the GUI will glitch when the page changes, and modifying the scaling does not fix it.
1.1 Solution#
Install kde and change the display manager to ssdm to fix this issue.
2 Ubuntu nvim Copying Content Cannot Be Pasted to Windows#
The reason is that Linux programs in wsl2 cannot directly access the Windows clipboard.
Installing wl-clipboard will solve this issue.
sudo apt install wl-clipboard