Skip to content

Libs -> Getting Started. #30

Description

@jesseVDwolf
  1. When installing on ubuntu 18.04 WSL2, resolvconf does not seem to be installed yet. This causes issues with:
    export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0.0

since the file /etc/resolv.conf doesn't exist. Dependency installation in previous subchapter Compilation on Linux can be changed too
sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev resolvconf

  1. When using Xming and opening Xlaunch, the default configuration will put "xterm" as default Start program option. Keeping this there and then finishing will result in an error and Xserver quiting. To solve this, keep this option empty as shown in the screenshot:
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions