After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701788 - Don't try to load links for file types that don't implement EvDocumentLinks
Don't try to load links for file types that don't implement EvDocumentLinks
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.8.x
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-06-07 13:02 UTC by Debarshi Ray
Modified: 2013-06-07 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
places-bookmarks: Don't load links if EvDocumentLinks is unimplemented (1.19 KB, patch)
2013-06-07 13:21 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-06-07 13:02:09 UTC
PS is an example (see attachment) of a file type that does not implement EvDocumentLinks.

Try opening the Contents/Bookmarks dialog from the navigation bar when previewing a PS file. It will crash after a while when trying to load the links (if any) in the document.
Comment 1 Debarshi Ray 2013-06-07 13:05:12 UTC
My PS is too big to be attached. So here it is:
http://rishi.fedorapeople.org/crash.ps
Comment 2 Debarshi Ray 2013-06-07 13:17:37 UTC
You should try to open the dialog after you have bookmarked a page on the document.

Sorry for the confusion.
Comment 3 Debarshi Ray 2013-06-07 13:21:29 UTC
Created attachment 246246 [details] [review]
places-bookmarks: Don't load links if EvDocumentLinks is unimplemented
Comment 4 Cosimo Cecchi 2013-06-07 14:08:27 UTC
Review of attachment 246246 [details] [review]:

Looks good, thanks.
Comment 5 Debarshi Ray 2013-06-07 14:24:42 UTC
Comment on attachment 246246 [details] [review]
places-bookmarks: Don't load links if EvDocumentLinks is unimplemented

Thanks for the review.