VLC dark theme (qt5ct-style) no longer works

QT_QPA_PLATFORMTHEME is usually configured in user home folder

Xfce theming issues with some applications green others blue

After recent update for lightdm, system is not applying configuration settings in ~/.profile including: export QT_QPA_PLATFORMTHEME="qt5ct" for QT theme

If there is no response to this command

echo $QT_QPA_PLATFORMTHEME

Forum users have posted 3 different ways to resolve this:

  1. Copy configuration in ~/.profile to ~/.bash_profile

OR

  1. Configure ~/.bash_profile to read ~/.profile

    tee -a ~/.bash_profile <<< "[[ -f ~/.profile ]] && . ~/.profile"
    

OR

  1. create a symlink for ~/.profile to ~/.xprofile

    cd $HOME; ln -s .profile .xprofile
    

pamac info vlc shows dependencies: qt5-base, qt5-svg and qt5-x11extras

3 Likes