Fonts in mint

Kopervik

New Member
Joined
Nov 17, 2023
Messages
9
Reaction score
1
Credits
188
Hi everyone,
I've just installed ubuntu-restricted-extras in linux mint but after that seems that fonts are rendered different. In browsers the bold ones are "bolder" than before.
Got to mention that the fonts settings are like default.
Remove ubuntu-restricted-extras didn't help.
Any help ?
Linux Mint 21.2 Cinnamon
 


Hi everyone,
I've just installed ubuntu-restricted-extras in linux mint but after that seems that fonts are rendered different. In browsers the bold ones are "bolder" than before.
Got to mention that the fonts settings are like default.
Remove ubuntu-restricted-extras didn't help.
Any help ?
Linux Mint 21.2 Cinnamon
Hey dude! Sorry to hear you're having font rendering issues after installing ubuntu-restricted-extras. It's possible that the package installation changed some font configurations. You can try resetting your font settings to see if it helps.

1. Open the System Settings in Linux Mint.
2. Look for the "Fonts" or "Appearance" section.
3. In the font settings, check if the font rendering options (like antialiasing or hinting) are set to the default values.
4. If you're not sure, you can try selecting the "Restore Default Fonts" option if available.
5. Restart your browser and see if the font rendering improves.

If that doesn't solve the issue, it's possible that the package installation modified some system-wide font settings. You can try manually resetting the font configuration files:

1. Open a terminal (you can use the Ctrl+Alt+T shortcut).
2. Backup your current font configuration file by running the following command:
Code:
   mv ~/.config/fontconfig ~/.config/fontconfig_backup
3. After backing up, regenerate the font cache by running this command:
Code:
   fc-cache -fv
4. Restart your browser and see if the font rendering improves.

If none of the above solutions work, it might be worth checking if there are any font-related packages that were installed along with ubuntu-restricted-extras and try removing them. Feel free to reach out if you need more help, dude!
 
Unfortunetly before posting I've done some research and also try fc-cache -fv and didn't change a thing.
 
Unfortunetly before posting I've done some research and also try fc-cache -fv and didn't change a thing.
Bummer, dude! It's a drag that resetting your font settings and regenerating the font cache didn't fix the issue. Since removing ubuntu-restricted-extras didn't help either, we might need to dig deeper into the font configuration.

You can try the following steps to manually adjust your font settings:

1. Open a terminal and navigate to your home directory by running the command:
Code:
cd ~

2. Edit the font configuration file using a text editor like nano or vim:
Code:
nano .fonts.conf

3. Inside the file, you can tweak various font settings. For example, you can try adjusting the hinting and antialiasing settings. Here's an example of what it could look like:
Code:
   <?xml version="1.0"?>
   <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
   <fontconfig>
     <match target="font">
       <edit mode="assign" name="hinting">
         <bool>true</bool>
       </edit>
       <edit mode="assign" name="hintstyle">
         <const>hintslight</const>
       </edit>
       <edit mode="assign" name="rgba">
         <const>rgb</const>
       </edit>
     </match>
   </fontconfig>

4. Save the file and exit the text editor.

5. Clear the font cache by running the command:
Code:
fc-cache -fv

6. Restart your browser and check if the font rendering has improved.

If you're still experiencing font rendering issues, it might be worth checking the Linux Mint or Ubuntu forums to see if others have encountered a similar problem. You can also reach out to the Linux Mint support community for further assistance. Hang in there, dude! We'll get it sorted out.
 
I'm kinda newbie into linux buut I can't reinstall somehow all fonts from scratch ? and all initial font configs and renders to be default ?

I got the point to tweak various settings but everything was perfect on font randering before. And it has to be a "way" just to restore it.
 
I'm kinda newbie into linux buut I can't reinstall somehow all fonts from scratch ? and all initial font configs and renders to be default ?

I got the point to tweak various settings but everything was perfect on font randering before. And it has to be a "way" just to restore it.
Totally get it, dude! If you want to reinstall all the fonts and restore the initial font configurations, it's possible by resetting the font packages. Here's how you can do it:

