https://bugs.gpodder.org/show_bug.cgi?id=1129
Michael <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Michael <[email protected]> 2010-09-17 18:14:54 BST --- This workaround allows you to set the download directory via the EDIT CONFIG button in the PREFERENCES window: simply convert lines 77 and 78 in launch.py into comments with the #, like so: # download_dir = os.path.join(os.getcwd(), 'downloads') # os.environ['GPODDER_DOWNLOAD_DIR'] = download_dir You can now change the download directory from the gpodder user interface and the change will be saved in \config\gpodder.conf. BTW: the launch.py file is located in \lib\site-packages\gpodder\ -- 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
