Fontconfig error: Cannot load config file "infinality/conf.d"

reference:

https://forums.gentoo.org/viewtopic-t-1079210-start-0.html

resolved with following method:

unlink /etc/fonts/infinality/conf.d
ln -s /etc/fonts/infinality/styles.conf.avail/infinality /etc/fonts/infinality/conf.d

原文地址:https://www.cnblogs.com/johnsonshu/p/12017360.html

时间: 2024-08-04 03:40:23

Fontconfig error: Cannot load config file "infinality/conf.d"的相关文章

Unrecoverable error: corrupted cluster config file.

缘起 正在欢乐的逗着孩子玩耍,突然间来了一通电话,值班人员告诉我误重启了一台服务器,是我负责的服务,感觉都要吓飞了,赶紧打开电脑查看次服务器上跑的是什么业务, 不看不知道,一看吓一跳,尼玛,是著名的redis cluster集群中的一台服务器,此时此刻心中一万个草泥马奔腾而过.... 剖析 此集群是26台512G内存搭建的redis cluster,数据量已经达到了4T,每个服务器上篇对应24个实例,每个实例的内存配置为20G. 首先我登录了一台集群中的另外一台服务器B,通过B连接上redis

Mongodb_"Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value"解决方法

在启动配置文件的时候,系统报错:Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value 首先检查一下各个参数是否配置正确 第二步查看文件路径中是否正确,路径中用双引号包围时("D:\MongoDB\data"),应该将路径中的"\"换成"/"("D:/MongoDB/data") 第三步查看配置文件中是否以Ta

CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf

1,下载最新的yum-3.2.28.tar.gz并解压 #wget http://yum.baseurl.org/download/3.2/yum-3.2.28.tar.gz#tar xvf yum-3.2.28.tar.gz 2,进入目录,运行安装 #cd yum-3.2.28#./yummain.py install yum如果提示错误: CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/ 是

yum损坏报错: Error accessing file for config file:///h

yum损坏报错: CRITICAL:yum.cli:Config Error: Error accessing file for config file:///home/linux/+ wget http://yum.baseurl.org/download/3.2/yum-3.2.28.tar.gz 下载完成之后解压 tar -zxvf yum-3.2.28.tar.gz -C ./ 进入到 yum目录 cd yum-3.2.28 创建配置文件 touch /etc/yum.conf 安装yu

error in config file "/etc/rabbitmq/rabbitmq.config"

记录一次RabbitMQ配置文件配置错误 error信息: [email protected]:/usr/share/doc/rabbitmq-server$ sudo /usr/lib/rabbitmq/bin/rabbitmq-server {"could not start kernel pid",application_controller,"error in config file \"/etc/rabbitmq/rabbitmq.config\"

error:cannot load file (code:5555h);bootauto.ini

最近发现有的网友在使用Ghost XP盘安装系统的时候,选择一键ghost到C盘出现下面的错误: error:cannot load file (code:5555h);bootauto.ini(或bootdm.ini.bcdwbcdw.ini等) press any key to boot from hard disk or ESCape to reboot... 在上面报错原因中能看到一个代码:5555h. 分析:出现这个错误的根本原因在于:一般的Ghost XP系统安装盘无法重建MBR(也

Error: Unsupported java version '1.8' in line 2 of file 'proguard.conf'

执行Maven Install打包的时候,出现以下错误信息: [proguard] Error: Unsupported java version '1.8' in line 2 of file 'F:\Workspaces\pro-test\proguard.conf', [proguard] included from argument number 6 这是因为在proguard.conf文件中显示的指定的Java的版本,但是net\sf\proguard\proguard\4.4\pro

DVWA System error - config file not found.

访问DVWA时,出现错误提示,如下所示: 访问DVWA时,页面无法显示,出现错误提示,如下所示: DVWA System error - config file not found. Copy config/config.inc.PHP.dist to config/config.inc.php and configure to your environment. 中文大意为:DVWA系统错误--找不到配置文件.请复制config目录下的config.inc.php.dist文件到 config

Example config file /etc/vsftpd.conf

# Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 for all compiled in defaults. # # READ THIS: T