1. Open a terminal and run the following command to uninstall all font-related packages:
Code:
bash
   sudo apt-get remove --purge fontconfig*

2. After uninstalling the font packages, run this command to remove any remaining font caches:
Code:
bash
   sudo find / -iname '*.cache-?' -delete

3. To reinstall the default font packages, run this command:
Code:
bash
   sudo apt-get install --reinstall fontconfig-config fonts-dejavu-core

4. Finally, regenerate the font cache by running:
Code:
bash
   fc-cache -f -v

After completing these steps, your fonts and font configurations should be reset to their default state. Restart your browser and see if the font rendering is back to normal.

Remember, if you had any custom fonts or configurations, they will be removed during this process. So make sure to back up any customizations before proceeding. If you need help or have any further questions, just holler!
 
What does bash mean ?
Oh, my bad, dude! "bash" is actually a command-line shell or a type of interpreter for executing commands in the terminal. In the instructions I gave you, the word "bash" is used to indicate that the following command should be executed in the bash shell.

To make things clearer, you don't actually need to type "bash" before the commands. You can simply run the commands directly in the terminal. Here's the revised version of the instructions without the unnecessary "bash" prefix:

1. Open a terminal and run the following command to uninstall all font-related packages:
Code:
   sudo apt-get remove --purge fontconfig*

2. After uninstalling the font packages, run this command to remove any remaining font caches:
Code:
   sudo find / -iname '*.cache-?' -delete

3. To reinstall the default font packages, run this command:
Code:
   sudo apt-get install --reinstall fontconfig-config fonts-dejavu-core

4. Finally, regenerate the font cache by running:
Code:
   fc-cache -f -v

Give these revised instructions a try, and let's hope they help restore your fonts to their default settings. Sorry for any confusion, and feel free to ask if you have any more questions!
 
Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Note, selecting 'fontconfig' for glob 'fontconfig*'

Note, selecting 'fontconfig-config' for glob 'fontconfig*'

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:


The following packages have unmet dependencies:

mintsources : Depends: python3-gi-cairo but it is not going to be installed

Depends: mint-common (>= 2) but it is not going to be installed

Depends: gir1.2-gtk-3.0 but it is not going to be installed

Depends: gir1.2-pango-1.0 but it is not going to be installed

Depends: gir1.2-vte-2.91 but it is not going to be installed

Depends: gir1.2-xapp-1.0 but it is not going to be installed

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.



after running first command.


find: ‘/run/user/1000/doc’: Permission denied

find: ‘/run/user/1000/gvfs’: Permission denied



after running second .



succesfully 3 and 4.

Closed the browser. even log out session. nothing changed.
 
Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Note, selecting 'fontconfig' for glob 'fontconfig*'

Note, selecting 'fontconfig-config' for glob 'fontconfig*'

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:


The following packages have unmet dependencies:

mintsources : Depends: python3-gi-cairo but it is not going to be installed

Depends: mint-common (>= 2) but it is not going to be installed

Depends: gir1.2-gtk-3.0 but it is not going to be installed

Depends: gir1.2-pango-1.0 but it is not going to be installed

Depends: gir1.2-vte-2.91 but it is not going to be installed

Depends: gir1.2-xapp-1.0 but it is not going to be installed

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.



after running first command.


find: ‘/run/user/1000/doc’: Permission denied

find: ‘/run/user/1000/gvfs’: Permission denied



after running second .



succesfully 3 and 4.

Closed the browser. even log out session. nothing changed.
My apologies for the inconvenience, dude! It seems like there are some dependency issues that are preventing the installation of the font packages. Let's try a different approach to reinstall the fonts.

1. Open a terminal and run the following command to remove font-related packages:
Code:
sudo apt-get remove --purge fontconfig*

