[problem help] 调起文件管理器崩溃 Resolved
Tofloor
poster avatar
假设这是一个与用户名相似的昵称
deepin
2024-09-05 11:08
Author

好像是昨天开始的

vscode一直用的docker插件做开发, 昨天有个事需要修改本机的文件,就用的常规的打开文件夹,然后vscode就崩了,目前尝试了重装微软版、重装商店版、清空配置文件(~/.config/Code, ~/.vscode, ~/.vscode-server)都无效。

Remmina连接SSH服务器后,点开sftp连接(扳手 - 打开SFTP传输),点击上传,停顿一段时间后崩溃。

以上两个软件崩溃前均未成功调出文件管理器

微信调用文件管理器的时候倒是没崩,但调出来的是那个特别素的版本

目前可以确定没有问题的时间是刚装完V23的时候(8月28)

Reply Favorite View the author
All Replies
1 / 2
To page
假设这是一个与用户名相似的昵称
deepin
2024-09-05 11:09
#1

修改: 再次测试微信的另存为和发送文件两处调用文件管理器的地方,是正常的了

Reply View the author
iyue
deepin
2024-09-05 11:31
#2

是的 我今天已经无法正常工作了,在线等解决方案,也是从昨天下午开始。

Reply View the author
iyue
deepin
2024-09-05 11:34
#3

是所有需要调文件管理器的软件都会崩溃,不是vscode的问题,我chrome触发下载,还崩溃呢

Reply View the author
(ಡωಡ) 就是这个人
deepin
2024-09-05 11:41
#4

看到其它人评论,卸载QQ就行好了。

Reply View the author
假设这是一个与用户名相似的昵称
deepin
2024-09-05 11:41
#5
iyue

是所有需要调文件管理器的软件都会崩溃,不是vscode的问题,我chrome触发下载,还崩溃呢

https://www.cnblogs.com/dylanchu/p/11735864.html

根据你那个帖子的回复,我查到了这个,我正在尝试

Reply View the author
iyue
deepin
2024-09-05 11:59
#6
假设这是一个与用户名相似的昵称

https://www.cnblogs.com/dylanchu/p/11735864.html

根据你那个帖子的回复,我查到了这个,我正在尝试

换平时还能心平气和的去查 解决,这上着班,心累。

Reply View the author
假设这是一个与用户名相似的昵称
deepin
2024-09-05 12:23
#7
iyue

换平时还能心平气和的去查 解决,这上着班,心累。

