[kwin] [Bug 420757] Text-only virtual desktop OSD is empty when I switch virtual desktop for the first time after login

2024-05-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=420757

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/5362105f27
   ||6d62aff420bbc36615b75f999a2
   ||1a7
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #11 from David Edmundson  ---
Git commit 5362105f276d62aff420bbc36615b75f999a21a7 by David Edmundson.
Committed on 24/05/2024 at 12:51.
Pushed by davidedmundson into branch 'master'.

plugins/desktopchangeosd: Port to simpler PlasmaWindow

Plasma::Dialog contains logic that we don't want for a kwin window and
is considered deprecated. Dialog uses the width of the main item which
results in an unavoidable binding loop.

PlasmaWindow allows us to propagate implicit sizes upwards correctly.

M  +6-5src/plugins/desktopchangeosd/package/contents/ui/osd.qml

https://invent.kde.org/plasma/kwin/-/commit/5362105f276d62aff420bbc36615b75f999a21a7

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

[kwin] [Bug 487299] New: overview + showDesktop is a confusing UX

2024-05-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487299

Bug ID: 487299
   Summary: overview +  showDesktop is a confusing UX
Classification: Plasma
   Product: kwin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: effects-overview
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@davidedmundson.co.uk
  Target Milestone: ---

If show desktop is activated (enter edit mode in plasmashell) hotcorners are
still active and overview can be started.

If a window is clicked it animates back, but the user is still in show desktop
mode so the selected window suddenly disappears.

Dismissing show desktop when overview starts is probably the easiest solution

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

[plasmashell] [Bug 487298] New: Edit mode broken in RTL

2024-05-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487298

Bug ID: 487298
   Summary: Edit mode broken in RTL
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: k...@davidedmundson.co.uk
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Run plasmashell --reverse

start edit mode

open widget explorer

desktop moves the wrong way

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

[plasmashell] [Bug 487120] NVIDIA 3080, proprietary drivers with Wayland constant crashes plasma 6

2024-05-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487120

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from David Edmundson  ---
Can you share the last lines of console output please.

Can you also confirm if this goes away if you run:

kcmshell6 qtquicksettings and set the render loop to "basic"

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/711c5bb43f
   ||2823766d5189dc8d567c8f4cec2
   ||53c
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #46 from David Edmundson  ---
Git commit 711c5bb43f2823766d5189dc8d567c8f4cec253c by David Edmundson.
Committed on 16/05/2024 at 08:23.
Pushed by davidedmundson into branch 'master'.

wayland: send dndFinished to source if target fails to do so

After receiving a drop a client should call data_offer.finish
to tell the source it's done using the drop.

A client could delete an offer after drop before calling finish.

This can happen with misbehaving/buggy or malicious Wayland clients.
A real case was found in the wild with Chromium, as described in the
linked bug.

In this situation we should let the source know the dnd is finished
as there are no other transfers than can take place.

We don't want to universally send this in all data offer destructors
only, offers that are deleted post drop so the flag on the source is
exposed.

M  +22   -2src/wayland/abstract_data_source.h
M  +8-1src/wayland/dataoffer.cpp
M  +3-12   src/wayland/datasource.cpp
M  +0-3src/wayland/datasource.h

https://invent.kde.org/plasma/kwin/-/commit/711c5bb43f2823766d5189dc8d567c8f4cec253c

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

--- Comment #43 from David Edmundson  ---
Chrome is doing something highly unusual.

[2257948.361] wl_data_dev...@15.drop()
[2257948.578]  -> wl_data_offer@4278190082.destroy()
[2257948.592] wl_data_source@58.dnd_drop_performed()

We tell the target it's dropped, then it deletes the offer immediately. So it
had a valid offer at the time of drop, but it doesn't finish that offer.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

David Edmundson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #41 from David Edmundson  ---
Got it based on my own comment: 

going to here https://www.w3schools.com/html/html5_draganddrop.asp  and running
the example freezes the mouse input

but weirdly when you try to drag a second time.

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

[kwin] [Bug 482142] drag in drop files in Google Chrome renders Chrome unusable

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482142

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||k...@davidedmundson.co.uk

--- Comment #40 from David Edmundson  ---
FWIW, there's some notes on that MR. It's not quite right, we're still missing
the cause. If there is a bug kwin side, it needs more investigation.

Can someone give me steps to reproduce. I tried the ones above.

I have both google-chrome-stable and google-chrome unstable and I'm forcing the
wayland modes.
I tried dragging a text file from my file manager into the address bar,  and
into a web app (Discord). 

That doesn't match the chrome comments, as I would have expected steps where
Chrome is the source of the drag.

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

