Problems with themes and colors in the terminal. 21 May 2021, 02:00:11 Hello, I'm testing Artix Base (OpenRC) on my virtual machine and then put it into practice on the real machine, however, I had problems with the themes and background colors of the terminal in the MATE Desktop Environment. I select all the themes that come with MATE and the Vertex theme but the problem still remains.Someone with the same problem? Thanks in advance! Quote Selected
Re: Problems with themes and colors in the terminal. Reply #1 – 22 May 2021, 06:13:50 Quote from: unix4lif3 – on 21 May 2021, 02:00:11Hello, I'm testing Artix Base (OpenRC) on my virtual machine and then put it into practice on the real machine, however, I had problems with the themes and background colors of the terminal in the MATE Desktop Environment. I select all the themes that come with MATE and the Vertex theme but the problem still remains.Someone with the same problem? After each fresh install of Artix Linux XFCE OpenRC I see this (but don't blame Artix, because I had this phenomenon in other distributions):When choosing the Adwaita theme, I notice that the visual themes are mixed.The background of Dolphin, Gimp, or some configuration windows is black...I found an unscientific method to fix it (it has been working for over a year):Reinstall all the packages present.sudo pacman -S $(pacman -Qnq)After this "cure", all the colors are correct everywhere ... on condition of commenting (add # at the beginning of the line) in /etc/environment the two lines:# QT_QPA_PLATFORMTHEME=gtk2# QT_STYLE_OVERRIDE=gtkQuoteThanks in advance! My two cents Quote Selected Last Edit: 22 May 2021, 06:19:23 by tintin
Re: Problems with themes and colors in the terminal. Reply #2 – 22 May 2021, 11:16:56 All this mess was caused by a missing closing quote, a simple update should fix it. Quote Selected 1 Likes