-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
users should be able to set environment variables in cinnamon-session #15
Comments
I was able to set per-user environment variables via |
@dustywilson: Thanks for the suggestion but the problem is that is log-in manager dependent. The point of this ticket is that one ought to be able to do this in Cinnamon without having to change log-in managers to do it. |
I understand and agree. I found this bug report while seeking out a solution, so I provided one when I figured it out in a way that worked on my system as configured. I do hope the issue is resolved correctly soon. Thanks! |
The place to define per-user environment variables is ~/.profile. |
On my system (Debian Jessie, lightdm 1.10.3, cinnamon 2.2.16) |
I agree, i need insert this code to allow the global menu implementation, nemo started so faster and i can not register the environment variables after the start of nemo... so, nemo as a gtk2 app is not called with the correct environment to be translated the appmenu, so, i fail to get a Dbus connection...
|
It doesn't look like adding an env var to |
Well, what environment variables are you thinking of? |
GTK_THEME could be a nice one... |
There appears to be no way for an individual user to be able to set an environment variable in their cinnamon-session (i.e. such that all child processes inherit that variable).
Variables in /etc/environment are set into the users' cinnamon-session but users ought to be able to (a) do this without asking root to help and (b) set variables for only their own session and not every users' sessions.
The text was updated successfully, but these errors were encountered: