Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-11-12 18:28:43 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-12 18:28:43 (GMT)
commit10ff944561aa7d91939fd4983f91bd7c8701ce68 (patch)
tree65c66938b3f65608b441ff9aa0dac390a94a43d9 /bin
parentfef94342b9fead9f994684489f4204514164fb9f (diff)
"http_proxy" environment variable was not being set during sugar-reboot.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sugar-session1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sugar-session b/bin/sugar-session
index f674259..35572c4 100755
--- a/bin/sugar-session
+++ b/bin/sugar-session
@@ -372,6 +372,7 @@ def main():
if timezone is not None and timezone:
os.environ['TZ'] = timezone
+ export_proxy_settings()
set_fonts()
set_theme()