[kwin] [Bug 472622] Spice clipboard sharing under kwin-x11 doesn't work

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=472622

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #16 from David Edmundson  ---
On X11 kwin is not involved in clipboard sharing.

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

[kwin] [Bug 478907] kwin_wayland: crash when clicking on clipboard's "Delete history" button

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478907

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #5 from David Edmundson  ---
I cannot reproduce this issue, and the google drive link is now inaccessible

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

[kwin] [Bug 469238] When run from a global shortcut, `normcap` does not copy text to clipboard, but `normcap | tee /dev/null` does

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=469238

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
Cannot reproduce. 
I do recall wl-copy having a bug at some point that affected us, maybe it was
that.

It might have been:
https://github.com/bugaevc/wl-clipboard/commit/d2c32f2b4d469f53070e8c4052dea6f412de3916


Please reopen if this is still an issue.

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

[kwin] [Bug 474686] Setting a value to Clipboard via a button in an unfocused window does not work.

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=474686

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---
Kwin now allows any app to change clipboard without focus.

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

[kwin] [Bug 487340] window focus and clipboard act flaky

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487340

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
We cannot reproduce. 

Some useful things to do:
 -  killall plasmashell (which owns the clipboard manager) and see if that
changes things
 - from krunner type 'kwin debug console'. There is a tab for clipboard. middle
click paste is called "primary selection"

 - if this yields nothing, running both firefox and konsole with
'WAYLAND_DEBUG=1 konsole  |& grep primary' will show what each app is getting
and trying to do

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

[plasmashell] [Bug 466414] Plasmashell and kwin_wayland processes exhibit have high CPU usage when no windows are drawn and using "Keep the selection and clipboard the same" and "Text selection: Alway

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=466414

David Edmundson  changed:

   What|Removed |Added

   Version Fixed In||6.3
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kguiaddons/-/commit/
   ||0420025cc0d706856076bb71143
   ||c04f857871ac2
 Status|ASSIGNED|RESOLVED

--- Comment #34 from David Edmundson  ---
Git commit 0420025cc0d706856076bb71143c04f857871ac2 by David Edmundson.
Committed on 04/06/2024 at 08:49.
Pushed by davidedmundson into branch 'master'.

clipboard: Add roundtrip when setting clipboard

To avoid deadlocking when copying data, klipper will use the regular
clipboard whilst we have keyboard focus. This is a bit of a hack, but
without better alternatives.

If data is set this way, the check when we receive a new clipboard to
see if we are the owner does not work. Checking
QClipboard::ownsClipboard does not work as we still want to track
changes from other parts of the smae process.

As an alternative, when using this specific path we make it synchronous
so that the change signal can be ignored.
FIXED-IN: 6.3

M  +4-0src/systemclipboard/waylandclipboard.cpp

https://invent.kde.org/frameworks/kguiaddons/-/commit/0420025cc0d706856076bb71143c04f857871ac2

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

[kwin] [Bug 486078] Automatically enabling software rendering causes KWin to crash on all visual effects (alt+tab, maximise, snap window)

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486078

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/8c149bb6b7 |ma/kwin/-/commit/a22a8eb122
   |11c00e0fa3cf2f3d06a09dcc57a |bf2bb7c1e38450aa8d644f0a8ca
   |1e4 |30f

--- Comment #2 from David Edmundson  ---
Git commit a22a8eb122bf2bb7c1e38450aa8d644f0a8ca30f by David Edmundson, on
behalf of David Edmundson.
Committed on 04/06/2024 at 08:36.
Pushed by davidedmundson into branch 'Plasma/6.1'.

effects: Do not call RHI QQuickRenderControl methods when using software
rendering

As per the docs:
Note: This function does not need to be, and must not be, called when
using the software adaptation of Qt Quick.

This sets up RHI on the render control, which in turn sets RHI on the
window, which shouldn't exist when using software rendering.
Related: bug 482663


(cherry picked from commit 8c149bb6b711c00e0fa3cf2f3d06a09dcc57a1e4)

a6826049 effects: Do not call RHI QQuickRenderControl methods when using
software rendering

Co-authored-by: David Edmundson 

