Description of problem: The Qt5 development environment is initialized on login for bash users via the file /etc/profile.d/60qt5.sh, but the equivalent file for csh/tcsh users is missing. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. log in to an account whose login shell is tcsh or csh 2. printenv QTDIR5 Proposed contents of missing file: [1] cat /etc/profile.d/60qt5.csh #!/bin/csh setenv QTDIR5 /usr/lib64/qt5 set path = ($path $QTDIR5/bin) if ( $?PKG_CONFIG_PATH) then set PKG_CONFIG_PATH = ($PKG_CONFIG_PATH $QTDIR5/lib/pkgconfig) else setenv PKG_CONFIG_PATH $QTDIR5/lib/pkgconfig endif Reproducible: Steps to Reproduce:
Assignee: bugsquad => mageia
Fixed in cauldron, please test last qtbase5-common
Status: NEW => RESOLVEDResolution: (none) => FIXED