GNOME Bugzilla – Bug 715032
Fix CRITICALs when loading a document from Google or SkyDrive
Last modified: 2013-11-25 12:44:45 UTC
This is a fallout from: commit 53a17bdb40d5f82f8ac8f655afc657bcf835da22 Author: Debarshi Ray <debarshir@gnome.org> Date: Mon Aug 19 12:01:40 2013 +0200 lib: support loading non-native GVfs URIs Even though libview has EvJobLoadGFile, it doesn't really work. eg., PDFs fail to load over WebDAV. So, we download the files and convert them to PDF using unoconv, if needed, before showing them. https://bugzilla.gnome.org/show_bug.cgi?id=686527 Patch coming up.
Created attachment 261256 [details] [review] pdf-loader: Fix CRITICALs when loading from Google or SkyDrive
Review of attachment 261256 [details] [review]: Looks good to me, thanks.
Comment on attachment 261256 [details] [review] pdf-loader: Fix CRITICALs when loading from Google or SkyDrive Thanks for the review.