[plasmashell] [Bug 433079] On Wayland container windows created by XEmbedSNIProxy are not stacked below root window

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=433079

David Edmundson  changed:

   What|Removed |Added

 CC||kato...@gmail.com

--- Comment #38 from David Edmundson  ---
*** Bug 485971 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 485971] Keepass tray icon breaks nearby icon, also tooltip is messed up

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485971

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 433079 ***

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

[plasmashell] [Bug 433079] On Wayland container windows created by XEmbedSNIProxy are not stacked below root window

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=433079

David Edmundson  changed:

   What|Removed |Added

 CC||kodyvonbar...@hotmail.com

--- Comment #37 from David Edmundson  ---
*** Bug 459534 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 459534] Clicks on SNIs sometimes get forwarded to app content outside the panel

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=459534

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 433079 ***

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

[kwin] [Bug 487043] Extreme stutters/hangs when using certain desktop effects when "~/.cache" is on slow storage

2024-05-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487043

David Edmundson  changed:

   What|Removed |Added

Version|unspecified |6.0.4
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 477778] Crash when starting multiple drags

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=48

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |BACKTRACE

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

[kwin] [Bug 300726] increase and decrease brightness of windows

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=300726

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

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

[kwin] [Bug 307424] set properties/settings of windows (size/position) per activity

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=307424

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |INTENTIONAL

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

[kwin] [Bug 300349] Make ShaderManager act as a real stack

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=300349

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL

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

[kwin] [Bug 171454] Determine new stacking order of windows before animations start

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=171454

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG

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

[kwin] [Bug 157219] Unpredictable focus when switching desktops on a multi-head system

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=157219

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED
 CC||k...@davidedmundson.co.uk

--- Comment #16 from David Edmundson  ---
Multihead is no longer supported

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

[kwin] [Bug 150716] two successive focus requests get in a race

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=150716

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|CONFIRMED   |RESOLVED
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 408465] Have the option to capture mouse on corners when having multiple monitors

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=408465

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from David Edmundson  ---
This is now implemented

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

[kwin] [Bug 344433] SceneOpenGL::paint() occasionally lasts > 16ms (triple buffering enabled)

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=344433

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |UNMAINTAINED
 Status|REOPENED|RESOLVED

--- Comment #39 from David Edmundson  ---
Performance issues this old are likely fixed or are better suited to a new
ticket if issues remain.

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

[kwin] [Bug 466489] Crash in Kwin::Output::ModeSize

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=466489

David Edmundson  changed:

   What|Removed |Added

  Component|general |screencasting

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

[kwin] [Bug 483681] Crash in KWin::ScreenCastStream::onStreamAddBuffer()

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483681

David Edmundson  changed:

   What|Removed |Added

  Component|general |screencasting

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

[kwin] [Bug 463227] [kwin compositing] kwin glitches the recording video buffer

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=463227

David Edmundson  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DOWNSTREAM
 CC||k...@davidedmundson.co.uk

--- Comment #7 from David Edmundson  ---
Kwin isn't involved in this

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

[kwin] [Bug 470404] Abbearational frame rims the application window after configurating Konsole app

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=470404

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|screencasting   |effects-various

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

[kwin] [Bug 468159] After waking from sleep with complex triple-monitor setup, middle screen's desktop has the wrong size and windows leave ghost trails

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=468159

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |multi-screen
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 455429] kwin sometimes composes windows in the wrong order when using the Slide Back effect

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=455429

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |effects-various
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 454919] ASSERT: "d->m_texture" in file kwin/src/libkwineffects/kwingltexture.cpp, line 451

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=454919

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |scene-opengl
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 452219] Low fps and high CPU usage on external monitor connected to NVIDIA when default GPU is Intel

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=452219

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |performance

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

[kwin] [Bug 452119] With an Intel iGPU, animations aren't as smooth on Wayland versus Xorg

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=452119

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #80 from David Edmundson  ---
Performance is something we're constantly improving, there is nothing left in
this bug report that's specific enough to keep this ticket open

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

[kwin] [Bug 452119] With an Intel iGPU, animations aren't as smooth on Wayland versus Xorg

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=452119

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |performance

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

[kwin] [Bug 432536] Move Mouse To Focus doesn't work as expected on Wayland

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=432536

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |general

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

[kwin] [Bug 428272] Unmaximize does not restore window size/position correctly if KWin's Quicktile shortcuts were used before

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428272

David Edmundson  changed:

   What|Removed |Added

  Component|screencasting   |general
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 339859] Kwin should enforce the width of applications to fit the screen when maximizing

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=339859

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|screencasting   |general
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

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

