GNOME Bugzilla – Bug 559257
evince doesn't load dvi file
Last modified: 2008-11-04 20:48:29 UTC
Please describe the problem: evince cannot load "libdvidocument.so" and shows this error message: ** (evince:5557): WARNING **: /usr/lib/evince/backends/libdvidocument.so: undefined symbol: warning ** (evince:5557): WARNING **: Cannot load backend 'dvidocument' since file '/usr/lib/evince/backends/libdvidocument.so' cannot be read. ** (evince:5557): WARNING **: /usr/lib/evince/backends/libdvidocument.so: undefined symbol: warning ** (evince:5557): WARNING **: Cannot load backend 'dvidocument' since file '/usr/lib/evince/backends/libdvidocument.so' cannot be read. Steps to reproduce: 1. start "evince somefile.dvi" Actual results: the error message on the description Expected results: evince reading the file Does this happen every time? yes Other information:
Created attachment 121945 [details] [review] change "warning" to "mdvi_warning" since evince complains about an undefined symbol: warning, change it to "mdvi_warning" like in others files make evince display the dvi file.
Applied to both branches, thanks a lot!