M  +7-3src/effect/offscreenquickview.cpp

https://invent.kde.org/plasma/kwin/-/commit/a22a8eb122bf2bb7c1e38450aa8d644f0a8ca30f

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

[kwin] [Bug 482663] Crash when hitting Alt-Tab on Wayland with QT_QUICK_BACKEND=software

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482663

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/8c149bb6b7 |ma/kwin/-/commit/a22a8eb122
   |11c00e0fa3cf2f3d06a09dcc57a |bf2bb7c1e38450aa8d644f0a8ca
   |1e4 |30f

--- Comment #13 from David Edmundson  ---
Git commit a22a8eb122bf2bb7c1e38450aa8d644f0a8ca30f by David Edmundson, on
behalf of David Edmundson.
Committed on 04/06/2024 at 08:36.
Pushed by davidedmundson into branch 'Plasma/6.1'.

effects: Do not call RHI QQuickRenderControl methods when using software
rendering

As per the docs:
Note: This function does not need to be, and must not be, called when
using the software adaptation of Qt Quick.

This sets up RHI on the render control, which in turn sets RHI on the
window, which shouldn't exist when using software rendering.
Related: bug 486078


(cherry picked from commit 8c149bb6b711c00e0fa3cf2f3d06a09dcc57a1e4)

a6826049 effects: Do not call RHI QQuickRenderControl methods when using
software rendering

Co-authored-by: David Edmundson 

M  +7-3src/effect/offscreenquickview.cpp

https://invent.kde.org/plasma/kwin/-/commit/a22a8eb122bf2bb7c1e38450aa8d644f0a8ca30f

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

[kwin] [Bug 486078] Automatically enabling software rendering causes KWin to crash on all visual effects (alt+tab, maximise, snap window)

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=486078

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/8c149bb6b7
   ||11c00e0fa3cf2f3d06a09dcc57a
   ||1e4
 Resolution|--- |FIXED

--- Comment #1 from David Edmundson  ---
Git commit 8c149bb6b711c00e0fa3cf2f3d06a09dcc57a1e4 by David Edmundson.
Committed on 04/06/2024 at 08:33.
Pushed by davidedmundson into branch 'master'.

effects: Do not call RHI QQuickRenderControl methods when using software
rendering

As per the docs:
Note: This function does not need to be, and must not be, called when
using the software adaptation of Qt Quick.

This sets up RHI on the render control, which in turn sets RHI on the
window, which shouldn't exist when using software rendering.
Related: bug 482663

M  +7-3src/effect/offscreenquickview.cpp

https://invent.kde.org/plasma/kwin/-/commit/8c149bb6b711c00e0fa3cf2f3d06a09dcc57a1e4

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

[kwin] [Bug 482663] Crash when hitting Alt-Tab on Wayland with QT_QUICK_BACKEND=software

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482663

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/8c149bb6b7
   ||11c00e0fa3cf2f3d06a09dcc57a
   ||1e4

--- Comment #12 from David Edmundson  ---
Git commit 8c149bb6b711c00e0fa3cf2f3d06a09dcc57a1e4 by David Edmundson.
Committed on 04/06/2024 at 08:33.
Pushed by davidedmundson into branch 'master'.

effects: Do not call RHI QQuickRenderControl methods when using software
rendering

As per the docs:
Note: This function does not need to be, and must not be, called when
using the software adaptation of Qt Quick.

This sets up RHI on the render control, which in turn sets RHI on the
window, which shouldn't exist when using software rendering.
Related: bug 486078

M  +7-3src/effect/offscreenquickview.cpp

https://invent.kde.org/plasma/kwin/-/commit/8c149bb6b711c00e0fa3cf2f3d06a09dcc57a1e4

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

[plasmashell] [Bug 487912] plasma X11 session is not restored after logout/login

2024-06-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487912

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #17 from David Edmundson  ---
Thanks for following up so quickly.

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

[kwin] [Bug 487998] kwin_wayland segfaults every 1-3 days

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487998

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Thanks for your report, unfortunately there is nothing in that backtrace that
is actionable.

In the backtrace, we just have some boilerplate showing that it is /going/ to
dispatch something to kwin code, then the rest is missing.

