Summary: | Konsole can't fullscreen on wayland | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Bhushan Shah <bshah> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | wayland_debug_konsole.log |
Description
Bhushan Shah
2016-09-10 11:55:31 UTC
can you check with WAYLAND_DEBUG whether it tries to go to fullscreen at all? Created attachment 101027 [details] wayland_debug_konsole.log % WAYLAND_DEBUG=1 konsole 2> log .... % grep -i fullscreen log [413498.078] -> wl_shell_surface@27.set_fullscreen(0, 0, nil) is what I get in log, I've attached the log file. Relevant part of the debug output: [413499.415] wl_shell_surface@27.configure(0, 1366, 739) [413499.468] wl_shell_surface@27.configure(0, 1346, 691) That is clearly one configure too many *** This bug has been marked as a duplicate of bug 366764 *** |