[Desktop] Sublime text等应用无法保存或打开文件
Tofloor
poster avatar
mgao
deepin
2023-05-23 00:49
Author

系统: Deepin OS v20.9

问题:Sublime text等应用无法保存或打开文件

错误日志:

tk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/bloom/actions/24/image-missing.svg: 无法识别的图像文件格式 (gdk-pixbuf-error-quark, 3)
Redirecting call to abort() to mozalloc_abort

ExceptionHandler::GenerateDump cloned child 28349
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
2023-05-22 16:44:13: minidump.cc:2584: ERROR: MinidumpModuleList count 0 exceeds maximum 1024
2023-05-22 16:44:13: minidump.cc:4979: ERROR: GetStream could not read stream type 4

(crashreporter:28350): Gtk-WARNING **: 16:44:13.807: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**

Reply Favorite View the author
All Replies
mgao
deepin
2023-05-23 00:51
#1

已确认

/usr/share/icons/bloom/actions/24/image-missing.svg

图片没有问题

Reply View the author
落日
deepin
2023-05-23 00:54
#2
mgao

已确认

/usr/share/icons/bloom/actions/24/image-missing.svg

图片没有问题

可能缺包了,你得自己在sublime里找

Reply View the author
mgao
deepin
2023-05-23 00:58
#3
落日

可能缺包了,你得自己在sublime里找

谢谢回复,已解决。

Reply View the author
mgao
deepin
2023-05-23 00:58
#4

解决方案:

sudo update-mime-database /usr/share/mime

参考:https://askubuntu.com/questions/1351607/gtk-warning-could-not-load-a-pixbuf-from-icon-theme

Reply View the author