M: looking for a linux pdf viewer that's... well, more user friendly in terms of viewing and zooming. like mcomix, able to understand that if i'm looking at a page i want to see just that page, centered and solo, without the misunderstandings of the default viewer where '100%' ends up doing things like gradually uncentering the page. does such a thing exist?

G: Yes — what you’re describing absolutely exists. The default GNOME viewer (Evince) is just… bad at this specific UX. It treats zoom as a geometric transform instead of a reading mode, which is why things drift and de-center.

What you want is basically:
“page-aware viewing” instead of “canvas zooming.”

Here are the ones that actually behave closer to what you’re describing:


1. entity["software","Okular","KDE document viewer"] (closest to what you want)

TL;DR: This is the “just works” answer.

This is why people keep recommending it everywhere citeturn0search1turn0search17

👉 Key setting to flip:

This combo basically gives you the “mcomix but for PDFs” feel.


2. entity["software","qpdfview","Qt tabbed PDF viewer"] (more minimalist, very clean behavior)

TL;DR: Lighter, more “viewer-like,” less feature bloat.

Downside:


3. entity["software","Zathura","minimal keyboard-driven PDF viewer"] (if you’re okay with vim-style control)

TL;DR: Extremely controlled, no nonsense.

Downside:


4. entity["software","PDF Studio Viewer","free cross-platform PDF viewer"] (more “Adobe-like”)

TL;DR: If you want predictable behavior over minimalism.

Downside:


Why your current experience feels broken

You’re running into a real design split:

That’s the difference you’re feeling.


Bottom line (no fluff)

Evince isn’t fixable into what you want — it’s the wrong model.