Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.8.0
-
None
-
Ubuntu 18.04 LTS
Qt 5.12.0
Qt Creator 4.8
Description
Today I noticed that after seining up fresh Ubuntu 18.04 with Qt 5.12.0 Qt creator is not reading .profile. This was suggested in QTCREATORBUG-21404
Here is what I did try
- Open Terminal
- Temporarly rename ~/.bashrc to .bashrc-temp
- Updated ~/.profile to have only single line - source "$HOME/.bashrc-temp"
- Open another terminal and check env variables (they are not there)
- For test in same window I sourced ~/.profile
- Check env variables and they are there
- Start Qt Creator from pinned task bar and opened project. In Projects -> Build -> Build Environment and I do not see env variables from .profile/.bashrc
- Quit running Qt Creator and open this time from terminal
- All works. So it looks like it is working