[kwin] [Bug 400987] XWayland application focus breaks

2019-10-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #43 from wg9rffujwz8y2...@airmail.cc ---
For me it happens randomly (but often) when I have wine and virt-manager
windows open. The wine window continues playing sound but doesn't respond to
input. Since the start of this bug report I've changed GPU brand, drivers,
distribution, KDE version but it was always present. But after changing "Keep
window thumbnails" to "Always" as suggested here it became way less
problematic. XWayland Firefox doesn't glitch for me anymore while using it,
although I'll assume a startup bug I have is unrelated (say 1 every 50 times I
open Firefox it opens as a small unclickable/unfocusable window).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-27 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #41 from Brian  ---
(In reply to Roman Gilg from comment #39)
> I'm not able to reproduce it. Is there a way to reproduce it consistently? I
> tried method in comment 13, but didn't fail for me.

Been doing testing and i think what might be happening is the window below is
randomly getting input such as mouse clicks (the desktop?), leading to kwin
mistakenly thinking you clicked something else, and therefor stopping you from
inputing text. Meanwhile kwin renders the last thing the window was showing,
leading to the still content seen. 

This surface glitching seems to happen most often with Firefox in Xwayland. In
my experience when it happens, dialogs will open but not show, but if you use
kwin's present window hotcorner you can see that it did infact open and that
it's artifacted and invisble.

Interestingly i just had the surface glitching happen randomly when downloading
a file. The dialog opened, but it was artifacted and almost fully invisible,
yet i could still click on it's titlebar.

As a matter of fact, i know extremely similar behavior to this can be
reproduced easily if you open Firefox with it's Wayland backend enabled. You
will not only see tons of artfacting and misplaced UI elements should you move
it or interact with it, but you will also find that some of your clicks are not
registered and that windows below it are clipped up through it, giving you a
mangled mess.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-27 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #42 from Brian  ---
Probably not mouse clicks actually. But either way, my guess is that something
is wrong with the window surface handling. Windows might glitching between each
other leading to the surface clipping symptoms, and also the input/content
rendering issues of this bug report (Maybe the input is actually being
recieved, just not either A: to the right application (because of focus being
sent to the wrong application), or B: not rendered because of clipping/surface
issues).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-24 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #39 from Roman Gilg  ---
I'm not able to reproduce it. Is there a way to reproduce it consistently? I
tried method in comment 13, but didn't fail for me.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-24 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #40 from Brian  ---
(In reply to Roman Gilg from comment #39)
> I'm not able to reproduce it. Is there a way to reproduce it consistently? I
> tried method in comment 13, but didn't fail for me.

No, that's the issue. It's extremely random. The way i an eventually reproduce
it on various machines is to use a bunch of Xwayland applications and minimize
them, restore them, and right click inside them. Eventually you should notice
some odd behavior, like firefox not showing the right click menu, a website
frozen in firefox after restoring a minimized window, discord showing someone
is typing frozen and not letting you input anything after restoring it, and
spotify not letting you click on anything in it's UI because it's window is
frozen after restoring it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-20 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #38 from Brian  ---
(In reply to Patrick Silva from comment #37)
> I use intel hd graphics and this issue affects my system.

Ah sorry. I didn't recall the people reporting it on Intel too. As i showed
from my comment, it's not easy to detect sometimes because of how random it can
be. So it could definitely be some kind of race condition in kwin, or a bug in
XWayland.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-20 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #37 from Patrick Silva  ---
I use intel hd graphics and this issue affects my system.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-20 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #36 from Brian  ---
Can bug priority be changed? This is a pretty big issue, and i think it should
get some attention before 5.18. Otherwise, Wayland will continue to be
essentially unusable on AMD graphics cards (Vega 8 & 11 APUs, and Radeon RX 400
& 500s from my testing). I've tested it on a bunch of hardware and have
reproduced it each time. Intel hardware doesn't seem affected at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-10-17 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=400987

Méven Car  changed:

   What|Removed |Added

   Keywords||wayland

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-09-24 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #35 from Patrick Silva  ---
I have been using the Gnome Wayland session on my laptop running Arch Linux for
several years and have never seen this issue here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-09-24 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #34 from Brian  ---
That said, I've also noticed on Firefox in Plasma Wayland on my Ryzen 3500U
laptop with Vega 8 graphics, that Firefox seems to stop rendering content, but
the buttons such as the refresh button continue to show the little hover
highlight. When i minimize the window and bring it back up, the page shows to
be refreshing, unlike before.

This is extremely weird. I'm quite worried that because it's so erratic, and
could be ten different issues at once, that it wont ever be resolved. Doesn't
help either that we can't definitely determine if certain settings influence
the issue, and that there seems to be no error logs for plasma.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-09-24 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #33 from Brian  ---
(In reply to Patrick Silva from comment #32)
> (In reply to Brian from comment #31)
> However, now the problem occurs less often here at least.

I think the problem occurring more or less is just a factor of luck, as the
problem seems very random. Minimizing and Restoring a window could be fine
eleven times, and then the next it's not. Then you'll sit there minimizing and
restoring the window until it regains keyboard/input & content rendering, and
it will come back after a random number of times. 

It's almost like the content is lost behind the desktop, with a frozen frame
still shown in the window. However in the past i even had Kwin's tilebars
display similar behavior, usually when i had used a theme that wasn't breeze.

I'm wondering if it's not partly a issue in Xwayland. It would be nice to know
if this issue can be reproduced on Gnome too, to try and isolate the issue from
plasma.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-09-20 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #32 from Patrick Silva  ---
(In reply to Brian from comment #31)
> That doesn't do anything for me. Nor does disabling window thumbnails as
> previously mentioned in earlier comments.

You are right, the workaround does not solve the problem definitely.
It have just happened on my system with VLC player.
However, now the problem occurs less often here at least.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-09-20 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #31 from Brian  ---
(In reply to Patrick Silva from comment #30)
> This bug persists on Plasma 5.17 beta.
> Workaround: disable tooltips in task manager settings. 
> 
> Operating System: Arch Linux 
> KDE Plasma Version: 5.16.90
> KDE Frameworks Version: 5.62.0
> Qt Version: 5.13.1

That doesn't do anything for me. Nor does disabling window thumbnails as
previously mentioned in earlier comments.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-09-19 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #30 from Patrick Silva  ---
This bug persists on Plasma 5.17 beta.
Workaround: disable tooltips in task manager settings. 

Operating System: Arch Linux 
KDE Plasma Version: 5.16.90
KDE Frameworks Version: 5.62.0
Qt Version: 5.13.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-08-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #29 from Patrick Silva  ---
(In reply to Brian from comment #28)
> I recently had a notification popup cause discord to loose focus on a Xorg
> session

probably it is bug 394772

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-08-13 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

Version|git master  |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-08-13 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #28 from Brian  ---
I recently had a notification popup cause discord to loose focus on a Xorg
session, just like this bug. Further, two minutes ago steam just lost focus as
well, and would not let me input anything until i minimized it and maximized it
again. It might not be the same bug, considering i can just minimize to
reliably fix it, but i am starting to wonder if it's not just Wayland with this
issue.

No errors in kwin, or any odd system logs.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-07-03 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

--- Comment #27 from Brian  ---
Yup. All versions of plasma. I'm really hoping it will get resolved for 5.17,
but because nobody knows what's causing it, i imagine it wont be fixed for a
while unfortunately. I've since switched back to Xorg with Kwin-lowlatency to
get the smoothest experience.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-07-03 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #26 from Patrick Silva  ---
This problem is still happening. :(

Operating System: Arch Linux 
KDE Plasma Version: 5.16.2
KDE Frameworks Version: 5.59.0
Qt Version: 5.13.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-05-28 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #25 from Brian  ---
Created attachment 120366
  --> https://bugs.kde.org/attachment.cgi?id=120366=edit
Logfile which includes period when the focus issue occured.

Not sure if this has any related errors to the focus bug, however there was
some other issues during the time that i was testing, and i did encounter the
focus bug with Minecraft, Steam, And Firefox.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-04-08 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #24 from Brian  ---
It seems the bug is still present to a lesser degree for some apps in wayland.
The act of minimizing and maximizing windows to fix the focus no long works
very well for it either. Also now affects Kwin titlebars of the affected
applications.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-03-03 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

Version|5.15.1  |git master

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-03-03 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #23 from Brian  ---
Thank you very much! Seems to be fixed now in KDE Neon Git Unstable.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #22 from David Edmundson  ---
Git commit 5afbaa5e43f923db491628d8d848e3070c92dc94 by David Edmundson.
Committed on 25/02/2019 at 14:13.
Pushed by davidedmundson into branch 'master'.

Only commit XdgOutput::done if changed

Summary:
XdgOutput no-ops if one calls setLogicalSize(someSize)  and someSize
matches the last sent size

However, as we have an explicit done signal, we currently end up sending
this regardless.

This patches tracks if we've made any changes to commit in the done
event.

Reviewers: #kwin, romangg

Reviewed By: #kwin, romangg

Subscribers: romangg, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D19255

M  +7-0src/server/xdgoutput_interface.cpp

https://commits.kde.org/kwayland/5afbaa5e43f923db491628d8d848e3070c92dc94

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-02-24 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=400987

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #21 from Roman Gilg  ---
The focus issues on multi-screen setups will likely be fixed with:
https://phabricator.kde.org/D19255

Focus issue on single monitor setups might be a race fixed by:
https://phabricator.kde.org/D19262

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-02-20 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

Version|5.14.90 |5.15.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400987

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-01-27 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

Brian  changed:

   What|Removed |Added

Version|unspecified |5.14.90

--- Comment #20 from Brian  ---
Persists on the latest 5.15.80 plasma git. Workaround does not work at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2019-01-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #19 from Patrick Silva  ---
bug persists.

Operating System: Arch Linux 
KDE Plasma Version: 5.14.90
KDE Frameworks Version: 5.54.0
Qt Version: 5.12.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-12-06 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #18 from Brian  ---
Same graphics processor i have (Gigabyte RX 560 4GB OC). Perhaps it's related?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-20 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #17 from Méven Car  ---
I found a working reproducing method.

I have a two screens setup a 2560x1440 and 1280x1024.

My main screen is the biggest one on the left of the other one.

Whenever I move a xwayland app to the right screen from the left one, the
window becomes unresponsive to clicks and keyboard.
I get a weird behavior:
when I click on the window or use the scroll wheel a xwayland window on the
other screen gets clicked and scrolled and the current xwayland window
flickers. Except the position of those clicks on the other window are not
right.
Meanwhile at each click, The taskbar shows me that the window focus is changed
from the not-working window to the one on the other screen. Depending on this
focus, the keyboard input follows from one window to the other.

Sometimes this behavior appears spontaneously for a window that did not change
of screen.

It works with vlc, spotify, firefox.

Kubuntu 18.10
Linux 4.18.0-11-generic
KDE Frameworks 5.52.0
Qt 5.11.1
lspci | grep VGA
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Baffin [Radeon RX 550 640SP / RX 560/560X] (rev cf)glxinfo  | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Radeon RX 560 Series (POLARIS11, DRM 3.26.0,
4.18.0-11-generic, LLVM 7.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.2

I can add more details if needed.

I hope this helps !

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #16 from wg9rffujwz8y2...@airmail.cc ---
Update: I haven't experience the bug again so far, it's very likely fixed with
the suggested workaround.

--

For people still having trouble with VirtualBox:
If after the workaround you still have the bug in certain machines you can fix
it by installing guest additions. The problem is it won't work until you edit
the machine and make the window bigger, it triggers something I'm not aware
(probably the same as resizing in the GUI but I can't click that so). Close
virtualbox before editing the .vbox file.


  
  


This worked for me even for a pure server guest with no X and no 3d.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-19 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #15 from Brian  ---
I'm not sure if changing the setting caused this, or if it's a separate bug,
but for me the focus issue alot worse (it now seems to persist after going back
to the original settings). Sometimes when i click a element in a application,
the window isn't even focused now, and it clicks through the window (Both xorg
and wayland). This is really, really weird.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #14 from wg9rffujwz8y2...@airmail.cc ---
(In reply to Martin Flöser from comment #12)
> To anybody encountering the problem: please go to Compositor settings and
> change "Keep window thumbnails" to "Always". That's the setting I have and
> which could explain why I don't see the problem.

I did and had to reboot, some UI elements went black.

> If you can confirm that this fixes the problem we can remove the setting and
> enforce it on Wayland. The setting doesn't really make sense on Wayland,
> that's why I have set it to Always.

It's been a few hours and I haven't encountered the bug so far. It most
definitely helped (probably fixed it but I need to use the system for a few
days).

P.S.: VirtualBox's fullscreen mode is broken for me (accel on or off) and it
looks exactly like this bug where mouse clicks stop working in the host or
guest system. I'm not sure it's related or just something not implemented yet.
I thought I should mention it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #13 from Patrick Silva  ---
I just found a way to reproduce:

open Firefox and unmaximize its window
move Firefox window near to plasma panel
right click your wallpaper on the space between Firefox and plasma panel
while context menu is open, click Firefox entry in plasma panel (context menu
closes)
click Firefox entry in plasma panel again (Firefox is minimized)
click Firefox entry again to restore it
Now mouse clicks on Firefox window have no effect

I can't reproduce after set "Keep window thumbnails" to "Always" in compositor
settings.

Wayland session crashed here when I configured "Keep window thumbnails" to
"Always". Is this a know problem?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-18 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #12 from Martin Flöser  ---
To anybody encountering the problem: please go to Compositor settings and
change "Keep window thumbnails" to "Always". That's the setting I have and
which could explain why I don't see the problem.

If you can confirm that this fixes the problem we can remove the setting and
enforce it on Wayland. The setting doesn't really make sense on Wayland, that's
why I have set it to Always.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #11 from Patrick Silva  ---
Today it happened twice on my system with VLC player.
VLC was playing a video in background, I switched from another app (kate and
ksysguard) to VLC, VLC appeared on the screen with frozen video while audio was
playing normally. Nothing happened when I clicked on VLC until I minimized and
restored its window, then the video unfroze and mouse clicks worked again.

Operating System: Arch Linux 
KDE Plasma Version: 5.14.3
Qt Version: 5.12.0 beta4
KDE Frameworks Version: 5.52.0
Kernel Version: 4.19.2-arch1-1-ARCH

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-18 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #10 from Brian  ---
I was able to reproduce it with a single monitor again today. Sorry for the bad
quality, my phone's camera does not have stabilization and i compressed the
video a bit to save space.

https://drive.google.com/open?id=1KQuJ8t8V50EkjJnUOvBR_D4yzMf7z2Yh

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-18 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=400987

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #9 from Alexander Mentyu  ---
Was able to reproduce not responsive to mouse clicks Telegram window once in
multi-monitor setup - one above other with panel on upper external 24" 1440p
monitor and Telegram window on lower 14" 1080p laptop monitor

Telegram 1.4.3 install through snap
Operating System: KDE neon Developer Edition
KDE Plasma Version: 5.14.80
KDE Frameworks Version: 5.53.0
Qt Version: 5.11.2
Kernel Version: 4.15.0-39-generic

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-17 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #8 from Brian  ---
(In reply to Martin Flöser from comment #6)
> I cannot reproduce and have not encountered the problem.

That's weird. Yeah, the problem is that the Xwayland application looses focus
after a while... I'll see if i can record it, it's extremely random, but it
really breaks the workflow when it keeps re-occurring.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400987

wg9rffujwz8y2...@airmail.cc changed:

   What|Removed |Added

 CC||wg9rffujwz8y2...@airmail.cc

--- Comment #7 from wg9rffujwz8y2...@airmail.cc ---
Same. Can't reproduce but I'll try to describe as much as I can.

Last time this happened I was using Sublime Text 3 and my VM was in the
background. I tried to close a file and a modal from ST3 showed up (Save
changes to New file before closing?). It quickly vanished and my clicks stopped
working. I tried to alt+tab to find the second window and I also checked if
they were behind other windows, it just vanished.

When I was using alt+tab I noticed that on top of my virtual machine (top left
corner) I could see the vanished modal with a black background but it wasn't
functional, more like a glitch.

Maybe a good candidate to trigger this bug is to open a Windows 10 VirtualBox
machine with 3D acceleration enabled (but that might skew the results since it
should be off afaik), switch to full screen mode and try to use the host OS.


SOFTWARE/OS VERSIONS
Operating System: Kubuntu 18.10
PPA: kubuntu-ppa/backports
KDE Plasma Version: 5.14.3
Qt Version: 5.11.1
KDE Frameworks Version: 5.51.0
Kernel Version: 4.18.0-11-generic
OS Type: 64-bit
Plasma Wayland session, Intel iGPU only

Virtualbox 5.2.18_Ubuntu r123745, mouse integration enabled

Behavior observed when any of my vms were open:
- Windows 10 guest, 3D Off, 2D On (256MB)
- Linux guests, 3D and 2D off

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-17 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #6 from Martin Flöser  ---
I cannot reproduce and have not encountered the problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-17 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #5 from Bhushan Shah  ---
*hardware

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-17 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=400987

Bhushan Shah  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||bhus...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #4 from Bhushan Shah  ---
I can reproduce this issue, at a time that I thought this would be hard are
issue.

I don't exactly know pattern to reproduce this but yes this is annoying.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-17 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=400987

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #3 from Méven Car  ---
I have encountered the issue with firefox since it is the most common xwayland
app I use.

I believe here "Loosing focus" means no mouse input work : you click on the
window but the window does not react accordingly.

In my experience I could use the keyboard though. For instance in firefox I
could use Ctrl + Tab to switch tabs.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-16 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #2 from Martin Flöser  ---
What exactly do you mean with "loose focus"?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=400987

David Edmundson  changed:

   What|Removed |Added

Product|plasmashell |kwin
   Target Milestone|1.0 |---
 CC||k...@davidedmundson.co.uk
  Component|generic-wayland |core
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Version|master  |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.