Robison, Clayne B wrote: > Hello, > > I'm trying to define an environment variable when the default user's X > session starts. I've tried /etc/profile and /etc/rc.local, but neither works. > What is the recommended location for this so that run level 5 apps can access > $MY_VAR: > > export MY_VAR=my_val
This is deprecated behaviour, the X server and session are no longer using shell scripts to start and uxlaunch does not support this anymore. If you require shell variables to be set for certain applications, then wrap the application in a script, or use gdm instead of uxlaunch etc.... can I ask what variable you are setting and why? Auke _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
