Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Created September 27, 2019 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewjberger/946e717b92b8c244ea401370a5007561 to your computer and use it in GitHub Desktop.
Save matthewjberger/946e717b92b8c244ea401370a5007561 to your computer and use it in GitHub Desktop.
arch linux wsl notes
# scoop install vcxsrv
# https://github.com/yuk7/ArchWSL
# launch xlauncher
# choose 0 for display number
# Uncheck 'use native gl'
in arch:
pacman-key --populate archlinux
pacman -Syyu
pacman -S plasma
export DISPLAY=:0
# export LIBGL_ALWAYS_INDIRECT=1 because we aren't using native gl
# make local user and install yay
yay -S dbus-x11 # to fix dbus issue
# follow this: https://github.com/dnschneid/crouton/wiki/Fix-error-while-loading-shared-libraries:-libQt5Core.so.5
sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
startkde
# more to come later probably
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment