Hi,
Am 19.04.23 um 18:10 schrieb Gottfried:
but when starting MATE Desktop all my profiles are not enabled.
graphical sessions environment is not controlled by .bash_profile (or
.profile)
If sddm is used, this statement is false. Does source that file (if bash
is the users shell) and therefore it influenced the environment
variables of all applications started the graphical environment.
Gottfried, what display-manager do you use?
Maybe this command can tell you:
$ ps $(ps -p $(pidof Xorg) -o ppid=)
Martin