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 @ 2023-03-15 11:03  learn_to_death  阅读(97)  评论(0)    收藏  举报