Either try to ensure all kwin debug symbols are present and get a new trace, or
we can wait it out and hope another report fixes the same issue

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

[plasma-integration] [Bug 487969] OBS: Titles do not show correctly

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487969

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 487996] kwin do not get realtime capabilities on musl

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487996

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
>From your link:

The reason it doesn't do anything is that Linux does not provide a way
to set scheduling parameters for a _process_, only for threads. The
sched_setscheduler syscall is documented as taking a pid but actually
takes a thread id and only operates on that thread. glibc just ignores
this and provides sched_* functions that do the wrong thing.

Fortunately there's an easy fix: use pthread_setschedparam, and
pthread_self to get the pthread_t value you need to pass to it.

---

That seems like an actionable task

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

[kwin] [Bug 487954] Custom tiling padding at 0 isn't 0

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487954

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Is any scaling used on your system?

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

[kwin] [Bug 480925] Crash in KeyboardInterface::sendKey

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480925

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/79ef1be57b |ma/kwin/-/commit/b1af25bf90
   |c4710973e7f90754a72391b258f |c611cfcff26fed3920674462eb3
   |2c2 |6b9

--- Comment #12 from David Edmundson  ---
Git commit b1af25bf90c611cfcff26fed3920674462eb36b9 by David Edmundson, on
behalf of David Edmundson.
Committed on 03/06/2024 at 10:24.
Pushed by davidedmundson into branch 'Plasma/6.1'.

xwayland: Avoid crash if processing keys after xwayland is disconnected

Whilst the XWayland input filter only runs whilst XWayland is running
there is hypothetical window between the wayland connection to xwayland
being disconnected and handleXwaylandFinished, the process exiting. This
should be guarded correctly.


(cherry picked from commit 79ef1be57bc4710973e7f90754a72391b258f2c2)

d55383db xwayland: Avoid crash if processing keys after xwayland is
disconnected
3d6e0510 Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: David Edmundson 

M  +5-1src/xwayland/xwayland.cpp

https://invent.kde.org/plasma/kwin/-/commit/b1af25bf90c611cfcff26fed3920674462eb36b9

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

[kwin] [Bug 480925] Crash in KeyboardInterface::sendKey

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=480925

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/79ef1be57b
   ||c4710973e7f90754a72391b258f
   ||2c2
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #11 from David Edmundson  ---
Git commit 79ef1be57bc4710973e7f90754a72391b258f2c2 by David Edmundson.
Committed on 03/06/2024 at 10:23.
Pushed by davidedmundson into branch 'master'.

xwayland: Avoid crash if processing keys after xwayland is disconnected

Whilst the XWayland input filter only runs whilst XWayland is running
there is hypothetical window between the wayland connection to xwayland
being disconnected and handleXwaylandFinished, the process exiting. This
should be guarded correctly.

M  +5-1src/xwayland/xwayland.cpp

https://invent.kde.org/plasma/kwin/-/commit/79ef1be57bc4710973e7f90754a72391b258f2c2

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

[kwin] [Bug 447997] Add more animations for window snapping previews

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=447997

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 415286] X11s HiddenPreviews option loaded in Wayland and causes rendering issues

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=415286

--- Comment #20 from David Edmundson  ---
Git commit 6b0fb5e3ae0b84e1708b6c8df63e68607079d1c8 by David Edmundson.
Committed on 03/06/2024 at 09:34.
Pushed by davidedmundson into branch 'Plasma/6.1'.

wayland: Only load HiddenPreviews options in X11

HiddenPreviews was a hack to not inform X11 that windows were minimised,
so that their previews kept working.

On wayland the user facing setting is not visible but the value is
loaded which is a bad combination.


(cherry picked from commit 1c3a987d7436edf746ca64557f8d5cc553ffe719)

2cb8a700 wayland: Only load HiddenPreviews options in X11

M  +13   -11   src/options.cpp

https://invent.kde.org/plasma/kwin/-/commit/6b0fb5e3ae0b84e1708b6c8df63e68607079d1c8

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

[kwin] [Bug 415286] X11s HiddenPreviews option loaded in Wayland and causes rendering issues

2024-06-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=415286

