Activity log for bug #341640

Date Who What changed Old value New value Message
2009-03-12 11:21:55 Evan bug added bug
2009-03-12 11:21:55 Evan bug added attachment 'wubi-9.04-rev90.log' (wubi-9.04-rev90.log)
2009-03-12 11:29:54 Agostino Russo wubi: status New Confirmed
2009-03-12 11:29:54 Agostino Russo wubi: assignee ago
2009-03-12 11:29:54 Agostino Russo wubi: importance Undecided Medium
2009-03-12 11:29:54 Agostino Russo wubi: statusexplanation I believe that the operation will complete, but it may take some time and I cannot display a progress bar when compact runs (it's a console exe). It might be unnecessary though to compact all the drive, I think it is worth tying to limit the compact scope: === modified file 'src/wubi/backends/win32/backend.py' (properties changed: -x to +x) --- src/wubi/backends/win32/backend.py 2009-03-03 01:41:09 +0000 +++ src/wubi/backends/win32/backend.py 2009-03-12 11:28:06 +0000 @@ -95,8 +95,8 @@ self.info.icon = join_path(self.info.target_dir, self.info.distro.name + '.ico') def uncompress_files(self, associated_task): - command1 = ['compact', join_path(self.info.target_dir), '/U', '/S', '/A', '/F'] - command2 = ['compact', join_path(self.info.target_dir,'*.*'), '/U', '/S', '/A', '/F'] + command1 = ['compact', join_path(self.info.install_boot_dir), '/U', '/S', '/A', '/F'] + command2 = ['compact', join_path(self.info.install_boot_dir,'*.*'), '/U', '/S', '/A', '/F'] for command in [command1,command2]: log.debug(" ".join(command)) try:
2009-03-12 11:29:54 Agostino Russo wubi: milestone 9.04
2009-03-14 00:20:07 Agostino Russo wubi: status Confirmed Fix Committed
2009-03-14 00:20:07 Agostino Russo wubi: statusexplanation I believe that the operation will complete, but it may take some time and I cannot display a progress bar when compact runs (it's a console exe). It might be unnecessary though to compact all the drive, I think it is worth tying to limit the compact scope: === modified file 'src/wubi/backends/win32/backend.py' (properties changed: -x to +x) --- src/wubi/backends/win32/backend.py 2009-03-03 01:41:09 +0000 +++ src/wubi/backends/win32/backend.py 2009-03-12 11:28:06 +0000 @@ -95,8 +95,8 @@ self.info.icon = join_path(self.info.target_dir, self.info.distro.name + '.ico') def uncompress_files(self, associated_task): - command1 = ['compact', join_path(self.info.target_dir), '/U', '/S', '/A', '/F'] - command2 = ['compact', join_path(self.info.target_dir,'*.*'), '/U', '/S', '/A', '/F'] + command1 = ['compact', join_path(self.info.install_boot_dir), '/U', '/S', '/A', '/F'] + command2 = ['compact', join_path(self.info.install_boot_dir,'*.*'), '/U', '/S', '/A', '/F'] for command in [command1,command2]: log.debug(" ".join(command)) try:
2009-03-14 22:15:20 Evan wubi: status Fix Committed Fix Released