diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-18 10:34:24 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-18 10:34:24 -0400 |
commit | be7850a7e808e48cf7ddcdf6f6bc9f80c0d5c331 (patch) | |
tree | 73cf77e14ddd6d00da0ca6a009545d649fde39cf /lumina-desktop/main.cpp | |
parent | Merge branch 'master' of github.com:pcbsd/lumina (diff) | |
download | lumina-be7850a7e808e48cf7ddcdf6f6bc9f80c0d5c331.tar.gz lumina-be7850a7e808e48cf7ddcdf6f6bc9f80c0d5c331.tar.bz2 lumina-be7850a7e808e48cf7ddcdf6f6bc9f80c0d5c331.zip |
Update the lumina theme engine/class so that custom environment variables may be set/loaded for all apps using the theme engine (including the session - which propagates to new non-lumina applications as well)
Diffstat (limited to 'lumina-desktop/main.cpp')
-rw-r--r-- | lumina-desktop/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/main.cpp b/lumina-desktop/main.cpp index ba014c9e..9415bd62 100644 --- a/lumina-desktop/main.cpp +++ b/lumina-desktop/main.cpp @@ -65,6 +65,7 @@ int main(int argc, char ** argv) return 1; } //Setup any pre-QApplication initialization values + LTHEME::LoadCustomEnvSettings(); LXDG::setEnvironmentVars(); setenv("DESKTOP_SESSION","Lumina",1); setenv("XDG_CURRENT_DESKTOP","Lumina",1); |