Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin-system-monitor修复记录
Experiences and Insight
452
views ·
0
replies ·
To
floor
Go
155******38
deepin
2018-05-26 18:47
Author
manjaro某日更新后,就不能打开任务管理器了。命令行启动提示deepin-system-monitor: error while loading shared libraries: libprocps.so.6: cannot open shared object file: No such file or directory。
去pamac-manager里面查看任务管理的依赖文件。发现有5个
,分析后发现是procps-ng的问题。
于是ln -s一个,然后ldconfig,提示
segmentation fault
。这个提示想必码农们很熟悉吧。不过我并不想按照码农思维去修复这个问题。直接用最粗暴的方式,从docker的镜像里面提取了一个libprocps.so.6,然后ldconfig,启动成功。久违的任务管理回来了,其实也没怎么用过。大多数时候都是用htop。下一步等manjaro打包的大佬修复这个问题。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
How to fix grub boot menu that has disappeared?
Popular Events
More
去pamac-manager里面查看任务管理的依赖文件。发现有5个
于是ln -s一个,然后ldconfig,提示segmentation fault。这个提示想必码农们很熟悉吧。不过我并不想按照码农思维去修复这个问题。直接用最粗暴的方式,从docker的镜像里面提取了一个libprocps.so.6,然后ldconfig,启动成功。久违的任务管理回来了,其实也没怎么用过。大多数时候都是用htop。下一步等manjaro打包的大佬修复这个问题。