[kwin] [Bug 494114] kwin_wayland segfault

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494114

--- Comment #5 from Vlad Zahorodnii  ---
Did you enable desktop switching osd (in virtual desktop settings)?

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

[kwin] [Bug 494114] kwin_wayland segfault

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494114

--- Comment #3 from Vlad Zahorodnii  ---
I meant kwin scripts

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

[kwin] [Bug 494114] kwin_wayland segfault

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494114

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
Do you use any scripts?

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

[kwin] [Bug 494083] kwin_wayland freezes or crashes while browsing windy.com in Chrome

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494083

--- Comment #1 from Vlad Zahorodnii  ---
I cannot reproduce it

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

[kwin] [Bug 377162] Window shading not supported for Wayland windows

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=377162

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||reddog4_...@rethinkmail.com

--- Comment #32 from Vlad Zahorodnii  ---
*** Bug 494078 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 494044] kwin_wayland crashed in Kwin::DrmGpu::presentationClock after Plasma went into an idle state and was resumed

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494044

Vlad Zahorodnii  changed:

   What|Removed |Added

  Component|general |generic-crash

--- Comment #2 from Vlad Zahorodnii  ---
Does it happen often enough?

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

[kwin] [Bug 494078] Window shading on Wayland

2024-10-04 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494078

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---


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

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

[kwin] [Bug 494025] Unable to use stylus input in the alt-tab switchers

2024-10-03 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494025

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/d78c1319b3
   ||43f8183342d5e9c0894a8c5340a
   ||824

--- Comment #1 from Vlad Zahorodnii  ---
Fixed in 6.3.0

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

[kwin] [Bug 460572] When KWin is compiled with any AVX512 features, windows snapped to screen edges display correctly but content is shifted to the right virtually

2024-10-03 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=460572

