https://bugs.kde.org/show_bug.cgi?id=493669
Bug ID: 493669 Summary: Kwin cannot tell if a window is full-screen Classification: Plasma Product: kwin Version: 6.1.5 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: scripting Assignee: kwin-bugs-n...@kde.org Reporter: es204904...@gmail.com Target Milestone: --- Using the Kwin QML scripting API, with many full-screen apps: - "window.fullscreen" reports false. - "window.size" reports less size than `Workspace.workspaceSize`. Samples: - prodeus.exe: fullScreen: true - firefox: fullScreen: false: QSizeF(1836, 1080) vs QSize(1920, 1080) - dosbox-staging: fullScreen: false: QSizeF(1836, 1080) vs QSize(1920, 1080) - The Dark Mod: fullScreen: false: QSizeF(1836, 1080) vs QSize(1920, 1080) Since Kwin ditched the previous API, suddenly nothing works. And I can fix jeez. -- You are receiving this mail because: You are watching all bug changes.