我的系统是Ubuntu20.04,我从Linux Mint存储库下载D1并手动安装它。安装中没有显示错误或警告。但是,当我打开nemo-preview时,nemo不起作用。
我在命令行中运行nemo-preview,它显示以下信息,然后退出。
(nemo-preview-start:20719): Cjs-WARNING **: 14:03:55.707: JS ERROR: Error: Requiring NemoPreview, version none: Typelib file for namespace 'GtkSource', version '3.0' not found
@/usr/share/nemo-preview/js/ui/fallbackRenderer.js:31:7
@/usr/share/nemo-preview/js/ui/mimeHandler.js:28:7
@/usr/share/nemo-preview/js/viewers/image.js:38:7
Segmentation fault (core dumped)/usr/share/nemo-preview/js/ui/fallbackRenderer.js:31:7中的内容是
const NemoPreview = imports.gi.NemoPreview;有人知道如何解决这个问题吗?
发布于 2020-12-07 10:46:54
在安装了gir1.2-gtksource-3.0和其他依赖的软件包之后,我终于解决了这个问题。
https://askubuntu.com/questions/1298083
复制相似问题