[kwin] [Bug 327512] Wish: Add an option in "Thumbnail Aside" effect to update the thumbnail in real-time even when the window is minimized

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=327512

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG
  Component|screencasting   |general

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

[kwin] [Bug 327512] Wish: Add an option in "Thumbnail Aside" effect to update the thumbnail in real-time even when the window is minimized

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=327512

David Edmundson  changed:

   What|Removed |Added

  Component|effects-various |screencasting

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

[kwin] [Bug 468159] After waking from sleep with complex triple-monitor setup, middle screen's desktop has the wrong size and windows leave ghost trails

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=468159

David Edmundson  changed:

   What|Removed |Added

  Component|multi-screen|screencasting

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

[kwin] [Bug 484215] kwin_wayland crashes in KWin::ScreenCastStream::recordFrame

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=484215

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 483466] Screenshots and screenshares look green(-ish)

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483466

David Edmundson  changed:

   What|Removed |Added

  Component|compositing |screencasting

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

[kwin] [Bug 428272] Unmaximize does not restore window size/position correctly if KWin's Quicktile shortcuts were used before

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428272

David Edmundson  changed:

   What|Removed |Added

  Component|Quick Tiling|screencasting

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

[kwin] [Bug 432536] Move Mouse To Focus doesn't work as expected on Wayland

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=432536

David Edmundson  changed:

   What|Removed |Added

  Component|multi-screen|screencasting

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

[kwin] [Bug 455429] kwin sometimes composes windows in the wrong order when using the Slide Back effect

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=455429

David Edmundson  changed:

   What|Removed |Added

  Component|effects-various |screencasting

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

[kwin] [Bug 452219] Low fps and high CPU usage on external monitor connected to NVIDIA when default GPU is Intel

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=452219

David Edmundson  changed:

   What|Removed |Added

  Component|platform-drm|screencasting

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

[kwin] [Bug 470404] Abbearational frame rims the application window after configurating Konsole app

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=470404

David Edmundson  changed:

   What|Removed |Added

  Component|effects-various |screencasting

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

[kwin] [Bug 479943] On Wayland, maximizing WezTerm is glitchy when the Maximize effect is enabled

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=479943

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 486081] Frame swapping in WebRTC screensharing while moving the mouse

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486081

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 484923] crash in ScreenCastStream::createDmaBufTexture

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=484923

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 339859] Kwin should enforce the width of applications to fit the screen when maximizing

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=339859

David Edmundson  changed:

   What|Removed |Added

  Component|core|screencasting

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

[kwin] [Bug 474080] Kwin crashed in KWin::ScreenCastStream::createStream

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=474080

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 475171] KWin stops rendering

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=475171

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 454919] ASSERT: "d->m_texture" in file kwin/src/libkwineffects/kwingltexture.cpp, line 451

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=454919

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 452119] With an Intel iGPU, animations aren't as smooth on Wayland versus Xorg

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=452119

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |screencasting

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

[kwin] [Bug 481322] When switching tasks, "Hightlight Window" effect isn't ideal for maximized windows

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481322

David Edmundson  changed:

   What|Removed |Added

  Component|effects-various |screencasting

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

[kwin] [Bug 459694] Cursor on wrong screen in pipewire screen capture

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=459694

David Edmundson  changed:

   What|Removed |Added

  Component|general |screencasting

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

[kwin] [Bug 480987] Show FPS increases CPU usage of kwin_wayland by around 20%.

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480987

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

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

[kwin] [Bug 481374] Graphics performance in QEMU/KVM guest with virGL is bad on Wayland

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481374

David Edmundson  changed:

   What|Removed |Added

  Component|wayland-generic |performance
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 481496] Overview desktop naming

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481496

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[kwin] [Bug 481903] stutter when framerate is lower than screen refresh

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=481903

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

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

[kwin] [Bug 485690] X11 and Wayland use different Window Class Names

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485690

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Unfortunately we are sent different information. There's nothing magic we can
do.

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

[kwin] [Bug 486014] Desktop Grid sometimes crashes

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486014

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |UPSTREAM

--- Comment #4 from David Edmundson  ---
>Apr 26 11:42:57 peter-xps139305 kwin_wayland[]: kwin_wayland_drm: Pageflip 
>timed out! This is a kernel bug

As per the message above, this is a kernel bug

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

[kwin] [Bug 486966] Plasma Wayland breaks when more than ~110 windows are open

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486966

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
It's not out of RAM, there's a max limit to the size of a wayland message we
send with the stacking order.

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

[kwin] [Bug 486970] Screen blanked, kwin crashed

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486970

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #6 from David Edmundson  ---
>#3  0x7f1bbb290c79 qt_message_fatal (libQt5Core.so.5 + 
> 0x90c79)

