ubuntu设置无法打开(更新gstreamer导致)

转自:https://askubuntu.com/questions/1348145/gnome-control-center-symbol-lookup-error-lib-x86-64-linux-gnu-libgstvideo-1-0

【I finally found it. GStremer had installed some libs under /usr/local/lib, specifically libgstbase-1.0.solibgstbase-1.0.so.0libgstbase-1.0.so.0.1405.0libgstreamer-1.0.lalibgstreamer-1.0.solibgstreamer-1.0.so.0 and libgstreamer-1.0.so.0.1405.0. After I removed them gnome-control-center worked fine. I hope nothing else has broken, I'll edit if I find something else out.】

 

更新gstreamer后,ubuntu的设置打不开

删除下列文件后可以重新打开

 

 

ls -lsa /usr/local/lib/libgstbase-1.0*

ls -lsa /usr/local/lib/libgstreamer-1.0*

 

将文件暂时移动到桌面

sudo mv /usr/local/lib/libgstreamer-1.0* ~/Desktop/libtrash/

sudo mv /usr/local/lib/libgstbase-1.0* ~/Desktop/libtrash/

 

posted @   learn_to_death  阅读(76)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
点击右上角即可分享
微信分享提示