Ubuntu 20.04 文件管理器图标卡死

问题

Ubuntu 20.04系统下,文件管理器图标卡死,其他功能全部正常运行

解决方案

打开终端,输入nautilus,观察能够打开一个文件管理器。如果可以打开,说明只是图标卡,重启桌面图标扩展即可。

执行如下指令:

bash 复制代码
gnome-extensions list --enabled

可以看到类似如下的输出:

bash 复制代码
ding@rastersoft.com(Ubuntu 22.04+)
desktop-icons@csoriano(Ubuntu 20.04)

然后,重启扩展

bash 复制代码
gnome-extensions disable ding@rastersoft.com 或 desktop-icons@csoriano
gnome-extensions enable ding@rastersoft.com 或 desktop-icons@csoriano
相关推荐
chlk12312 小时前
Linux文件权限完全图解:读懂 ls -l 和 chmod 755 背后的秘密
linux·操作系统
舒一笑13 小时前
Ubuntu系统安装CodeX出现问题
linux·后端
改一下配置文件13 小时前
Ubuntu24.04安装NVIDIA驱动完整指南(含Secure Boot解决方案)
linux
碳基沙盒14 小时前
OpenClaw 多 Agent 配置实战指南
运维
深紫色的三北六号1 天前
Linux 服务器磁盘扩容与目录迁移:rsync + bind mount 实现服务无感迁移(无需修改配置)
linux·扩容·服务迁移
SudosuBash1 天前
[CS:APP 3e] 关于对 第 12 章 读/写者的一点思考和题解 (作业 12.19,12.20,12.21)
linux·并发·操作系统(os)
哈基咪怎么可能是AI2 天前
为什么我就想要「线性历史 + Signed Commits」GitHub 却把我当猴耍 🤬🎙️
linux·github
十日十行2 天前
Linux和window共享文件夹
linux
木心月转码ing3 天前
WSL+Cpp开发环境配置
linux
蝎子莱莱爱打怪3 天前
Centos7中一键安装K8s集群以及Rancher安装记录
运维·后端·kubernetes