Bug 443800

Summary: [Regression] kwin places mpv full screen window on the wrong screen
Product: [Plasma] kwin Reporter: Jim Jones <rauchwolke>
Component: multi-screenAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.23.0   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jim Jones 2021-10-15 19:49:30 UTC
SUMMARY
on a multi monitor setup with 2 screens, kwin places the mpv window in full screen mode on screen 0 (the primary screen) instead of screen 1

STEPS TO REPRODUCE
1. mpv --screen=1 --fs-screen=1 --fs video.mp4
2. starts the video on full screen on 0 instead of screen 1

OBSERVED RESULT
mpv --screen=1 --fs-screen=1 video.mp4

won't start the video in full screen but places the video on screen 1

EXPECTED RESULT
window gets places on screen 1

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.23.0
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
using for example fluxbox instead of kde/kwin, fixes the problem and the window gets places in full screen on screen 1, when the video is started with

mpv --screen=1 --fs-screen=1 --fs video.mp4
Comment 1 Vlad Zahorodnii 2021-10-17 14:29:55 UTC
known issue, should be fixed in 5.23.1

*** This bug has been marked as a duplicate of bug 443787 ***