Hello, Rodolfo! On Tue, Nov 24, 2009 at 05:37:55PM -0500, Rodolfo Gouveia wrote: > I'm doing a gpodder port for OpenBSD but hitting on > some issues.
Wow, great :) Please notify me when it's finished, so I can link it from gpodder.org/downloads. > First man pages for ports under OpenBSD go under > /usr/local/man instead of the /usr/local/share/man. > So I patched setup.py and Makefile. If you can provide a patch that will not change the default behaviour, but will allow you to easily change this by using make/environment variables, please feel free to send me the patch, so I can apply it. > Second some icons were missing so I had to add > gtk-icon-theme-name = "gnome" to ~/.gtkrc-2.0 > Maybe this is not needed when running gnome? Yes, when running GNOME, it should automatically use the gnome icon theme by default (or any other theme that the user has selected) - at least the other theme should also provide the icons that are missing by default. > Third and the real problem: > I can't choose which directory to save the > podcasts in Preferences (it's grayed out). > Any ideas where can I start to debug this? This is probably related to http://gpodder.org/bug/466 - we are currently not allowing changes to this via the UI, because there have been some problems in the past with moving folders, especially in low disk space situations, when moving over filesystem boundaries and in cases where downloads were paused or active. You can ignore this for now. If you want, you can manually move the download folder and set download_dir in ~/.config/gpodder/gpodder.conf. Thanks, Thomas _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
