How to use xconfig to configure kernel in Ubuntu 18.04

The following error occurred when graphically configuring the Linux 4.19 kernel on my Ubuntu 18.04. It was
Insert image description here
solved after running the following command. Mark it here.
sudo apt-get install qttools5-dev

Insert image description hereIf there are still problems with make xconfig, then adding sudo
Insert image description herewill still cause problems. After checking, the following blog helped me
https://blog.csdn.net/qq_41634294/article/details/89409782The
solution is :
sudo vi /etc/environment

Add at the end

QT_X11_NO_MITSHM=1

After saving,
Insert image description here
Insert image description here
everything is normal after running source /etc/environment. So far, only these two problems have been found.

Guess you like

Origin blog.csdn.net/scarlettsp/article/details/120647005
Recommended