Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-12-12 09:20:35 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-12-12 09:20:35 (GMT)
commitf9306629ae0b7b912e34b7a161fb977a56c06ef3 (patch)
tree5b67398d57cb9a7cdf5fe8e44a0cb2a038f4d376
parentdd5f5a280bf07a6fb799ac2595c41f8c47c04595 (diff)
Revert "sl#4276: As part of sugar-toolkit patch for this bug-fix, remove the"
This reverts commit 37ff52715494af916ecee25f3997ec9de67c8fe5.
-rwxr-xr-xbin/sugar-session7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/sugar-session b/bin/sugar-session
index 042f228..638218f 100755
--- a/bin/sugar-session
+++ b/bin/sugar-session
@@ -351,13 +351,6 @@ def main():
shutil.rmtree(data_dir, ignore_errors=True)
os.makedirs(data_dir)
cleanup_logs(env.get_logs_path())
-
- # http://bugs.sugarlabs.org/ticket/4276
- # Remove the directory containing the icon-files.
- # New files will be written by "write-through" mechanism, when first
- # needed/accessed.
- icon_files_dir = os.path.join(env.get_profile_path(), 'icon_files')
- shutil.rmtree(icon_files_dir, ignore_errors=True)
except OSError, e:
# logs cleanup is not critical; it should not prevent sugar from
# starting if (for example) the disk is full or read-only.