https://bugs.kde.org/show_bug.cgi?id=460918
--- Comment #7 from hexchain <k...@hexchain.org> --- I see where the problem is. In your screenshot, the area is set to "Current Screen", which makes the portal call org.kde.kwin.Screenshot.screenshotScreen(fd, bool). Inside this method in KWin, the screenshot flag is initialized with ScreenShotNativeResolution, and the result buffer is scaled according to dpr. If the area is "Full Screen", the portal will call screenshotFullscreen(fd, bool), which does not have the native resolution flag, so the result buffer will be the same as the logical size. -- You are receiving this mail because: You are watching all bug changes.