--- Comment #37 from Vlad Zahorodnii  ---
(In reply to dofficialgman from comment #36)
> Any updates or thoughts on the cause of this issue?

None of kwin developers have required hardware to debug this issue, so it's
unlikely that there will be any progress any time soon.

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

[kwin] [Bug 486654] When restoring tabs in Microsoft Edge flatpak, the mouse leaves a trail across the screen

2024-10-03 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486654

--- Comment #3 from Vlad Zahorodnii  ---
Try putting it in in /etc/environment and reboot

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

[kwin] [Bug 494025] Unable to use stylus input in the alt-tab switchers

2024-10-03 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=494025

Vlad Zahorodnii  changed:

   What|Removed |Added

   Version Fixed In||6.3.0

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

[kwin] [Bug 487895] With an auto-hide panel containing something that updates over time, constant screen repaints after switching virtual desktops until showing and hiding the panel again

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487895

--- Comment #34 from Vlad Zahorodnii  ---
Git commit 8f2b64e329301b958413ac64bd64ed22d8110e3a by Vlad Zahorodnii.
Committed on 02/10/2024 at 15:32.
Pushed by vladz into branch 'master'.

applets/pager: Remove animations

The pager applet provides a miniature of the virtual desktop grid and by
default, it's placed in the panel. On the other hand, the main purpose of
animations is to notify or guide the user through state changes. Due to
the location and the size of the pager, the user focus will likely be
elsewhere and these animations will go unnoticed.

Unfortunately, these animations have caused some issues too. One was with
drag and drop. 463b6798aecfbe81e58dae2c23a0449d6537e581 attempted to
address that by dropping x and y animations. That change should have
probably dropped width and height animations too because they alone don't
serve the real purpose. Another issue is caused by flaws in the animation
driving code in QtQuick, which can result in plasmashell triggering
constant repaints until the panel that contains the pager is shown again.

So, given the aforementioned issues and small net benefit of these
animations, this change drops animations in the pager. It is not the
definite fix for upstream issues but it should at least help us mitigate
repaint issues that can be observed on setups with the current defaults.

M  +0-6applets/pager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/8f2b64e329301b958413ac64bd64ed22d8110e3a

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

[kwin] [Bug 487895] With an auto-hide panel containing something that updates over time, constant screen repaints after switching virtual desktops until showing and hiding the panel again

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487895

--- Comment #38 from Vlad Zahorodnii  ---
> It does NOT fix the issue completely

i.e. you may still observe the issue if you have some custom widgets in the
panel, etc

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

[kwin] [Bug 487895] With an auto-hide panel containing something that updates over time, constant screen repaints after switching virtual desktops until showing and hiding the panel again

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487895

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #37 from Vlad Zahorodnii  ---
Note that the pager applet commit helps with the default panel setup. It does
NOT fix the issue completely as its root cause lies in QtQuick animation
driving code. At this point, there is nothing that we (kwin devs) can do about
it. This bug needs to be fixed upstream.
https://bugreports.qt.io/browse/QTBUG-126365

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

[kwin] [Bug 487895] With an auto-hide panel containing something that updates over time, constant screen repaints after switching virtual desktops until showing and hiding the panel again

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487895

--- Comment #36 from Vlad Zahorodnii  ---
Git commit dcd0566186a897c91e03cd6b990e790888176e44 by Vlad Zahorodnii.
Committed on 02/10/2024 at 22:08.
Pushed by vladz into branch 'Plasma/6.2'.

applets/pager: Remove animations

The pager applet provides a miniature of the virtual desktop grid and by
default, it's placed in the panel. On the other hand, the main purpose of
animations is to notify or guide the user through state changes. Due to
the location and the size of the pager, the user focus will likely be
elsewhere and these animations will go unnoticed.

Unfortunately, these animations have caused some issues too. One was with
drag and drop. 463b6798aecfbe81e58dae2c23a0449d6537e581 attempted to
address that by dropping x and y animations. That change should have
probably dropped width and height animations too because they alone don't
serve the real purpose. Another issue is caused by flaws in the animation
driving code in QtQuick, which can result in plasmashell triggering
constant repaints until the panel that contains the pager is shown again.

So, given the aforementioned issues and small net benefit of these
animations, this change drops animations in the pager. It is not the
definite fix for upstream issues but it should at least help us mitigate
repaint issues that can be observed on setups with the current defaults.


(cherry picked from commit 8f2b64e329301b958413ac64bd64ed22d8110e3a)

Co-authored-by: Vlad Zahorodnii 

M  +0-6applets/pager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/dcd0566186a897c91e03cd6b990e790888176e44

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

[kwin] [Bug 487895] With an auto-hide panel containing something that updates over time, constant screen repaints after switching virtual desktops until showing and hiding the panel again

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487895

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||ssa...@protonmail.com

--- Comment #32 from Vlad Zahorodnii  ---
*** Bug 486144 has been marked as a duplicate of this bug. ***

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

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

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486144

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #5 from Vlad Zahorodnii  ---


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

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

[kwin] [Bug 455170] "Maximization" visual effect briefly appears *above* window when moving window away from activation point at top of screen

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455170

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #4 from Vlad Zahorodnii  ---
yes

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

[kwin] [Bug 469891] Screenshot on multi-screen show false content

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=469891

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #5 from Vlad Zahorodnii  ---
(In reply to Ray7 from comment #3)
> I can confirm this bug.
> 
> I have 3 Screens and when i try to capture screen 1, the screen shows
> content from screen 2, but displaced.
> 
> KDE Plasma 6.0.3
> KDE Framework 6.0.0
> Qt-Version 6.6.3
> Wayland
> Open Suse Tumbleweed

Can you provide more details about your setup? `qdbus org.kde.KWin /KWin
supportInformation` what screen are you taking a screenshot of?

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

[kwin] [Bug 486654] When restoring tabs in Microsoft Edge flatpak, the mouse leaves a trail across the screen

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486654

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
Can you reproduce the issue in 6.1? What if you set KWIN_FORCE_SW_CURSOR=0
envvar?

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

[kwin] [Bug 489427] shade window causes window size to shrink to almost zero

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=489427

Vlad Zahorodnii  changed:

   What|Removed |Added

  Component|general |Window shading

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

[kwin] [Bug 474837] Plasma Panel remains visible when inactive 3rd party application forces full screen

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=474837

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
Is this still an issue in Plasma 6?

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=465385

Vlad Zahorodnii  changed:

   What|Removed |Added

   Version Fixed In||6.2.0

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2024-10-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=465385

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/19c467147a |ma/kwin/-/commit/aa01ae5a95
   |06e12e511f7dfd9b89c6c73c508 |de4f6639b103e9f706577d5393e
   |34b |c54

--- Comment #10 from Vlad Zahorodnii  ---
Git commit aa01ae5a95de4f6639b103e9f706577d5393ec54 by Vlad Zahorodnii.
Committed on 02/10/2024 at 10:24.
Pushed by vladz into branch 'Plasma/6.2'.

Move keyboard focus to grabbing popup immediately

It seems that QMenu expects to receive keyboard focus when it's mapped,
otherwise keyboard input breaks when using pointer input. In either case,
kwin should move keyboard focus immediately rather than do it on demand.
(cherry picked from commit 19c467147a06e12e511f7dfd9b89c6c73c50834b)

M  +2-0src/popup_input_filter.cpp

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

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=465385

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/19c467147a
   ||06e12e511f7dfd9b89c6c73c508
   ||34b

--- Comment #9 from Vlad Zahorodnii  ---
Git commit 19c467147a06e12e511f7dfd9b89c6c73c50834b by Vlad Zahorodnii.
Committed on 01/10/2024 at 18:52.
Pushed by vladz into branch 'master'.

Move keyboard focus to grabbing popup immediately

It seems that QMenu expects to receive keyboard focus when it's mapped,
otherwise keyboard input breaks when using pointer input. In either case,
kwin should move keyboard focus immediately rather than do it on demand.

M  +2-0src/popup_input_filter.cpp

https://invent.kde.org/plasma/kwin/-/commit/19c467147a06e12e511f7dfd9b89c6c73c50834b

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

[kwin] [Bug 487842] resizing window locks its location preventing moving it.

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487842

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Vlad Zahorodnii  ---
thanks for the update

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

[kwin] [Bug 486927] Crash in QQmlTypeLoader

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486927

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||viniciush@gmail.com

--- Comment #1 from Vlad Zahorodnii  ---
*** Bug 493695 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 473260] Clicking a program icon and/or preview on a Task Manager crashes plasma and all open applications.

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=473260

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #8 from Vlad Zahorodnii  ---


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

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

[kwin] [Bug 487700] X11-forwarded apps briefly freeze the wayland session

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487700

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #3 from Vlad Zahorodnii  ---
.

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||cool.ghost.vi...@gmail.com

--- Comment #65 from Vlad Zahorodnii  ---
*** Bug 473260 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 491814] KWin crashes in KWin::X11Window::moveResizeInternal() on Xwayland window resize while closing

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=491814

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #6 from Vlad Zahorodnii  ---


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

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

