Bug 373913

Summary: kwin_wayland fullscreen session
Product: [Plasma] plasmashell Reporter: kxmhkfbchzqw
Component: generic-waylandAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: kde
Priority: NOR    
Version First Reported In: 5.8.4   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: After login

Description kxmhkfbchzqw 2016-12-19 20:36:46 UTC
Created attachment 102883 [details]
After login

After i have started a kwin wayland session in xinitrc, screen session is small than screen monitor. Please look at the attached screenshot. Works fine with sddm.


My xinitrc:

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
  for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

exec startplasmacompositor
Comment 1 David Edmundson 2016-12-20 00:45:20 UTC
>kwin wayland session in xinitrc

Well there's your problem. That makes no sense.

You're running wayland in a nested X.