[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-12-02 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=467999

Yevhen  changed:

   What|Removed |Added

 CC||xalt7x.serv...@gmail.com

--- Comment #11 from Yevhen  ---
(In reply to Nate Graham from comment #9)
> Dolphin does, but `xdg-open` doesn't. Both the sending and receiving apps
> need to support it.

I have a similar issue on Wayland (Fedora Kinoite Nightly).  
"FocusStealingPreventionLevel" is set for KWin and I have a Kate window opened.
When I'm opening some text file from Dolphin, Kate window is not raised
automatically. Task manager doesn't even notify me that Kate window requires
attention.
If Kate is closed and I open some file associated with Kate, focus
appropriately migrates to the Kate window.
Not sure if this issue is on the KWin/Wayland or Kate side.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-12-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #12 from Nate Graham  ---
Could be KWin, could be Kate, and it could even be Dolphin. If you turn focus
stealing prevention off entirely and it still happens, that rules out KWin, at
least.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-12-05 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #13 from Yevhen  ---
(In reply to Yevhen from comment #11)
> (In reply to Nate Graham from comment #9)
> > Dolphin does, but `xdg-open` doesn't. Both the sending and receiving apps
> > need to support it.
> 
> I have a similar issue on Wayland (Fedora Kinoite Nightly).  
> "FocusStealingPreventionLevel" is set for KWin and I have a Kate window
> opened. When I'm opening some text file from Dolphin, Kate window is not
> raised automatically. Task manager doesn't even notify me that Kate window
> requires attention.
> If Kate is closed and I open some file associated with Kate, focus
> appropriately migrates to the Kate window.
> Not sure if this issue is on the KWin/Wayland or Kate side.

It could be a temporary distribution packaging/migration issue on Fedora 40
Rawhide. Flatpak version of Kate doesn't always "steal focus" on Plasma 6 but
informs when its window requires attention.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-03-31 Thread Yauheni Zviazdou
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #1 from Yauheni Zviazdou  ---
Comment on attachment 157738
  --> https://bugs.kde.org/attachment.cgi?id=157738
Kwinrc config

In this file FocusStealingPreventionLevel=1, but when
FocusStealingPreventionLevel=0 focus isn't  changing too.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-03-31 Thread Yauheni Zviazdou
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #2 from Yauheni Zviazdou  ---
Comment on attachment 157738
  --> https://bugs.kde.org/attachment.cgi?id=157738
Kwinrc config

In this file FocusStealingPreventionLevel=1, but when
FocusStealingPreventionLevel=0 focus isn't changing too.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467999

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Nate Graham  ---
In step 3, what exactly were you expecting to happen? Which app should have
come to the front?

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-04 Thread Yauheni Zviazdou
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #4 from Yauheni Zviazdou  ---
(In reply to Nate Graham from comment #3)
> In step 3, what exactly were you expecting to happen? Which app should have
> come to the front?

I expect, that focus will be moved to the browser (and browser comes to the
front), If I clicked on "https://kde.org"; (on Konsole  for example).

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #5 from Nate Graham  ---
Which browser is it? And which version of the browser?

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-04 Thread Yauheni Zviazdou
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #6 from Yauheni Zviazdou  ---
(In reply to Nate Graham from comment #5)
> Which browser is it? And which version of the browser?

It's Google Chrome, version 112.0.5615.49-1 (with --ozone-platform=wayland)

But focus moving doesn't work with dolphin too (when I'm clicking on the file
link)(In reply to Nate Graham from comment #5)
> Which browser is it? And which version of the browser?

It's Google Chrome, version 112.0.5615.49-1 (with --ozone-platform=wayland)

But focus moving doesn't work with dolphin too (when I'm clicking on the file
url)

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467999

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DOWNSTREAM

--- Comment #7 from Nate Graham  ---
So the way focus-passing works on Wayland is that both the source and
destination app need to have implemented the xdg_activation_v1 protocol. All
KDE apps have, and Firefox has, but to my knowledge, Chromium has not done so
yet. So that's the source of the problem. Focus stealing isn't actually
involved at all here; focus isn't being handed off at all due to a lack of
support for the activation protocol. So I'm afraid this is a Chromium bug.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-19 Thread Yauheni Zviazdou
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #8 from Yauheni Zviazdou  ---
(In reply to Nate Graham from comment #7)
> So the way focus-passing works on Wayland is that both the source and
> destination app need to have implemented the xdg_activation_v1 protocol. All
> KDE apps have, and Firefox has, but to my knowledge, Chromium has not done
> so yet. So that's the source of the problem. Focus stealing isn't actually
> involved at all here; focus isn't being handed off at all due to a lack of
> support for the activation protocol. So I'm afraid this is a Chromium bug.

Sorry, I missed your message. 
You wrote that all KDE apps have implementation of this protocol, but when I
type `xdg-open .` command in konsole, focus isn't changing to dolphin.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #9 from Nate Graham  ---
Dolphin does, but `xdg-open` doesn't. Both the sending and receiving apps need
to support it.

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

[kwin] [Bug 467999] Focus stealing prevention is not working properly.

2023-04-19 Thread Yauheni Zviazdou
https://bugs.kde.org/show_bug.cgi?id=467999

--- Comment #10 from Yauheni Zviazdou  ---
(In reply to Nate Graham from comment #9)
> Dolphin does, but `xdg-open` doesn't. Both the sending and receiving apps
> need to support it.

Understood, thank you for answer!

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