This means we can't connect to the X server. That's an issue below KDE

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

[kwin] [Bug 466380] kwin_x11 crashes in KWin::X11Window::finishCompositing() when disabling compositing

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=466380

David Edmundson  changed:

   What|Removed |Added

 CC||proluciom...@gmail.com

--- Comment #34 from David Edmundson  ---
*** Bug 486997 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 486997] Crash when stablishing as global theme

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486997

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 466380 ***

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

[kwin] [Bug 486137] System stuttering when GPU nearing 100%

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486137

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|compositing |performance

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

[kwin] [Bug 486927] Crash in QQmlTypeLoader

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486927

David Edmundson  changed:

   What|Removed |Added

Summary|c   |Crash in QQmlTypeLoader

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

[kwin] [Bug 486927] c

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486927

David Edmundson  changed:

   What|Removed |Added

Summary|KWin crashes  at random |c
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 487000] Random crashes related to KWin & Plasma

2024-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487000

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
>I will attach the backtrace later.

Closing till then as there is nothing actionable currently.

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

[kwin] [Bug 483137] Screencast plugin fails if PipeWire is started after KWin

2024-05-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483137

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/013e69988f
   ||fdbed1d3c684a536c0d4b79c7de
   ||680

--- Comment #14 from David Edmundson  ---
Git commit 013e69988ffdbed1d3c684a536c0d4b79c7de680 by David Edmundson.
Committed on 10/05/2024 at 14:35.
Pushed by davidedmundson into branch 'master'.

Reconnect Pipewire on Failure

Our connection to pipewire can go down if the pipewire service restarts, it's
on us to tear down and reconnect.
To ensure Streams can tear down on their own properly, this patch leaves
existing streams with a defunct connection
and creates a new connection for new streams, sharing the connection between
them.

This also implicitly fixes the case for distributions without working socket
activation.

M  +7-0src/plugins/screencast/pipewirecore.cpp
M  +4-0src/plugins/screencast/pipewirecore.h
M  +19   -5src/plugins/screencast/screencastmanager.cpp
M  +3-1src/plugins/screencast/screencastmanager.h

https://invent.kde.org/plasma/kwin/-/commit/013e69988ffdbed1d3c684a536c0d4b79c7de680

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

[plasmashell] [Bug 486810] Some settings pages are missing

2024-05-09 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486810

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
Please ensure all your packages are up to date. It'll be a downstream issue

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

[kwin] [Bug 486757] Crash in X11Window::closeWindow

2024-05-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486757

David Edmundson  changed:

   What|Removed |Added

Summary|KWin_Wayland crash after|Crash in
   |firefox crash.  |X11Window::closeWindow
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 485024] Notification on kwin restart

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485024

David Edmundson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
Summary|systemd watchdog stops  |Notification on kwin
   |kwin_wayland during oom |restart
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1

--- Comment #3 from David Edmundson  ---
Ack, notification is easy. Lets change scope to that.

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

[kwin] [Bug 475468] On X11 with NVIDIA GPU, window and panel resizing is very laggy when any panels are set to Floating or Adapting transparency

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=475468

David Edmundson  changed:

   What|Removed |Added

  Component|general |performance

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

[kwin] [Bug 475872] With an NVIDIA GPU on X11, resizing windows choppy when Pager widget is enabled

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=475872

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|general |performance

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

[kwin] [Bug 483698] choppy framerate in X11 after upgrade to Plasma 6

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483698

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|general |performance

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

[kwin] [Bug 484344] Squashed New Windows Throughout The System

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=484344

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
This is not a general issue, if there are issues with specific apps it needs to
be reported to those apps.

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

[kwin] [Bug 484764] KDE plasma DRI regression with vmwgfx

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=484764

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #3 from David Edmundson  ---
This crash is happening deep inside the driver, please report there

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

[kwin] [Bug 485024] systemd watchdog stops kwin_wayland during oom

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485024

David Edmundson  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |sit...@kde.org
 Resolution|--- |WAITINGFORINFO
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
If the system is frozen for so long, then systemd killing kwin is the right
thing to do. There's not much else we can do in regards to this bug is there?

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

[kwin] [Bug 485219] Night color not changing color automatically

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485219

David Edmundson  changed:

   What|Removed |Added

  Component|general |Night Color
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 485248] Keyboard shortcuts for "window to next desktop" and "switch to next desktop" behave inconsistently

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485248

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[kwin] [Bug 485322] Broken, Glitched Mouse Hover Popups in Left Panel

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485322

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[kwin] [Bug 485322] Broken, Glitched Mouse Hover Popups in Left Panel

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485322