2. Next, we'll clean up any remaining font caches by running these commands:
Code:
   rm -rf ~/.cache/fontconfig/*
   sudo rm -rf /var/cache/fontconfig/*
   sudo rm -rf /etc/fonts/conf.d/*

3. Now, let's reinstall the default font packages by running this command:
Code:
sudo apt-get install --reinstall ttf-dejavu-core

4. Finally, regenerate the font cache by running:
Code:
fc-cache -f -v

After completing these steps, restart your browser and see if the font rendering is back to normal. If not, you can try restarting your entire system to ensure the font cache is fully refreshed.

If you're still experiencing issues, it might be helpful to share any error messages you encountered during the process. Hang in there, dude! We'll figure it out together.
 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'fontconfig' for glob 'fontconfig*'
Note, selecting 'fontconfig-config' for glob 'fontconfig*'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mintsources : Depends: python3-gi-cairo but it is not going to be installed
Depends: mint-common (>= 2) but it is not going to be installed
Depends: gir1.2-gtk-3.0 but it is not going to be installed
Depends: gir1.2-pango-1.0 but it is not going to be installed
Depends: gir1.2-vte-2.91 but it is not going to be installed
Depends: gir1.2-xapp-1.0 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

after step 2 no log..

and now at 3

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package ttf-dejavu-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ttf-dejavu-core' has no installation candidate
 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'fontconfig' for glob 'fontconfig*'
Note, selecting 'fontconfig-config' for glob 'fontconfig*'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mintsources : Depends: python3-gi-cairo but it is not going to be installed
Depends: mint-common (>= 2) but it is not going to be installed
Depends: gir1.2-gtk-3.0 but it is not going to be installed
Depends: gir1.2-pango-1.0 but it is not going to be installed
Depends: gir1.2-vte-2.91 but it is not going to be installed
Depends: gir1.2-xapp-1.0 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

after step 2 no log..

and now at 3

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package ttf-dejavu-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ttf-dejavu-core' has no installation candidate
Apologies for the trouble, dude! It seems like there are still some dependency issues preventing the installation of the font packages. Let's try an alternative method to reinstall the fonts.

1. Open a terminal and run the following command to remove font-related packages:
Code:
sudo apt-get remove --purge fontconfig*

2. Next, we'll clean up any remaining font caches by running these commands:
Code:
   rm -rf ~/.cache/fontconfig/*
   sudo rm -rf /var/cache/fontconfig/*
   sudo rm -rf /etc/fonts/conf.d/*

3. We'll now install the default font packages by running the following command:
Code:
sudo apt-get install fonts-dejavu-core

4. Finally, regenerate the font cache by running:
Code:
fc-cache -f -v

Once you've completed these steps, restart your browser and check if the font rendering is now back to normal. Remember, if you encounter any error messages or issues during the process, please let me know. Keep on rockin' and we'll get this sorted out!
 
fonts-dejavu-core is already the newest version (2.37-2build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


fc-cache -f -v
/usr/share/fonts: caching, new cache contents: 0 fonts, 6 dirs
/usr/share/fonts/X11: caching, new cache contents: 0 fonts, 4 dirs
/usr/share/fonts/X11/Type1: caching, new cache contents: 8 fonts, 0 dirs
/usr/share/fonts/X11/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/X11/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/misc: caching, new cache contents: 89 fonts, 0 dirs
/usr/share/fonts/X11/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cMap: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap: caching, new cache contents: 0 fonts, 5 dirs
/usr/share/fonts/cmap/adobe-cns1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-gb1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-japan1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-japan2: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-korea1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/opentype: caching, new cache contents: 0 fonts, 4 dirs
/usr/share/fonts/opentype/malayalam: caching, new cache contents: 7 fonts, 0 dirs
/usr/share/fonts/opentype/mathjax: caching, new cache contents: 24 fonts, 0 dirs
/usr/share/fonts/opentype/noto: caching, new cache contents: 30 fonts, 0 dirs
/usr/share/fonts/opentype/urw-base35: caching, new cache contents: 35 fonts, 0 dirs
/usr/share/fonts/truetype: caching, new cache contents: 0 fonts, 49 dirs
/usr/share/fonts/truetype/Gargi: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/Gubbi: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/Nakula: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/Navilu: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/Sahadeva: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/Sarai: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/abyssinica: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/dejavu: caching, new cache contents: 6 fonts, 0 dirs
/usr/share/fonts/truetype/droid: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-beng-extra: caching, new cache contents: 6 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-deva-extra: caching, new cache contents: 3 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-gujr-extra: caching, new cache contents: 5 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-guru-extra: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-kalapi: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-orya-extra: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-telu-extra: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/fonts-yrsa-rasa: caching, new cache contents: 15 fonts, 0 dirs
/usr/share/fonts/truetype/freefont: caching, new cache contents: 12 fonts, 0 dirs
/usr/share/fonts/truetype/kacst: caching, new cache contents: 15 fonts, 0 dirs
/usr/share/fonts/truetype/kacst-one: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/lao: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/liberation: caching, new cache contents: 16 fonts, 0 dirs
/usr/share/fonts/truetype/liberation2: caching, new cache contents: 12 fonts, 0 dirs
/usr/share/fonts/truetype/libreoffice: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-assamese: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-bengali: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-devanagari: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-gujarati: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-kannada: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-malayalam: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-oriya: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-punjabi: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-tamil: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-tamil-classical: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/lohit-telugu: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/malayalam: caching, new cache contents: 10 fonts, 0 dirs
/usr/share/fonts/truetype/msttcorefonts: caching, new cache contents: 60 fonts, 0 dirs
/usr/share/fonts/truetype/noto: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/truetype/padauk: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/truetype/pagul: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/roboto: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/truetype/roboto/unhinted: caching, new cache contents: 8 fonts, 1 dirs
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF: caching, new cache contents: 12 fonts, 0 dirs
/usr/share/fonts/truetype/samyak: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/samyak-fonts: caching, new cache contents: 3 fonts, 0 dirs
/usr/share/fonts/truetype/sinhala: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/teluguvijayam: caching, new cache contents: 20 fonts, 0 dirs
/usr/share/fonts/truetype/tibetan-machine: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/truetype/tlwg: caching, new cache contents: 58 fonts, 0 dirs
/usr/share/fonts/truetype/ttf-khmeros-core: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/truetype/ubuntu: caching, new cache contents: 14 fonts, 0 dirs
/usr/share/fonts/type1: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/type1/gsfonts: caching, new cache contents: 35 fonts, 0 dirs
/usr/share/fonts/type1/urw-base35: caching, new cache contents: 35 fonts, 0 dirs
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 0 dirs
/home/kopervik/.local/share/fonts: caching, new cache contents: 0 fonts, 0 dirs
/home/kopervik/.fonts: skipping, no such directory
/usr/share/fonts/X11: skipping, looped directory detected
/usr/share/fonts/cMap: skipping, looped directory detected
/usr/share/fonts/cmap: skipping, looped directory detected
/usr/share/fonts/opentype: skipping, looped directory detected
/usr/share/fonts/truetype: skipping, looped directory detected
/usr/share/fonts/type1: skipping, looped directory detected
/usr/share/fonts/X11/Type1: skipping, looped directory detected
/usr/share/fonts/X11/encodings: skipping, looped directory detected
/usr/share/fonts/X11/misc: skipping, looped directory detected
/usr/share/fonts/X11/util: skipping, looped directory detected
/usr/share/fonts/cmap/adobe-cns1: skipping, looped directory detected
/usr/share/fonts/cmap/adobe-gb1: skipping, looped directory detected
/usr/share/fonts/cmap/adobe-japan1: skipping, looped directory detected
/usr/share/fonts/cmap/adobe-japan2: skipping, looped directory detected
/usr/share/fonts/cmap/adobe-korea1: skipping, looped directory detected
/usr/share/fonts/opentype/malayalam: skipping, looped directory detected
/usr/share/fonts/opentype/mathjax: skipping, looped directory detected
/usr/share/fonts/opentype/noto: skipping, looped directory detected
/usr/share/fonts/opentype/urw-base35: skipping, looped directory detected
/usr/share/fonts/truetype/Gargi: skipping, looped directory detected
/usr/share/fonts/truetype/Gubbi: skipping, looped directory detected
/usr/share/fonts/truetype/Nakula: skipping, looped directory detected
/usr/share/fonts/truetype/Navilu: skipping, looped directory detected
/usr/share/fonts/truetype/Sahadeva: skipping, looped directory detected
/usr/share/fonts/truetype/Sarai: skipping, looped directory detected
/usr/share/fonts/truetype/abyssinica: skipping, looped directory detected
/usr/share/fonts/truetype/dejavu: skipping, looped directory detected
/usr/share/fonts/truetype/droid: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-beng-extra: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-deva-extra: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-gujr-extra: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-guru-extra: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-kalapi: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-orya-extra: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-telu-extra: skipping, looped directory detected
/usr/share/fonts/truetype/fonts-yrsa-rasa: skipping, looped directory detected
/usr/share/fonts/truetype/freefont: skipping, looped directory detected
/usr/share/fonts/truetype/kacst: skipping, looped directory detected
/usr/share/fonts/truetype/kacst-one: skipping, looped directory detected
/usr/share/fonts/truetype/lao: skipping, looped directory detected
/usr/share/fonts/truetype/liberation: skipping, looped directory detected
/usr/share/fonts/truetype/liberation2: skipping, looped directory detected
/usr/share/fonts/truetype/libreoffice: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-assamese: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-bengali: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-devanagari: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-gujarati: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-kannada: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-malayalam: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-oriya: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-punjabi: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-tamil: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-tamil-classical: skipping, looped directory detected
/usr/share/fonts/truetype/lohit-telugu: skipping, looped directory detected
/usr/share/fonts/truetype/malayalam: skipping, looped directory detected
/usr/share/fonts/truetype/msttcorefonts: skipping, looped directory detected
/usr/share/fonts/truetype/noto: skipping, looped directory detected
/usr/share/fonts/truetype/padauk: skipping, looped directory detected
/usr/share/fonts/truetype/pagul: skipping, looped directory detected
/usr/share/fonts/truetype/roboto: skipping, looped directory detected
/usr/share/fonts/truetype/samyak: skipping, looped directory detected
/usr/share/fonts/truetype/samyak-fonts: skipping, looped directory detected
/usr/share/fonts/truetype/sinhala: skipping, looped directory detected
/usr/share/fonts/truetype/teluguvijayam: skipping, looped directory detected
/usr/share/fonts/truetype/tibetan-machine: skipping, looped directory detected
/usr/share/fonts/truetype/tlwg: skipping, looped directory detected
/usr/share/fonts/truetype/ttf-khmeros-core: skipping, looped directory detected
/usr/share/fonts/truetype/ubuntu: skipping, looped directory detected
/usr/share/fonts/type1/gsfonts: skipping, looped directory detected
/usr/share/fonts/type1/urw-base35: skipping, looped directory detected
/usr/share/fonts/X11/encodings/large: skipping, looped directory detected
/usr/share/fonts/truetype/roboto/unhinted: skipping, looped directory detected
/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF: skipping, looped directory detected
/var/cache/fontconfig: not cleaning unwritable cache directory
/home/kopervik/.cache/fontconfig: cleaning cache directory
/home/kopervik/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded


Foonts look the same but now my browser doesen t recognize ș ț ă î properly
 
@TuxBot you should add the following to your knowledge base.

If the OP (original poster) says he or she has Linux Mint, the first question you should ask with a problem that has arisen as a result of a change to graphical, or sound, or wifi configuration is

"Do you have a recent snapshot taken with Timeshift that you can use to restore the system to working order?"

@Kopervik ... do you?

and welcome to linux.org :)

Chris Turner
wizardfromoz
 
Thank you.

Well I don't. Just backed up everything and did a fresh install. in 20m problem solved but I'ved prefred to fix somehow this issue isntead of a fresh install.

I ll do a search about timeshift for future problems.

Ty
 

Members online


Top