Xlib: extension “XInputExtension” missing on display “:1” Atom Ubuntu

后端 未结 2 447
一个人的身影
一个人的身影 2021-02-04 04:01

I have an Amazon EC2 instance that runs Ubuntu 16.04 server. I installed atom and for some reason I am not able to start Atom. Everytime I start atom with the command line I see

2条回答
  •  感情败类
    2021-02-04 04:39

    This is good in general if you use headless VM;

    cd /usr/lib/x86_64-linux-gnu/
    cp libxcb.so.1 libxcb.so.1.bak
    sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' libxcb.so.1
    

    It will fix all apps with same error

提交回复
热议问题