https://bugs.gpodder.org/show_bug.cgi?id=1730
--- Comment #16 from Thomas Perl <[email protected]> 2013-01-08 15:39:32 GMT --- (In reply to comment #15) > It might be time to think about removing the patch (bug #107) that caused all > these issues with the various directory structures and availabilty of software > in unix based operating systems. > > There are many web based unix apps that won't run properly offline. Why does > gPodder have this requirement? ..because people complained about gPodder not working when in reality they were offline. Also, when automated feed updates are enabled, we need to distinguish between "Update failed because we could not connect" (in that case, show an error notification) and "Update failed because there is no connection" (in that case, avoid the error notification). To fix the issue when ifconfig is not available, you can run util.find_command('ifconfig') and if it returns None, then fallback to the ip command or something. Also, we might want to have a configuration option that disables this check (but I'd still enable the configuration option just to be on the safe side). Would a configuration option (editable via "gpo set" on the command line or via the advanced configuration editor in the GUI) work for you? -- 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