[kwin] [Bug 490574] Cursor draws artifacts when launching Chromium

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=490574

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #2 from Vlad Zahorodnii  ---
It's a _NET_WM_SYNC_REQUEST handling issue, it doesn't work properly with
Xwayland clients atm. BUT it's also worth pointing out that neither web browser
properly handles _NET_WM_SYNC_REQUEST either.

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

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

[kwin] [Bug 426032] [Wayland] Tooltips of buttons in window decoration have a small glitch with Breeze themes

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=426032

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #8 from Vlad Zahorodnii  ---
.

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

[kwin] [Bug 465385] With Wayland menu keyboard navigation (left/right keys) closes all menu

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=465385

--- Comment #7 from Vlad Zahorodnii  ---
(In reply to Vlad Zahorodnii from comment #6)
> This sounds like a client bug (qmenu or qtwayland) not the compositor bug.

I might have been wrong with this assessment, I can reproduce the issue, and I
think I know what's causing it.

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

[kwin] [Bug 462434] possible bug when pasting text from gvim to chrome

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=462434

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #4 from Vlad Zahorodnii  ---
Pasting text from the primary selection provided by gvim (x11) into chrome
(wayland) works for me in Plasma 6 (6.2).

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

[kwin] [Bug 477012] UI temporarily freezes on wayland

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=477012

--- Comment #4 from Vlad Zahorodnii  ---
Does this issue still happen in Plasma 6?

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

[kwin] [Bug 489385] Moving Windows to virtual desktops results in a hard crash.

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=489385

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Vlad Zahorodnii  ---
I cannot reproduce the issue. Can you check kwin's logs when the hard freeze
occurs? 

  journalctl --boot --user-unit plasma-kwin_wayland > log.txt

also, is there any chance that you could retrieve kwin's backtrace when the
hard freeze occurs? You would need to ssh from another computer and attach a
debugger to kwin process, e.g.

  sudo gdb -p $(pidof kwin_wayland)

then type

  bt

and paste the output here

https://community.kde.org/KWin/Debugging contains more details

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

[kwin] [Bug 426032] [Wayland] Tooltips of buttons in window decoration have a small glitch with Breeze themes

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=426032

--- Comment #7 from Vlad Zahorodnii  ---
Is this still an issue in Plasma 6?

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

[kwin] [Bug 477576] Crash in tabbox after switching compositing

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=477576

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #3 from Vlad Zahorodnii  ---
It seems like the crash occurs in the driver (Mesa)

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

[kwin] [Bug 472169] Kwin crash when trying to change virtual desktops

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=472169

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #2 from Vlad Zahorodnii  ---
Does the issue happen in Plasma 6? If so, can you provide a backtrace with
debug symbols?

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

[kwin] [Bug 489592] Plasma/wayland starting from sddm in black screen, crashes then exits (on multimonitor)

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=489592

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REOPENED|RESOLVED

--- Comment #4 from Vlad Zahorodnii  ---
Please report this issue to SDDM developers. https://github.com/sddm/sddm

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

[kwin] [Bug 493695] Since update to framework 6.6.0 kwin crashes everytime on boot

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=493695

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #7 from Vlad Zahorodnii  ---


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

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

[kwin] [Bug 484788] Kwin_wayland crashes if a monitor is shut down while using the Polonium autotiling script

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=484788

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/9f7e30652c
   ||c1624d95a8b62c5b22bef5034f2
   ||250

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

[kwin] [Bug 487771] Crash in KWin::BlurEffect::prePaintWindow()

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487771

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||antoniotr...@gmail.com

--- Comment #10 from Vlad Zahorodnii  ---
*** Bug 487244 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 486927] Crash in QQmlTypeLoader

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486927

