It seems my ~/.profile is not being used anymore?

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
    

Xfce theming theming issues with some applications green others blue

[Stable update]-2024-03-06 - post #31

1 Like