AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1321845
Accepted
Warner
Warner
Asked: 2021-03-08 09:17:48 +0800 CST2021-03-08 09:17:48 +0800 CST 2021-03-08 09:17:48 +0800 CST

快照错误:由于字体而无法安装

  • 772

所以我在更新或安装 Snap 时遇到了这个错误:

$ sudo snap install snap-store
error: cannot perform the following tasks:
- Run configure hook of "snap-store" snap if present (run hook "configure": 
-----
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: unknown element "its:translateRule"
.....more of the same...
/usr/share/fonts: caching, new cache contents: 0 fonts, 10 dirs
/usr/share/fonts/WindowsFonts: /usr/share/fonts/WindowsFonts: error scanning
.....more of the same...
/var/snap/snap-store/common/fontconfig: cleaning cache directory
/var/cache/fontconfig: not cleaning unwritable cache directory
/snap/snap-store/518/gnome-platform/usr/bin/fc-cache: failed
-----)

我尝试过的任何 Snap 都会发生这种情况。

似乎与 Fontsconfig 相关(根据<链接>):

$ dpkg-query -W fontconfig fontconfig-config 
fontconfig  2.13.1-2ubuntu3
fontconfig-config   2.13.1-2ubuntu3

但是那里的解决方案(从另一台机器复制 /etc/fonts/fonts.conf )在这里没有任何效果。有人对解决方案有建议吗?

software-installation
  • 1 1 个回答
  • 524 Views

1 个回答

  • Voted
  1. Best Answer
    Warner
    2021-03-14T01:48:18+08:002021-03-14T01:48:18+08:00

    所以我设法解决了这个问题。我是这样做的:

    将字体移动到临时文件夹

    sudo mv /etc/fonts/ /etc/fonts.bak
    

    重置桌面:

    dconf reset -f /
    

    重置共享文件夹中现有字体的权限:

    find /usr/share/fonts -type f -exec sudo chmod 644 {} \;
    

    重置用户文件夹中现有字体的权限:

    find ~/.fonts -type f -exec sudo chmod 644 {} \;
    

    将字体移回原始文件夹:

    sudo mv /etc/fonts.bak/ /etc/fonts
    

    重置字体缓存

    sudo fc-cache -r -v
    

    不利的一面是,通过重置桌面,您将不得不重新开始您在那里所做的任何自定义。另外,我绝不是专家,但以上内容对我有用,所以我想分享它..

    • 2

相关问题

  • 如何在没有 root 访问权限的情况下安装软件包?

  • 设置 LAMP 堆栈的最简单方法是什么?

  • 我应该在哪里安装 sagemath?

  • How do I install Adobe Flash player?对于 11.10 及更高版本明确修复 11.10 上的 64 位 Flash

  • 如何设置软件中心为非 root 用户安装软件?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve