bashrc-manjaro
has recently been replaced by bash
. New package does not apply configuration settings in ~/.profile, including: export QT_QPA_PLATFORMTHEME="qt5ct"
After update, 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
Copy the configuration in ~/.profile to ~/.bash_profile
OR
Add this to ~/.bash_profile
[[ -f ~/.profile ]] && . ~/.profile
After 2024-02-21 stable update ~/.profile file is no longer sourced