how to sent env variables in the desktop

This commit is contained in:
2025-01-29 09:04:21 +01:00
parent 9a067f225c
commit 12ebd97e37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Set Environment Variables for the Desktop
# User Specific Environment Variables for the Desktop
The usual place to set environment variables is `~/.bashrc`, but these variables influence only shell sessions, not all desktop programs.
+1 -1
View File
@@ -15,7 +15,7 @@ This guide contains tricks and recipies for end users using Red Hat Enterprise L
- [RDP Access to winterm4(Windows)](https://psi.service-now.com/kb_view.do?sys_kb_id=c3fc386e8788dd10bc150d830cbb358a&sysparm_language=en&sysparm_nostack=true&sysparm_no_create_incident=&sysparm_no_rating=&sysparm_no_suggest=&sysparm_no_update=)
- SSH asks to accept key on unknown host -> [SSH Host Key Certificates](ssh_host_key_certificates)
- [SSH Client Configuration](ssh_client_config)
- How to [Set Environment Variables for the Desktop](env_variables)
- How to set [User Specific Environment Variables for the Desktop](env_variables)
- Firefox refuses to start with home directory on the network drive -> [Per Host Default Profile for Firefox](firefox_profile_per_host)
- [Kerberos for Long Running Programs/Simulations/Shell Sessions](kerberos_lifetime)
- [Start Long Running Programs/Simulations with mpirun](mpirun)