Skip to content

ev-window: Don't attempt to load non-seekable files directly

Corey Berla requested to merge wip/corey/seekable into main

In a regression from commit 6cb4a630 ("shell: Don't copy whole files from remote shares"), on some backends (including ftp and archive), which don't allow for seeking, evince unsuccessfully attempts to open documents directly, instead of downloading first. Keep the existing logic to presumably still optimize cases where seeking is allowed, but make sure to first download files where seeking is not possible.

Fixes: #1971

Edited by Corey Berla

Merge request reports