--- Comment #2 from Vlad Zahorodnii  ---
#0  __pthread_kill_implementation (threadid=,
signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
tid = 
ret = 0
pd = 
old_mask = {__val = {0}}
ret = 
#1  0x7f84cf680793 in __pthread_kill_internal (threadid=,
signo=11) at pthread_kill.c:78
No locals.
#2  0x7f84cf627d0e in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26
ret = 
#3  0x7f84d32151a2 in KCrash::defaultCrashHandler (sig=11) at
/usr/src/debug/kf6-kcrash-6.6.0-1.fc41.x86_64/src/kcrash.cpp:596
data = { = {_vptr.MetadataWriter =
0x7f84d321c7f8 }, argv = {_M_elems = {0x0,
0x7f84d321a71c "--glrenderer", 0x5590f043b790 "", 0x7f84d321a729 "--qtversion",
0x5590f04477e0 "6.7.2", 0x7f84d321a73b "--kdeframeworksversion", 0x7f84d321a735
"6.6.0", 0x7f84d321a773 "--platform", 0x7f84d321a76b "wayland", 0x7f84d321a7a4
"--appname", 0x5590f043b1a0 "kwin_wayland", 0x7f84d321a7ae "--apppath",
0x5590f043b240 "/usr/bin", 0x7f84d321a7bb "--signal", 0x7f84a33fdc86 "11",
0x7f84d321a7c9 "--pid", 0x7f84a33fdc90 "1345", 0x7f84d321a7cf "--appversion",
0x5590f0447ae0 "6.1.90", 0x7f84d321a7dc "--programname", 0x5590f0447ab0 "KWin",
0x7f84d321a7ea "--bugaddress", 0x5590f0447b40 "sub...@bugs.kde.org", 0x0
}}, argc = 23, m_writer = 0x7f84a33fdc30}
platformName = {d = {d = 0x7f84784bfd70, ptr = 0x7f84784bfd80
"wayland-org.kde.kwin.qpa", size = 24}, static _empty = 0 '\000'}
about = 0x5590f04477c0
argv = 0x7f84a33fdcb8
ini = { = {_vptr.MetadataWriter =
0x7f84d321c828 }, writable = false, fd
= 155}
sigtxt = "11\000g\336τ\177\000"
pidtxt =
"1345\000\177\000\000\300\000\000\000\000\000\000\000`\335?\243"
argc = 
crashRecursionCounter = 2
#4  
No locals.
#5  QQmlRefPointer::QQmlRefPointer (this=0x7f84a33fe418,
other=...) at
/usr/src/debug/qt6-qtdeclarative-6.7.2-3.fc41.x86_64/src/qml/qml/ftw/qqmlrefcount_p.h:184
No locals.
#6  QQmlType::QQmlType (this=this@entry=0x7f84a33fe418) at
/usr/src/debug/qt6-qtdeclarative-6.7.2-3.fc41.x86_64/src/qml/qml/qqmltype.cpp:98
No locals.
#7  0x7f84d1c0f9d5 in QV4::ResolvedTypeReference::type (this=) at
/usr/src/debug/qt6-qtdeclarative-6.7.2-3.fc41.x86_64/src/qml/jsruntime/qv4resolvedtypereference_p.h:46
No locals.
#8  QQmlPropertyCacheCreator::propertyCacheForObject
(this=this@entry=0x7f84a33fe910, obj=obj@entry=0x7f84784e6de0, context=...,
error=error@entry=0x7f84a33fe500) at
/usr/src/debug/qt6-qtdeclarative-6.7.2-3.fc41.x86_64/src/qml/qml/qqmlpropertycachecreator_p.h:365
typeRef = 
qmltype = {d = {o = 0xfdc8}}
attachedMo = 
binding = 0x7f84784e6db8
#9  0x7f84d1c1f109 in
QQmlPropertyCacheCreator::buildMetaObjectRecursively
(this=this@entry=0x7f84a33fe910, objectIndex=4, context=...,
isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator::VMEMetaObjectIsRequired::Maybe)
at
/usr/src/debug/qt6-qtdeclarative-6.7.2-3.fc41.x86_64/src/qml/qml/qqmlpropertycachecreator_p.h:279
error = {d = 0x0}
isAddressable = 
obj = 0x7f84784e6de0
needVMEMetaObject = false
baseTypeCache = 
thisCache = {> = {o =
0x5590f08ee330}, }
binding = 
end = 
noError = {d = 0x1d}
#10 0x7f84d1c1f4c2 in
QQmlPropertyCacheCreator::buildMetaObjectRecursively
(this=this@entry=0x7f84a33fe910, objectIndex=3, context=...,
isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator::VMEMetaObjectIsRequired::Maybe)
at /usr/include/qt6/QtCore/qendian.h:258
#0  __pthread_kill_implementation (threadid=,
signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
tid = 
ret = 0
pd = 
old_mask = {__val = {0}}
ret = 
#1  0x7f84cf680793 in __pthread_kill_internal (threadid=,
signo=11) at pthread_kill.c:78
No locals.
#2  0x7f84cf627d0e in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26
ret = 
#3  0x7f84d32151a2 in KCrash::defaultCrashHandler (sig=11) at
/usr/src/debug/kf6-kcrash-6.6.0-1.fc41.x86_64/src/kcrash.cpp:596
data = { = {_vptr.MetadataWriter =
0x7f84d321c7f8 }, argv = {_M_elems = {0x0,
0x7f84d321a71c "--glrenderer", 0x5590f043b790 "", 0x7f84d321a729 "--qtversion",
0x5590f04477e0 "6.7.2", 0x7f84d321a73b "--kdeframeworksversion", 0x7f84d321a735
"6.6.0", 0x7f84d321a773 "--platform", 0x7f84d321a76b "wayland", 0x7f84d321a7a4
"--appname", 0x5590f043b1a0 "kwin_wayland", 0x7f84d321a7ae "--apppath",
0x5590f043b240 "/usr/bin", 0x7f84d321a7bb "--signal", 0x7f84a33fdc86 "11",
0x7

[kwin] [Bug 476823] kwin_x11 crashes in KDecoration2::DecorationShadow::~DecorationShadow() when closing kate

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=476823

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #2 from Vlad Zahorodnii  ---
also, does the crash happen in Plasma 6?

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

[kwin] [Bug 486053] Crashing when doing various windows actions in Kwin Wayland

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486053

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
URL||https://codereview.qt-proje
   ||ct.org/c/qt/qtdeclarative/+
   ||/576193
 Status|REPORTED|RESOLVED

--- Comment #2 from Vlad Zahorodnii  ---
This should be fixed in Qt 6.7.3.

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

[kwin] [Bug 487244] kwin(with bismuth plugin) crashes with codium open

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487244

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #5 from Vlad Zahorodnii  ---


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

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

[kwin] [Bug 492213] kwin_wayland occasionally crashes in KWin::XdgSurfaceWindow::frameRectToBufferRect() while using the Krohnkite tiler

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=492213

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||k...@ashka.me

--- Comment #8 from Vlad Zahorodnii  ---
*** Bug 491814 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 440540] Toggle raise lower no longer lowers windows

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=440540

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/5a0026a9eb |ma/kwin/-/commit/dad57ad0a0
   |a79574eb0d3646eabb63cd56415 |afe3fe249b0d39df5e511efe496
   |8e5 |0c0

--- Comment #12 from Vlad Zahorodnii  ---
Git commit dad57ad0a0afe3fe249b0d39df5e511efe4960c0 by Vlad Zahorodnii, on
behalf of Jarek Janik.
Committed on 01/10/2024 at 07:52.
Pushed by vladz into branch 'master'.

Fix "Toggle raise and lower" functionality

Fix "Toggle raise and lower" functionality for a case when there are
windows in higher layers present on the same desktop; a window that is
being acted upon could never be top-most in such a case, which prevented
it from being lowered by "Toggle raise and lower" action.

Checking if a window is top-most now uses unconstrained_stacking_order
list, which reflects user-requested stacking window order, but doesn't
know anything about layers, and that in turn allows any window that user
has raised most recently to be lowered by "Toggle raise and lower" (even
if this window is not actually top-most, because of windows in higher
layers).

M  +1-1src/layers.cpp

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

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

[kwin] [Bug 478558] Kwin crashes in KWin::Window::updateShadow() when Kdenlive opens a new window

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=478558

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #2 from Vlad Zahorodnii  ---
The backtrace looks odd. Does the issue still happen in Plasma 6?

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

[kwin] [Bug 440540] Toggle raise lower no longer lowers windows

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=440540

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/5a0026a9eb
   ||a79574eb0d3646eabb63cd56415
   ||8e5
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Vlad Zahorodnii  ---
Git commit 5a0026a9eba79574eb0d3646eabb63cd564158e5 by Vlad Zahorodnii, on
behalf of Jarek Janik.
Committed on 01/10/2024 at 08:09.
Pushed by vladz into branch 'Plasma/6.2'.

Fix "Toggle raise and lower" functionality

Fix "Toggle raise and lower" functionality for a case when there are
windows in higher layers present on the same desktop; a window that is
being acted upon could never be top-most in such a case, which prevented
it from being lowered by "Toggle raise and lower" action.

Checking if a window is top-most now uses unconstrained_stacking_order
list, which reflects user-requested stacking window order, but doesn't
know anything about layers, and that in turn allows any window that user
has raised most recently to be lowered by "Toggle raise and lower" (even
if this window is not actually top-most, because of windows in higher
layers).
(cherry picked from commit dad57ad0a0afe3fe249b0d39df5e511efe4960c0)

M  +1-1src/layers.cpp

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

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

[kwin] [Bug 487155] KDE6: Dragging windows into screen edges often crashes the program and sometimes the whole desktop so I have to reboot

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487155

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #6 from Vlad Zahorodnii  ---
Does the crash happen in Plasma 6.1?

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

[kwin] [Bug 477012] UI temporarily freezes on wayland

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=477012

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #5 from Vlad Zahorodnii  ---
.

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

[kwin] [Bug 486464] X11 applications that use _NET_WM_SYNC_REQUEST do not resize correctly on Wayland

2024-10-01 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486464

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||yanex...@proton.me

--- Comment #1 from Vlad Zahorodnii  ---
*** Bug 490574 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #64 from Vlad Zahorodnii  ---
Okay, thanks. Then the crash should be fixed in 6.2.0

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

[kwin] [Bug 492904] Windows jump around when quick tiling left/right

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=492904

--- Comment #6 from Vlad Zahorodnii  ---
> Sure. See attachment. I've tried to limit it to the bits where it's actually 
> tiling, but there's a bit of extra stuff at the beginning and end.

Can you please post full log?

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

[kwin] [Bug 473977] On a Wayland session, dragging and dropping an image from file manager into GIMP's Layers pane repeats the action a few times over

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=473977

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #4 from Vlad Zahorodnii  ---
The root cause is the same as in bug 482298.

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

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

[kwin] [Bug 470265] Changing mouse cursor theme does not apply in some contexts

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=470265

--- Comment #7 from Vlad Zahorodnii  ---
It depends whether a cursor has been set explicitly for the window, whether the
window falls back to using root window's cursor, etc. There are a lot of
factors that play a role.

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

[kwin] [Bug 482298] Plasma shell crashed by file dropped as layer in GIMP under Wayland

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=482298

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||honoomahoujutsu...@gmail.co
   ||m

--- Comment #12 from Vlad Zahorodnii  ---
*** Bug 473977 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 469309] Window temporarily appears in a wrong position when "unsnapping"

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=469309

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
This should be fixed in 6.1.

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

[kwin] [Bug 492904] Windows jump around when quick tiling left/right

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=492904

--- Comment #4 from Vlad Zahorodnii  ---
I cannot reproduce the issue. Can you run an app with WAYLAND_DEBUG=1 envvar
and try to tile it?

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

[kwin] [Bug 474945] Single clicking the top of the chromium window while it is left or right snapped causes it to jump to the middle of the screen

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=474945

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #15 from Vlad Zahorodnii  ---
This issue should be fixed in 6.1.

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

[kwin] [Bug 470265] Changing mouse cursor theme does not apply in some contexts

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=470265

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[kwin] [Bug 470265] Changing mouse cursor theme does not apply in some contexts

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=470265

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #5 from Vlad Zahorodnii  ---
KDE is very broad and it has no components to deal with cursor themes, that is
being done by Qt.

> but as long as the problem is not solved, please keep this one open

kwin is an inappropriate project to file this bug report against, there is no
point to keep it open here.

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

[kwin] [Bug 480819] Window Glitching When Snapping to Left or Right in Wayland

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=480819

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #9 from Vlad Zahorodnii  ---
Is this still an issue in 6.1?

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

[kwin] [Bug 484263] Cursor shape changing inconsistently in GTK applications through XWayland

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=484263

--- Comment #1 from Vlad Zahorodnii  ---
I cannot reproduce the issue

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

[kwin] [Bug 466324] Decoration in upper leftmost corner of maximized GTK application window inaccessible

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=466324

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
This might be the xembed sni window. Does the issue happen in Plasma 6.1 +
recent-ish Xwayland?

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

[kwin] [Bug 480096] Incorrect tablet cursor shape for (Qt) XWayland window

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=480096

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Vlad Zahorodnii  ---
I cannot reproduce the issue either

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

[kwin] [Bug 470265] Changing mouse cursor theme does not apply in some contexts

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=470265

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #2 from Vlad Zahorodnii  ---
Note that kwin_x11 has no influence over the cursor theme that applications
use. I suggest to file bug reports against individual apps/toolkits.

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

[kwin] [Bug 487105] Firefox's titlebar glitching after restoring from full screen in plasma 6

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487105

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
Does the issue happen after disabling fullscreen effect in desktop effects
settings?

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

[kwin] [Bug 489778] Panel does not reveal itself when pushing cursor into screen edge, when panel is set to 'autohide'

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=489778

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #1 from Vlad Zahorodnii  ---
What's the output resolution and scale factor? do you use custom themes?

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

[kwin] [Bug 488266] kwin_wayland uses a lot of cpu, decreases when deleting Klipper's history

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488266

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #8 from Vlad Zahorodnii  ---
Can you run plasmashell with WAYLAND_DEBUG=1 envvar set and attach the output
to this bug report? After providing the output, please reset the bug report
status to REPORTED

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

[kwin] [Bug 493754] random hard freeze - kwin_wayland_drm: Pageflip timed out! This is a kernel bug

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=493754

Vlad Zahorodnii  changed:

   What|Removed |Added

  Component|wayland-generic |platform-drm

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

[kwin] [Bug 493277] Window drag causes "Pageflip timed out! This is a kernel bug"

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=493277

Vlad Zahorodnii  changed:

   What|Removed |Added

  Component|wayland-generic |platform-drm

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

[kwin] [Bug 487842] resizing window locks its location preventing moving it.

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487842

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #5 from Vlad Zahorodnii  ---
Is the issue reproducible in 6.1?

-- 
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-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487750

Vlad Zahorodnii  changed:

   What|Removed |Added

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

--- Comment #10 from Vlad Zahorodnii  ---
the watchdog got disabled in master and 6.2

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

[kwin] [Bug 487773] Nightlight not working after suspend/sleep

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487773

Vlad Zahorodnii  changed:

   What|Removed |Added

  Component|general |night color

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

[kwin] [Bug 493827] "This plugin does not support raise()", freezes, then spamming "Key repeat discarded"

2024-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=493827

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
   Severity|major   |normal

--- Comment #1 from Vlad Zahorodnii  ---
`Key repeat discarded` is printed by Xwayland.

> STEPS TO REPRODUCE
> 1. Unknown

Without steps to reproduce, I'm afraid this bug report is inactionable. Please
check whether changing options in "Legacy X11 App Support" makes the warnings
stop appearing. Also, please make a note what is likely to cause the issue.

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-29 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #60 from Vlad Zahorodnii  ---
also note that you would need to reboot after turning off the unit converter
runner

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-29 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #59 from Vlad Zahorodnii  ---
(In reply to Zoltán KADA from comment #58)
> Created attachment 174206 [details]
> kwin wayland crash
> 
> Unit Converter turned off, the crash happened again.  For me, the error
> usually appears on the second day, but the machine sleeps a lot.

Hmm what if you avoid using overview?

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

[kwin] [Bug 487771] Crash in KWin::BlurEffect::prePaintWindow()

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=487771

--- Comment #9 from Vlad Zahorodnii  ---
(In reply to squan from comment #6)
> For me, the crash happened when simply double-clicking a word when editing
> in my IDE (clion).
> Regarding graphical effects: It could be that at this moment the IDE was in
> the process to show a tooltip at the mouse position (the particular IDE is
> really eager doing this on any opportunity (i.e. mouse pointer standing
> still for a few milliseconds)).

Does it happen consistently? or pretty frequently?

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #56 from Vlad Zahorodnii  ---
(In reply to Dashon from comment #52)
> (In reply to Vlad Zahorodnii from comment #51)
> > (In reply to Vlad Zahorodnii from comment #48)
> > > Does any of you use overview? and do you type in overview to search? it
> > > seems like it may create a long running timer. What if you avoid using
> > > overview for a day?
> > 
> > or disable "Unit Converter" search plugin in krunner?
> 
> I'll do both just to be sure. Disable the unit converter and not use the
> overview.

Thank you!

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kdeplasma-addons/-/commi |ma/kdeplasma-addons/-/commi
   |t/1245968618afff3a0bba5e2c6 |t/06d0cd9cd918e52155804b256
   |088e77f0c9f8aff |23c5b9cf4d5c6cb

--- Comment #55 from Vlad Zahorodnii  ---
Git commit 06d0cd9cd918e52155804b25623c5b9cf4d5c6cb by Vlad Zahorodnii.
Committed on 28/09/2024 at 16:34.
Pushed by vladz into branch 'Plasma/6.2'.

runners/converter: Fix thread affinity of currency update timer

Amends 8f164924d06015db13a8b703fdfa1258d7f8d718.

The runner lives in a separate thread, but the currency update timer
lives on the main thread. Furthermore, the update timer is owned by
the runner, which is not okay because its thread affinity is different.
It also means that the event loop on the main thread may not properly
clean up its timer list.

In order to fix the issue, this change makes the update timer a child
of the runner object. With that, both will have the same thread affinity.


(cherry picked from commit 1245968618afff3a0bba5e2c6088e77f0c9f8aff)

Co-authored-by: Vlad Zahorodnii 

M  +4-3runners/converter/converterrunner.cpp
M  +1-1runners/converter/converterrunner.h

https://invent.kde.org/plasma/kdeplasma-addons/-/commit/06d0cd9cd918e52155804b25623c5b9cf4d5c6cb

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kdeplasma-addons/-/commi
   ||t/1245968618afff3a0bba5e2c6
   ||088e77f0c9f8aff
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #54 from Vlad Zahorodnii  ---
Git commit 1245968618afff3a0bba5e2c6088e77f0c9f8aff by Vlad Zahorodnii.
Committed on 28/09/2024 at 16:24.
Pushed by vladz into branch 'master'.

runners/converter: Fix thread affinity of currency update timer

Amends 8f164924d06015db13a8b703fdfa1258d7f8d718.

The runner lives in a separate thread, but the currency update timer
lives on the main thread. Furthermore, the update timer is owned by
the runner, which is not okay because its thread affinity is different.
It also means that the event loop on the main thread may not properly
clean up its timer list.

In order to fix the issue, this change makes the update timer a child
of the runner object. With that, both will have the same thread affinity.

M  +4-3runners/converter/converterrunner.cpp
M  +1-1runners/converter/converterrunner.h

https://invent.kde.org/plasma/kdeplasma-addons/-/commit/1245968618afff3a0bba5e2c6088e77f0c9f8aff

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #51 from Vlad Zahorodnii  ---
(In reply to Vlad Zahorodnii from comment #48)
> Does any of you use overview? and do you type in overview to search? it
> seems like it may create a long running timer. What if you avoid using
> overview for a day?

or disable "Unit Converter" search plugin in krunner?

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #49 from Vlad Zahorodnii  ---
this timer
https://invent.kde.org/plasma/kdeplasma-addons/-/blob/a11e3d254a2931130664f5cd23e79f4104eac217/runners/converter/converterrunner.cpp#L53

it's in the unit converter runner

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #48 from Vlad Zahorodnii  ---
Does any of you use overview? and do you type in overview to search? it seems
like it may create a long running timer. What if you avoid using overview for a
day?

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

[kwin] [Bug 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

2024-09-28 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488713

--- Comment #47 from Vlad Zahorodnii  ---
(In reply to Martin from comment #7)
> It is a (once per day?) timer event
> 
> (gdb) p *currentTimerInfo
> $17 = {timeout = {__d = {__r = 2277230}}, interval = {__r =
> 8640}, id = 24, timerType = Qt::VeryCoarseTimer, obj = 0x563bceb5c840,
> activateRef = 0x7ffd8564c4b8}

Indeed, it is. The next question: do all crashes have the same interval?

(and, most importantly, who does register a timer with such an interval)

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

[kwin] [Bug 461987] Window resizing snaps to the edge of a hidden panel

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=461987

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/260319c30f |ma/kwin/-/commit/bcee5c586a
   |bd2d97f3d25815e61c23b875011 |8e5b331a128c43bccf626793f80
   |c79 |068

--- Comment #3 from Vlad Zahorodnii  ---
Git commit bcee5c586a8e5b331a128c43bccf626793f80068 by Vlad Zahorodnii.
Committed on 27/09/2024 at 23:06.
Pushed by vladz into branch 'Plasma/6.2'.

Prevent snapping resized window to hidden windows

Workspace::adjustWindowPosition() properly handles hidden windows and it
also excludes more window types, but Workspace::adjustWindowSize() only
shares a small fraction of those checks due to getting out of sync because
of code duplication.


(cherry picked from commit 260319c30fbd2d97f3d25815e61c23b875011c79)

Co-authored-by: Vlad Zahorodnii 

M  +19   -25   src/workspace.cpp

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

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

[kwin] [Bug 461987] Window resizing snaps to the edge of a hidden panel

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=461987

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/260319c30f
   ||bd2d97f3d25815e61c23b875011
   ||c79

--- Comment #2 from Vlad Zahorodnii  ---
Git commit 260319c30fbd2d97f3d25815e61c23b875011c79 by Vlad Zahorodnii.
Committed on 27/09/2024 at 22:57.
Pushed by vladz into branch 'master'.

Prevent snapping resized window to hidden windows

Workspace::adjustWindowPosition() properly handles hidden windows and it
also excludes more window types, but Workspace::adjustWindowSize() only
shares a small fraction of those checks due to getting out of sync because
of code duplication.

M  +19   -25   src/workspace.cpp

https://invent.kde.org/plasma/kwin/-/commit/260319c30fbd2d97f3d25815e61c23b875011c79

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

[kwin] [Bug 404322] No SVG file support for application menu icon

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=404322

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/ca686f651a
   ||90f136ef887416fd318cc44624c
   ||356
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Vlad Zahorodnii  ---
Git commit ca686f651a90f136ef887416fd318cc44624c356 by Vlad Zahorodnii, on
behalf of tusooa the west wind.
Committed on 27/09/2024 at 19:20.
Pushed by vladz into branch 'master'.

Add app menu svg support for aurorae

This adds support for a proper app menu icon for aurorae svg
decorations. The appmenu.svg(z) file will be used for the icon if it
exists. If not, it will fallback to the window's icon, the same as
before.

M  +2-0src/plugins/kdecorations/aurorae/src/lib/auroraetheme.cpp
M  +2-0src/plugins/kdecorations/aurorae/src/lib/auroraetheme.h
M  +15   -4src/plugins/kdecorations/aurorae/src/qml/AppMenuButton.qml
M  +3-0src/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml

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

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

[kwin] [Bug 488893] With non-Intel graphics, floating panel leads to graphical glitches caused by maximize effect

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488893

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/c4116173aa |ma/kwin/-/commit/ae4d171d2a
   |689bb9d1d5c59b248052b601866 |024d8942642dbdf984fbe7e567f
   |c32 |a8c

--- Comment #11 from Vlad Zahorodnii  ---
Git commit ae4d171d2a024d8942642dbdf984fbe7e567fa8c by Vlad Zahorodnii.
Committed on 27/09/2024 at 12:45.
Pushed by vladz into branch 'Plasma/6.2'.

effect: Make cancel() properly cancel cross-fade animation

Currently, when a cancel() is called for a cross-fade animation, the
window will not be unredirected.
Related: bug 486023


(cherry picked from commit c4116173aa689bb9d1d5c59b248052b601866c32)

Co-authored-by: Vlad Zahorodnii 

M  +4-5src/effect/animationeffect.cpp

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

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

[kwin] [Bug 486023] Maximizing or restoring window over a WezTerm window introduces visible glitches

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486023

--- Comment #4 from Vlad Zahorodnii  ---
Git commit ae4d171d2a024d8942642dbdf984fbe7e567fa8c by Vlad Zahorodnii.
Committed on 27/09/2024 at 12:45.
Pushed by vladz into branch 'Plasma/6.2'.

effect: Make cancel() properly cancel cross-fade animation

Currently, when a cancel() is called for a cross-fade animation, the
window will not be unredirected.
Related: bug 488893


(cherry picked from commit c4116173aa689bb9d1d5c59b248052b601866c32)

Co-authored-by: Vlad Zahorodnii 

M  +4-5src/effect/animationeffect.cpp

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

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

[kwin] [Bug 486023] Maximizing or restoring window over a WezTerm window introduces visible glitches

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486023

--- Comment #2 from Vlad Zahorodnii  ---
Git commit c4116173aa689bb9d1d5c59b248052b601866c32 by Vlad Zahorodnii.
Committed on 27/09/2024 at 12:09.
Pushed by vladz into branch 'master'.

effect: Make cancel() properly cancel cross-fade animation

Currently, when a cancel() is called for a cross-fade animation, the
window will not be unredirected.
Related: bug 488893

M  +4-5src/effect/animationeffect.cpp

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

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

[kwin] [Bug 488893] With non-Intel graphics, floating panel leads to graphical glitches caused by maximize effect

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=488893

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/c4116173aa
   ||689bb9d1d5c59b248052b601866
   ||c32

--- Comment #10 from Vlad Zahorodnii  ---
Git commit c4116173aa689bb9d1d5c59b248052b601866c32 by Vlad Zahorodnii.
Committed on 27/09/2024 at 12:09.
Pushed by vladz into branch 'master'.

effect: Make cancel() properly cancel cross-fade animation

Currently, when a cancel() is called for a cross-fade animation, the
window will not be unredirected.
Related: bug 486023

M  +4-5src/effect/animationeffect.cpp

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

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

[kwin] [Bug 486023] Maximizing or restoring window over a WezTerm window introduces visible glitches

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=486023

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Vlad Zahorodnii  ---
[1579325.746] xdg_toplevel#27.configure(2560, 1366, array[8])
[1579325.762] xdg_surface#26.configure(486)
[1579325.775]  -> xdg_surface#26.ack_configure(486)
[1579325.824]  -> xdg_surface#26.set_window_geometry(0, 0, 2560, 1366)
[1579326.246]  -> wl_surface#22.commit()
[1579326.267]  -> wl_surface#22.frame(new id wl_callback#43)

wezterm incorrectly handles maximize requests. what happens now:

- kwin asks wezterm to maximize
- wezterm acks the request and tells kwin that it has finished processing the
maximize request
- wezterm repaints the window with the new size later

what **should** happen:

- kwin asks wezterm to maximize
- wezterm repaints the window with the new size
- wezterm acks the maximize request sent by kwin earlier

Can you report this issue to wezterm developers please?

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

[kwin] [Bug 459121] Chromium wayland mouse issues when using multiple monitors with different scaling

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=459121

Vlad Zahorodnii  changed:

   What|Removed |Added

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

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

[kwin] [Bug 462115] xdg_popup sent excessive configure events on parent window move

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=462115

Vlad Zahorodnii  changed:

   What|Removed |Added

   Severity|normal  |minor

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

[kwin] [Bug 468300] Add option to force blur in window rules

2024-09-27 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=468300

Vlad Zahorodnii  changed:

   What|Removed |Added

  Component|wayland-generic |rules
 CC||isma...@gmail.com

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

  1   2   3   4   5   6   7   8   9   10   >