Bug 368547 - Konsole can't fullscreen on wayland
Summary: Konsole can't fullscreen on wayland
Status: RESOLVED DUPLICATE of bug 366764
Alias: None
Product: kwin
Classification: Plasma
Component: wayland-generic (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-10 11:55 UTC by Bhushan Shah
Modified: 2016-09-12 07:19 UTC (History)
0 users

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


Attachments
wayland_debug_konsole.log (93.74 KB, text/plain)
2016-09-11 02:28 UTC, Bhushan Shah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bhushan Shah 2016-09-10 11:55:31 UTC
I updated my kwin_wayland today and I can't seem to fullscreen it, it just switches between maximized mode and normal mode.


Reproducible: Always

Steps to Reproduce:
1. Have a bottom panel and konsole window open
2. Press F11 key (assigned to fullscreen in konsole)


Actual Results:  
Konsole doesn't fullscreen

Expected Results:  
It should switch to fullscreen mode
Comment 1 Martin Flöser 2016-09-10 13:13:14 UTC
can you check with WAYLAND_DEBUG whether it tries to go to fullscreen at all?
Comment 2 Bhushan Shah 2016-09-11 02:28:18 UTC
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.
Comment 3 Martin Flöser 2016-09-12 07:18:12 UTC
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
Comment 4 Martin Flöser 2016-09-12 07:19:40 UTC
*** This bug has been marked as a duplicate of bug 366764 ***