正当理由摸鱼(

Reply View the author
程序猿MT
deepin
2024-09-05 12:43
#8

一样的 😢 我是今天开始的 就更新里下UOS ai 起开始

Reply View the author
iyue
deepin
2024-09-05 13:06
#9
假设这是一个与用户名相似的昵称

https://www.cnblogs.com/dylanchu/p/11735864.html

根据你那个帖子的回复,我查到了这个,我正在尝试

image.png

这里面就没有这个 mount-removable-storage-devices-as-read-only 也更新了 gsettings-desktop-schemas 感觉没关系,摆烂了

sudo dpkg -s gsettings-desktop-schemas        
Package: gsettings-desktop-schemas
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 308
Maintainer: Ubuntu Developers 
Architecture: all
Multi-Arch: foreign
Version: 46.0-1ubuntu2
Depends: dconf-gsettings-backend | gsettings-backend, session-migration
Breaks: gnome-panel (<< 3.49), gnome-shell (<
Reply View the author
左心房的痛
deepin
2024-09-05 13:42
#10

同样的问题,在线等

Reply View the author
假设这是一个与用户名相似的昵称
deepin
2024-09-05 13:51
#11
iyue

image.png

这里面就没有这个 mount-removable-storage-devices-as-read-only 也更新了 gsettings-desktop-schemas 感觉没关系,摆烂了

sudo dpkg -s gsettings-desktop-schemas        
Package: gsettings-desktop-schemas
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 308
Maintainer: Ubuntu Developers 
Architecture: all
Multi-Arch: foreign
Version: 46.0-1ubuntu2
Depends: dconf-gsettings-backend | gsettings-backend, session-migration
Breaks: gnome-panel (<< 3.49), gnome-shell (<

我回来了,这个服务修好了,但问题依旧

服务的修复过程:

# 查找设置文件
sudo find / | grep org.gnome.desktop.lockdown.gschema.xml > /tmp/glibfiles
# 查找没有这个key的配置文件(文件名下面没有输出的就是我要改的)
cat /tmp/glibfiles | xargs -I{} bash -c "echo {}; cat {} | grep mount"
# 我这里找到的是下面这些没有,但实际上只修改了最下面的
# /var/lib/linglong/layers/main/com.qq.wemeet.linyaps/3.19.2.400/x86_64/binary/files/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
# /var/lib/linglong/layers/main/org.deepin.foundation/20.0.0.28/x86_64/binary/files/usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
# /var/lib/linglong/entries/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
# 随便找一个有的,复制过来
# 然后切换到对应路径下,如 /var/lib/linglong/entries/share/glib-2.0/schemas/
cd /var/lib/linglong/entries/share/glib-2.0/schemas/
sudo glib-compile-schemas .
# 这时查看就应该有key了
gsettings list-keys org.gnome.desktop.lockdown
Reply View the author
左心房的痛
deepin
2024-09-05 13:52
#12
iyue

image.png

这里面就没有这个 mount-removable-storage-devices-as-read-only 也更新了 gsettings-desktop-schemas 感觉没关系,摆烂了

sudo dpkg -s gsettings-desktop-schemas        
Package: gsettings-desktop-schemas
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 308
Maintainer: Ubuntu Developers 
Architecture: all
Multi-Arch: foreign
Version: 46.0-1ubuntu2
Depends: dconf-gsettings-backend | gsettings-backend, session-migration
Breaks: gnome-panel (<< 3.49), gnome-shell (<

image.png

Reply View the author
186******52
deepin
2024-09-05 13:52
#13

卸载qq,问题解决。

Reply View the author
假设这是一个与用户名相似的昵称
deepin
2024-09-05 13:54
#14
186******52

卸载qq,问题解决。

我也想这么解决……但是我没装QQ……

Reply View the author
iyue
deepin
2024-09-05 13:57
#15
假设这是一个与用户名相似的昵称

我也想这么解决……但是我没装QQ……

我也是,我还特意安装了一下QQ 再卸载,算了 ,今天先摸过去,下来班,回去拿U盘重新安装22.04 别的都不稳定,我经不起这样的折腾,翻了一下论坛,看到有很多人在反馈,但是并没有解决方案,临时的都没有。

Reply View the author
左心房的痛
deepin
2024-09-05 14:12
#16

出了这么多问题,官方竟然没任何反应,我们果然是小白鼠

Reply View the author
iyue
deepin
2024-09-05 14:14
#17

~ cd /
➜ / fd org.gnome.desktop.lockdown.gschema.xml
var/lib/linglong/entries/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
var/lib/linglong/layers/main/com.bytedance.feishu.linyaps/7.22.9.0/x86_64/binary/files/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
var/lib/linglong/layers/main/org.deepin.foundation/23.0.0.28/x86_64/binary/files/usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
var/lib/linglong/layers/main/org.deepin.foundation/20.0.0.28/x86_64/binary/files/usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml_back
usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml
我把这些 全部加上了,

gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor
Loaded: loaded (/usr/lib/systemd/user/gvfs-udisks2-volume-monitor.service; static)
Active: active (running) since Thu 2024-09-05 14:08:54 CST; 3min 35s ago

这个倒是启动正常了,但是该崩溃的还是崩溃。

Reply View the author
iyue
deepin
2024-09-05 14:17
#18

GLib-GIO-ERROR **: 14:17:01.318: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'

这缺那缺的 烦死了。

Reply View the author
iyue
deepin
2024-09-05 14:30
#19

我的问题解决了,但是不应该这样解决。linglong我没有使用,但是linglong让我无法使用!!!!!!

sudo cp -r /var/lib/linglong/entries/share/glib-2.0/schemas /var/lib/linglong/entries/share/glib-2.0/schemas_
sudo cp -r /usr/share/glib-2.0/schemas /var/lib/linglong/entries/share/glib-2.0
Reply View the author
conlin
deepin
2024-09-05 14:36
#20
iyue

我的问题解决了,但是不应该这样解决。linglong我没有使用,但是linglong让我无法使用!!!!!!

sudo cp -r /var/lib/linglong/entries/share/glib-2.0/schemas /var/lib/linglong/entries/share/glib-2.0/schemas_
sudo cp -r /usr/share/glib-2.0/schemas /var/lib/linglong/entries/share/glib-2.0

ll-cli list 查一下是否有装腾讯系的玲珑应用,卸载掉试试。我这边是卸载了玲珑版的腾讯会议后已正常

Reply View the author
1 / 2
To page