Thursday, May 2, 2024
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 11346  / 1 Year ago, fri, march 24, 2023, 3:31:10

I am trying to launch the Android Studio on Xubuntu. When I type ./studio.sh in terminal I get this error:



Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 14: out of memory
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 23: out of memory
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 32: out of memory


BUT the android studio launches and it seems to work without any problems. Why am I getting this error and how can I fix it?


More From » command-line

 Answers
7

It is a bug in Khmer fonts, see https://bugs.launchpad.net/ubuntu/+source/fonts-khmeros/+bug/1254967.



If it bothers you and you do not need Khmer fonts, you can get rid of it removing (with configuration) the fonts:



apt-get purge  fonts-khmeros-core


If you need the fonts, there are various workarounds in the aforementioned bug. The most correct way seems to edit the failing file and remove the <match> and </match> tags, as explained here: http://permalink.gmane.org/gmane.linux.debian.devel.bugs.general/1095401


[#26967] Friday, March 24, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
teromato

Total Points: 139
Total Questions: 102
Total Answers: 100

Location: Liechtenstein
Member since Mon, May 15, 2023
1 Year ago
;