Bug 373913 - kwin_wayland fullscreen session
Summary: kwin_wayland fullscreen session
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-wayland (show other bugs)
Version: 5.8.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-19 20:36 UTC by kxmhkfbchzqw
Modified: 2016-12-20 00:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
After login (2.27 MB, image/jpeg)
2016-12-19 20:36 UTC, kxmhkfbchzqw
Details

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