https://bugs.gpodder.org/show_bug.cgi?id=775
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|2.1 |2.3 Target Milestone|--- |2.4 Summary|"Cannot close device" on |Don't call the Unix "sync" |sync with file-based MP3 |command on Windows for | |FS-based MP3 player sync --- Comment #10 from Thomas Perl <[email protected]> 2010-03-07 13:33:36 GMT --- (In reply to comment #9) > As a workaround, open the advanced preferences and clear/Uncheck the > sync_disks_after_transfer setting. This avoids a call to os.system('sync') > which is not available under any version Windows. Consequently, you will be > responsible for properly unmounting/removing the device. Thanks for tracing this bug back to the issue. We can work around this by simply checking if we're running on Windows and not calling "sync" in this situation :) -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
