Artix Linux Forum

General Category => General Discussion => Topic started by: Surf3r on 23 May 2021, 11:04:17

Title: Pidgin/minitube looks terrible when using light themes
Post by: Surf3r on 23 May 2021, 11:04:17
Hello tried minitube and pidging when a light theme is active like adwaita and both look terrible. Tried to change panel to dark/light or follow system style, switched several icon themes and window manager themes. I downloaded themes for pidgin but the interface looks the same, unreadable like in the print screen. Where i can change this horror interface? The only way it works is to change to a dark theme and the writing will be white on black so i can see but i want to use adwaita. Here is the prt sc
(https://i.ibb.co/1mwjgW1/Screenshot-2021-05-23-10-40-34.png)
Title: Re: Pidgin/minitube looks terrible when using light themes
Post by: jr53 on 23 May 2021, 14:40:10
Hello, what desktop environment do you use; have you tested adwaita-dark
Title: Re: Pidgin/minitube looks terrible when using light themes
Post by: Surf3r on 23 May 2021, 17:41:58
Yes with adwaita-dark pidgin looks decent only with light themes, pidgin and minitube becomes unusable due to the writing is black on black. Tried another light theme Greybird hopping is gonna look better but it's the same. Look how the status "available" is black on black unreadable. I use xfce DE
(https://i.ibb.co/WGtX99P/Screenshot-2021-05-23-18-37-04.png)
Title: Re: Pidgin/minitube looks terrible when using light themes
Post by: tintin on 24 May 2021, 06:32:12
Hello tried minitube and pidging when a light theme is active like adwaita and both look terrible. Tried to change panel to dark/light or follow system style, switched several icon themes and window manager themes. I downloaded themes for pidgin but the interface looks the same, unreadable like in the print screen. Where i can change this horror interface?

Hello,

I have XFCE OpenRC.

I don't use Thunar, but Dolphin.

When choosing the Adwaita theme, I notice that the visual themes are mixed.
The background of Dolphin, Gimp, or some configuration windows is black...

This is not a problem unique to Artix ; I got it with other distros.

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=gtk

sudo mousepad /etc/environment
Title: Re: Pidgin/minitube looks terrible when using light themes
Post by: Surf3r on 24 May 2021, 08:49:47
Thank you for the solution however i started to think it's a problem with those apps maybe because they are outdated. Pidgin interface looks very old and minitube as well so i don't wanna mess my whole ARTIX just for two apps that are behind times. So i will look for dino insted of pidgin and freetube instead of minitube. Thank you for your time
P.S. i always use for example  "EDITOR=nano sudoedit /etc/environment" cos i don't want to give superpowers to my text editor ;P
Title: Re: Pidgin/minitube looks terrible when using light themes
Post by: tintin on 24 May 2021, 22:05:04
Thank you for the solution however i started to think it's a problem with those apps maybe because they are outdated. Pidgin interface looks very old and minitube as well so i don't wanna mess my whole ARTIX just for two apps that are behind times. So i will look for dino insted of pidgin and freetube instead of minitube. Thank you for your time
You're welcome.
However, I never had a problem running this command.

Quote
P.S. i always use for example  "EDITOR=nano sudoedit /etc/environment" cos i don't want to give superpowers to my text editor ;P
It is more careful indeed.