David Edmundson  changed:

   What|Removed |Added

  Component|general |effects-various
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 480367] Desktop sluggish/laggy after resume from suspend

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480367

David Edmundson  changed:

   What|Removed |Added

  Component|general |performance
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 483282] On X11, Firefox picture-in-picture video lags while self-closing notifications are shown

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=483282

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|general |performance

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

[kwin] [Bug 486257] Stuttering with video playback in 24Hz / MPV

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486257

David Edmundson  changed:

   What|Removed |Added

  Component|general |performance
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 484323] High CPU load of kwin_x11 when locking the screen

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=484323

David Edmundson  changed:

   What|Removed |Added

  Component|general |performance
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 485489] glmark2/vkmark got much lower result on KWin than sway/hyprland

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485489

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|general |performance

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

[plasmashell] [Bug 485456] With Qt 6.7, System Tray popup is inappropriately resized to a tiny nub

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485456

David Edmundson  changed:

   What|Removed |Added

 CC||jciphe...@gmail.com

--- Comment #21 from David Edmundson  ---
*** Bug 485708 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 485708] KDE panel system tray pop ups become non-functioning when panel switches from floating to not floating or floating turned off

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485708

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #3 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 485456 ***

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

[plasmashell] [Bug 485708] KDE panel system tray pop ups become non-functioning when panel switches from floating to not floating or floating turned off

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485708

David Edmundson  changed:

   What|Removed |Added

Product|kwin|plasmashell
   Target Milestone|--- |1.0
 CC||k...@davidedmundson.co.uk
  Component|general |general
   Assignee|kwin-bugs-n...@kde.org  |plasma-b...@kde.org

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

[kwin] [Bug 480326] kwin crashes in KWin::EffectsHandlerImpl::prePaintWindow() when starting Odamex with the OpenGL renderer

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480326

David Edmundson  changed:

   What|Removed |Added

 CC||k...@assez.biz

--- Comment #2 from David Edmundson  ---
*** Bug 485975 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 485975] kwin crashed when opening multiple .ar files

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485975

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 480326 ***

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

[kwin] [Bug 486075] Changing workspaces while playing videos using full video acceleration results in video being choppy / stopping

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486075

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
Can you clarify when it's choppy.

Is it choppy whilst on another workspace? If so how do you know?
Or still choppy after you return.

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

[kwin] [Bug 486144] High GPU utilisation when panel is hidden

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486144

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
Can you share output of :

qdbus org.kde.KWin /KWin org.kde.KWin.supportInformation 

whilst it is using high CPU

also confirm it goes away if you run systemctl --user stop plasma-plasmashell

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

[policykit-kde-agent-1] [Bug 486453] Admin password dialog seems potentially fundamentally unsafe and like a significant downgrade to e.g. Windows UAC

2024-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486453

David Edmundson  changed:

   What|Removed |Added

  Component|general |general
Product|kwin|policykit-kde-agent-1
 CC||d...@kde.org,
   ||jgrul...@redhat.com,
   ||jrez...@redhat.com,
   ||k...@davidedmundson.co.uk
   Assignee|kwin-bugs-n...@kde.org  |unassigned-b...@kde.org

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

[kwin] [Bug 486391] QMplay2 crashes when using Vaapi on Wayland

2024-05-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486391

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
As you have a git master of everything, could you attach output of

WAYLAND_DEBUG=1  qplay2

It'll help confirm which side the bug is

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

[kwin] [Bug 442639] Graphical glitch when /usr/local/share/plasma/desktoptheme/default/widgets/glowbar.svgz is not present

2024-05-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=442639

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from David Edmundson  ---
This does not seem to be the case anymore

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

[kwin] [Bug 486399] kwin_wayland crashing will crash many native Wayland apps (which seems to be unintended?)

2024-05-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486399

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from David Edmundson  ---
Everything crashing is the wayland design.

We have special code specifically for our apps to survive, but that's code
inside those apps. Other apps need support. We do have pending patches for
other toolkits, but it's not merged many other places.

I'm surprised by kate crashing. If you can confirm that's a Qt6 build and get a
backtrace I would appreciate it.

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

[xdg-desktop-portal-kde] [Bug 486387] Loosen window capture restrictions on Wayland

2024-05-01 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486387

David Edmundson  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |plasma-b...@kde.org
 CC||aleix...@kde.org,
   ||jgrul...@redhat.com,
   ||k...@davidedmundson.co.uk,
   ||n...@kde.org
  Component|wayland-generic |general
Product|kwin|xdg-desktop-portal-kde

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

  1   2   3   4   5   6   7   8   9   10   >