Bug 443800 - [Regression] kwin places mpv full screen window on the wrong screen
Summary: [Regression] kwin places mpv full screen window on the wrong screen
Status: RESOLVED DUPLICATE of bug 443787
Alias: None
Product: kwin
Classification: Plasma
Component: multi-screen (show other bugs)
Version: 5.23.0
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-15 19:49 UTC by Jim Jones
Modified: 2021-10-17 14:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***