配置OpenCV编译环境执行下面代码:
sudo gedit /etc/ld.so.conf.d/opencv.conf
出现了问题:
(gedit:27306): IBUS-WARNING **: 21:20:05.822: The owner of /home/q/.config/ibus/bus is not root!
(gedit:27306): IBUS-WARNING **: 21:20:05.899: Unable to connect to ibus: 试图读取一行时,异常地缺失内容
最后通过在sudo后面加-i解决
sudo -i gedit /etc/ld.so.conf.d/opencv.conf