--- Comment #18 from David Edmundson  ---
Git commit 1c3a987d7436edf746ca64557f8d5cc553ffe719 by David Edmundson.
Committed on 03/06/2024 at 08:36.
Pushed by davidedmundson into branch 'master'.

wayland: Only load HiddenPreviews options in X11

HiddenPreviews was a hack to not inform X11 that windows were minimised,
so that their previews kept working.

On wayland the user facing setting is not visible but the value is
loaded which is a bad combination.

M  +13   -11   src/options.cpp

https://invent.kde.org/plasma/kwin/-/commit/1c3a987d7436edf746ca64557f8d5cc553ffe719

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

[kwin] [Bug 487851] Issue with Systemd Watchdog and s2idle

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

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
   Priority|NOR |VHI
Summary|KWin Wayland crashes on |Issue with Systemd Watchdog
   |wake with s2idle|and s2idle

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

[kwin] [Bug 415286] X11s HiddenPreviews option loaded in Wayland and causes rendering issues

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

David Edmundson  changed:

   What|Removed |Added

Summary|KWin compositing makes  |X11s HiddenPreviews option
   |Proton fullscreen games |loaded in Wayland and
   |freeze after alt + tab  |causes rendering issues
   Priority|NOR |VHI
 Status|REOPENED|CONFIRMED

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6 (trap divide error i965_dri.so)

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

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 487701] kwin_wayland crash when screen goes blank for a while with Plasma 6.0.90

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #8 from David Edmundson  ---
>I start plasma through my .bashrc with the following command:

Not using a display manager is not supported. There is a lot the display
manager does that you're not doing.

It's also the cause of your issue, kwin is trying to start nested inside
another kwin that isn't running because.

If any issue persists with LightDM/GDM/SDDM please reopen this bug

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

[kwin] [Bug 487902] corruption in bottom part of non-floating panel under Wayland with fractional scaling when floating would occur

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---
This should be fixed in 6.1, please reopen if an issue persists.

In the meantime a subtly different scaling factor should work round your issue

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

[kwin] [Bug 414805] On X11, crash in QScreen::handle() after QXcbIntegration::createPlatformOpenGLContext()

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

David Edmundson  changed:

   What|Removed |Added

 CC||jackmcs...@yahoo.com.br

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

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

[kwin] [Bug 414805] On X11, crash in QScreen::handle() after QXcbIntegration::createPlatformOpenGLContext()

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

David Edmundson  changed:

   What|Removed |Added

 CC||cont...@joelsmith.me

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

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

[plasmashell] [Bug 485021] Crashed while browsing

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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

[plasmashell] [Bug 487909] Plasma Crashes after re-enabling monitor

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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

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

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

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/5d90f232bd |ma/kwin/-/commit/60e2b59dad
   |62ba0f774b0992fb90821c2d44e |817fbbb7407e6e4712c23d754ba
   |932 |13a

--- Comment #3 from David Edmundson  ---
Git commit 60e2b59dad817fbbb7407e6e4712c23d754ba13a by David Edmundson.
Committed on 02/06/2024 at 11:12.
Pushed by davidedmundson into branch 'Plasma/6.1'.

effects: Disable showing desktop when starting any fullscreen effect

Fullscreen effects typically will show all the windows, when the effect
ends having the windows disappear doesn't really work.
>From a user point of view any full screen effect is a new task, we want
to cancel any preivous task.

(cherry picked from commit 5d90f232bd62ba0f774b0992fb90821c2d44e932)

M  +2-0src/effect/effecthandler.cpp

https://invent.kde.org/plasma/kwin/-/commit/60e2b59dad817fbbb7407e6e4712c23d754ba13a

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

[plasmashell] [Bug 487825] New: Dragging applet from panel to desktop is now broken, goes into stuck limbo state

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

Bug ID: 487825
   Summary: Dragging applet from panel to desktop is now broken,
goes into stuck limbo state
Classification: Plasma
   Product: plasmashell
   Version: git-stable-Plasma/6.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: k...@davidedmundson.co.uk
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Steps to reproduce:
 - enter edit mode
 - drag item from applet to desktop
 - no visual indication of the drag occurs
 - dropping removes the applet from the panel, but it is not visibly anywhere
