https://bugs.gpodder.org/show_bug.cgi?id=1129
--- Comment #3 from Thomas Perl <[email protected]> 2010-08-28 17:40:48 BST --- (In reply to comment #2) > So, there is no way to change the preferences? That's not the only preference > item I wanted to change the value of. You can change all preferences, and they will be saved (in gpodder.conf in the config folder), but the download_dir preference will be overwritten on every start. If you really want to change the download folder, you can do so by editing the file "launcher.py" and replacing the line that says: os.environ['GPODDER_DOWNLOAD_DIR'] = download_dir with, for example: os.environ['GPODDER_DOWNLOAD_DIR'] = "d:\\gpodder-downloads" This is the workaround for now. Do you think we should add an option to run gPodder in non-portable mode on Windows or are you okay with the workaround described here? -- 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
