[SOLVED] rendering problem 11 May 2020, 15:02:04 Hello, everyone,I installed Artixlinux from the following ISO: artix-plasma-openrc-Unfortunately, I have the problem that many applications have a black background in the menu bar (File, Edit, ...), so that nothing can be seen. This is for example the case with the application KDE konsole or also with KeePassXC. Also in the Dolphin file browser. If you move the mouse pointer over a file, the file name is highlighted by a black block. Not with Firefox. This phenomenon does not always occur. However, I have noticed that there is a correlation with the following error message:(console:4308): Gtk-WARNING **: 14:52:29.217: No theme engine could be found in module path "adwaita",(console:4308): Gtk-WARNING **: 14:52:29.217: No theme engine could be found in module path "adwaita",(console:4308): Gtk-WARNING **: 14:52:29.221: No theme engine could be found in module path "adwaita",Everything I found in the net doesn't solve the problem because it mostly refers to gnome. I hope you can help. Last Edit: 17 May 2020, 21:46:06 by nous
Re: rendering problem Reply #1 – 11 May 2020, 15:12:13 https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and_GTK_applicationsAnd Install qt5ct.Maybe help that?
Re: rendering problem Reply #3 – 11 May 2020, 15:35:25 Can you add some screenshot of qt5ct? Just to see, how is it set.
Re: rendering problem Reply #4 – 13 May 2020, 10:29:13 I have the same issue in KDE. Light Themes from KDE as well as Kate and Dolphin are broken and I do have balck text on black background or white on white or/and black artifacts and white interior (nothing usable).This is what helped me:You must uninstall all Artix Themes from terminal and remove all configs from all software, because Artix has hardcoded themes that break all other themes. You can't just go to "settings" and change theme to anything else (e.g. a light thme) - you must remove all hardcoded Artix themes (themes plus hardoded stuff, e.g. in dotfiles of specific hardcoded app -e.g. Kate). There are also other Arch specific changes if the above isn't enough.
Re: rendering problem Reply #5 – 17 May 2020, 19:47:49 I fixed the problem with the following command:pacman -Rns artix-dark-theme artix-icons artix-sddm-theme artix-desktop-presets artix-gtk-presets artix-qt-presetsThank you for the help!