- widget explorer implies the applet is still alive, but that gets cleaned up
after a restart

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

[plasmashell] [Bug 487806] Adjusting scaling on Wayland leads to incorrectly scaled wallpaper or background

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
I cannot reproduce.

If you right click in the black area do you get a context menu?

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

[plasmashell] [Bug 487664] [BUG] Panel being drawn over desktop folder labels

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

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[plasmashell] [Bug 487664] [BUG] Panel being drawn over desktop folder labels

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
The window manager does, it's complicated logic that we're not duplicating.

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

[plasmashell] [Bug 487675] The desktop edit mode in Plasma 6.1 became less usable

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

David Edmundson  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 487699] Crash in QAbstractAnimationJob::stateChanged

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #6 from David Edmundson  ---
We believe this is fixed in Qt, please reopen if an issue persists with Qt 6.8

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

[plasmashell] [Bug 487699] Crash in QAbstractAnimationJob::stateChanged

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

David Edmundson  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

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

[plasmashell] [Bug 481718] Plasma crashed after reconnecting HDMI monitor and then moving the mouse to leave power saving mode

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---


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

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

[plasmashell] [Bug 487699] Crash in QAbstractAnimationJob::stateChanged

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

David Edmundson  changed:

   What|Removed |Added

 CC||7c6s4b+cc6efdty3btf0@sharkl
   ||asers.com

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

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

[plasmashell] [Bug 485798] Locked plasma session crashes when a tray-ified app receives a notification

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---


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

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

[plasmashell] [Bug 486912] Another crash after turning on monitor and unlocking

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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

[plasmashell] [Bug 487699] Crash in QAbstractAnimationJob::stateChanged

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

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

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

[plasmashell] [Bug 487699] Crash in QAbstractAnimationJob::stateChanged

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

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
Summary|plasmashell-6.0.90 crashes  |Crash in
   |after screen unlock, on a   |QAbstractAnimationJob::stat
   |laptop, with external   |eChanged
   |monitor turned off before   |
   |screen locked   |

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

[plasmashell] [Bug 487705] Widget customizations do not persist

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

--- Comment #2 from David Edmundson  ---
should be fixed in 6.0.5 with f7b3e98bd5c777a8c7510ec0edaaba6412cac474

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

[plasmashell] [Bug 487713] Panel doesn't work occasionally when not present on primary display

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

David Edmundson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UPSTREAM

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

[plasmashell] [Bug 487713] Panel doesn't work occasionally when not present on primary display

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
Nvidia is known to have some wayland issues currently, please confirm if this
is still an issue with the newly coming driver

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

[plasmashell] [Bug 487738] crash: Data too big for buffer

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
This should be fixed in 6.1, please reopen if an issue still occurs

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

[Powerdevil] [Bug 487743] No keyboard light control and always on by default

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

--- Comment #5 from David Edmundson  ---
When you did the bisect which one of the 3 things above are you referring to?

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

[Powerdevil] [Bug 487743] No keyboard light control and always on by default

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

--- Comment #4 from David Edmundson  ---
>1. The slider is missing in the power and battery plasmoid

Note that this moved to a new brightness applet

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

[Powerdevil] [Bug 487743] No keyboard light control and always on by default

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
Can you ensure there are no stray old files in ./plugins/powerdevil in wherever
you install your software

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

[plasmashell] [Bug 487781] Task Manager placed on incorrect monitor when selecting primary display

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

David Edmundson  changed:

   What|Removed |Added

  Component|Task Manager and Icons-Only |Panel
   |Task Manager|

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

[plasmashell] [Bug 487781] Task Manager placed on incorrect monitor when selecting primary display

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

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|Panel   |Task Manager and Icons-Only
   ||Task Manager
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
Can you go to 

edit mode -> panel and desktop managment and confirm the panel is meant to be
on the primary screen.

Please reopen the bug report if it doesn't help your issue

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

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

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

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/5d90f232bd
   ||62ba0f774b0992fb90821c2d44e
   ||932
 Resolution|--- |FIXED

