While all my RHEL servers use "bash -l" as the default when starting a new "terminal" or "konsole" (basically executing "~/.bashrc" and "/etc/profile.d/..." scripts), I do not get this configured in Ubuntu20LTS servers.
I want to automatically execute the "/etc/profile.d/..." scripts when opening a new "terminal" or "konsole" window for all users.
But in Ubuntu20LTS this is not the case. I always have to execute "bash -l" in the new "terminal/konsole" to get the proper environment settings loaded from "/etc/profile.d/..".
How can I change the Ubuntu20LTS default settigns that the "terminal/konsole" starts a "bash -l" per default ?