http://bugs.gpodder.org/show_bug.cgi?id=345
--- Comment #9 from henrik Enblom <[email protected]> 2009-02-11 16:24:01 --- woooot! :D gpodder is working again, I did a complete reinstall of every package I had installed. for p in `pacman -Qe | cut -f 1 -d ' ' | grep -v "$(pacman -Qmq)"`; do pacman --noconfirm -S $p; done and for p in `pacman -Qd | cut -f 1 -d ' ' | grep -v "$(pacman -Qmq)"`; do pacman --noconfirm --asdeps -S $p; done I have no idea what package that fixed my issue, but if someone of you are interested I'v included the relevant part of pacman.log and the output of gpodder -v &> gpodder_startup -- Configure bugmail: http://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