--- Comment #2 from David Edmundson  ---
Git commit 5d90f232bd62ba0f774b0992fb90821c2d44e932 by David Edmundson.
Committed on 30/05/2024 at 08:06.
Pushed by davidedmundson into branch 'master'.

effects: Disable showing desktop when starting any fullscreen effect

Fullscreen effects typically will show all the windows, when the effect
ends having the windows disappear doesn't really work.
>From a user point of view any full screen effect is a new task, we want
to cancel any preivous task.

M  +2-0src/effect/effecthandler.cpp

https://invent.kde.org/plasma/kwin/-/commit/5d90f232bd62ba0f774b0992fb90821c2d44e932

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

[kwin] [Bug 487750] Kwin never notifies the systemd watchdog and gets killed

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
>Operating System: Gentoo 2.15

This situation could occur if kwin is compiled without libsystemd and then run
with systemd.

Could you double check the cmake output of the kwin build please.

-- 
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-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487043

--- Comment #21 from David Edmundson  ---
>Maybe there's a way to avoid QLockFile use there.

I think so. From my reading of the code it can all be guarded with 
#if !QT_CONFIG(temporaryfile)

The saving *sometimes* uses QSaveFile which writes to another file and does an
atomic move depending on build flags, I think we only need the lock file when
not using that.

-- 
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-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487043

--- Comment #20 from David Edmundson  ---
Turning this into some actual numbers, total time in pipeline creation for both
the overview and cube effect with the cache off gave the result:

"Total time spent on pipeline creation during the lifetime of the QRhi
0x576293504b00 was 0 ms" on a 5 year old Intel laptop.

-- 
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-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487043

--- Comment #19 from David Edmundson  ---
I ran with

QCoreApplication::setAttribute(Qt::AA_DisableShaderDiskCache); in main.cpp and
it's certainly not visibly worse. 

Our pipelines aren't exactly complicated, and mesa has a cache anyway, maybe it
isn't worth it.

-- 
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-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487043

--- Comment #18 from David Edmundson  ---
Interetsingly there is a line that the automatic pipeline cache naming doesn't
handle the same UI in mulitple windows in the same app very well, that's
something we use in kwin. So there's definitely something to tweak

-- 
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-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487043

--- Comment #17 from David Edmundson  ---
strace for me showed second invocation did not touch the QML cache files, as
expected.

RHI pipeline was hit a lot.

RHI pipeline cache can be disabled, see:
https://doc.qt.io/qt-6/qquickgraphicsconfiguration.html#the-automatic-pipeline-cache

There are env vars for easy profiling.

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

[kwin] [Bug 415297] GTK CSD windows lack decorations at session restart [X11]

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Please report to GTK

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

