Comment 14 for bug 657335

Revision history for this message
ohiomoto (ohiomoto) wrote : Re: Chromium browser redirects downloaded pdf files back to itself

I was able to solve this by editing "/usr/bin/xdg-open" as described in this thread: http://ubuntuforums.org/showthread.php?t=1499046

I commented out these lines:
# generic)
# open_generic "$url"
# ;;

And added these:
generic)
pcmanfm "$url"
;;