[kwin] [Bug 456151] Plasma crashed in QtWayland::org_kde_kwin_keystate::handle_stateChanged() while using browser

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 466281] Nested kwin_wayland crashed in KWin::GLFramebuffer::size in VMs using the llvmpipe driver

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 467703] I got locked out from my account after closing and opening my laptop lid.

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #9 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 451301] Kate crashes when opening a file while save file dialog is open

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

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #11 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 458316] KWin crashes in KWin::OffscreenQuickView::forwardMouseEvent() when dragging a window over the virtual desktops and scrolling

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

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 457912] PlasmaShell is too long to load after boot and crash intermittently after log in

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #13 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 460480] kwin_wayland crashed in KWin::WindowQuadList::makeInterleavedArrays on switching applications in Present Window effect

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

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 457595] kwin_wayland crash in kinoite when opening system settings

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #10 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 429726] Kwin crashes while starting up after logout and login again

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #5 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 459584] Invoking switch users from overview effect crashes KWin in KWin::QuickSceneView::~QuickSceneView

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 463100] kwin_x11 crashed in KWin::computeLayer() when trying to open Discover from system tray

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 437693] KWin crashes in KWin::X11StandalonePlatform::createOpenGLSafePoint() on login

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 451022] Crash in KWin::SceneOpenGLDecorationRenderer::render()

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 461059] Settings crashed in KWin::DesktopsModel::qt_static_metacall() after increasing the number of rows on virtual desktops (Wayland)

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 466834] KWin crashes in KWin::Window::isOnOutput() after opening Desktop Grid

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 469707] KDiff3 bugs trigger kwin crash in updateClientArea()

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 467913] kwin_wayland crashed in KWin::GLVertexBufferPrivate::interleaveArrays when the cursor was moved to the top-left of the splash screen

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 462294] kwin_wayland core dump and GPU crashes

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #10 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 456812] I can't login my session with KDE Plasma, NVIDIA and Wayland

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 466338] Windows in focus isn't bring to front, cannot move or resize windows

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 466472] during a video call, screen freeze and when alt+tab, "kwin: Desktop effects were restarted due to a graphics reset" notifications are visible

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 453310] kwin_wayland crashed in KWaylandServer::Display::dispatchEvents() while I wasn't interacting with the system

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 463810] Kwin crashes in KWin::Workspace::initializeX11() on startup in Wayland

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #5 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 408940] Adding virtual desktops can crash System Settings in KWin::DesktopsModel::desktopCreated()

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

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #8 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 466951] kwin_x11 crashes (border gone) when using virtualbox full screen mode

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 461832] kwin_wayland crashed when I tried to run Vivaldi browser natively on Wayland

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #10 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 459503] windows disappear after alt+tabing quick on krunner

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 418959] RDP connection Crash

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #8 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 451973] kwin gets stuck in an infinite loop after using Walk Through Desktops shortcut

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 460598] kwin_wayland crashed in KWin::Window::isDesktop() after closing a frozen app via context menu of the task manager

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
This bug is a crash report that is over a year old without any activity, as our
software is always changing, the information in this ticket is unlikely to
still be useful.

If this issue is still reproducible in a newer version of kwin (5.27.5 or 6.0)
please reopen this ticket with a bumped version number or it will be closed in
30 days.

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

[kwin] [Bug 485735] Removing the mention of --xwayland from plasma-kwin_wayland.service results in a 30-sec delay in the start-up time for the plasma environment

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This is not supported. 

Disabling the splash screen might be enough for your use case.

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

[kwin] [Bug 486432] Wayland: Screen-wide Repaint Triggered by Any Application Change

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #5 from David Edmundson  ---
I investigated things I could see on my laptop and whilst it looked valid,
closer inspection showed something else.

We're double buffered on wayland, if we flip between the new and old buffers
without repainting those areas you will see the old buffer buffer with the old
overlays. It doesn't mean it's actually repainted. 

i.e flipping between all 8 colours shows we're repainting, going between 2
colours is not necessarily a sign of anything.

Please reopen if we have something more concrete to show we're fully
repainting, otherwise I think this is just the effect giving (very!) confusing
results.

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

[kwin] [Bug 486460] Random black screen with GL_INVALID_OPERATION

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #6 from David Edmundson  ---
This looks very driver-specific, as we have don't have any other reports. 

Next time this occurs can you run dmesg and look for anything graphics related.

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

[kwin] [Bug 487138] Windows placement forgotten all placed on the left screen after switching AVR standby on/off

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
Relevant code is in placementtracker.cpp

if you can dump some qDebugs to see if it's trying to restore anything that
would be very helpful

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

[kwin] [Bug 487126] kwin_wayland crashes sometimes when triggering overview effect using screen edge

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

David Edmundson  changed:

   What|Removed |Added

 CC||r...@arnaud.sh

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

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

[kwin] [Bug 487531] kwin_wayland crashed during walk through window (alt+tab)

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

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 487126 ***

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

[kwin] [Bug 487679] Blur effect broken

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Can you run the manual test in KWindowSystem? It'll show whether it's an SVG
problem or a blur / kwin problem.

Is konsole also problematic?

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

[kwin] [Bug 487715] alt-d-s shortcut to open desktop settings does nothing until you click on the desktop once (Plasma 6.0.90)

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
The desktop is not meant to have focus by default

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

[plasmashell] [Bug 487036] crash on idle

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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

[plasmashell] [Bug 459466] Plasma crashed due to something using DBus incorrectly after enabling splash screen and logging out and back in again

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

David Edmundson  changed:

   What|Removed |Added

 CC||attila.bi...@gmail.com

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

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

<    1   2   3   4   5   6   7   8   9   10   >