[kwin] [Bug 490653] Drag and drop files into Gajim (Flatpak) does not work

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

David Edmundson  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[kwin] [Bug 490653] Drag and drop files into Gajim (Flatpak) does not work

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

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kwin] [Bug 490270] key combo does not highlight URLs in Konsole on Wayland

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

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/374d859493
   ||1861ef7dfbed8eda5f8552aa4f8
   ||25c
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from David Edmundson  ---
Git commit 374d8594931861ef7dfbed8eda5f8552aa4f825c by David Edmundson.
Committed on 24/07/2024 at 15:57.
Pushed by davidedmundson into branch 'master'.

xwayland: Only update keyboard modifers for XWayland's keys

KeyboardInterface is a multiplexer, it has a global state to kwin
that forwards events the single focussed window.

XWayland also forwards events to clients, but uses the keyboard interface.
It has some overloads that take a specific client, this was used for key events
but not modifiers.

The end result was not only that XWayland could miss a modifier update, but
also that wayland clients would get modifier updates out of order.
Key events must come first.

M  +56   -0autotests/integration/x11keyread.cpp
M  +9-0src/wayland/keyboard.cpp
M  +1-0src/wayland/keyboard.h
M  +34   -3src/xwayland/xwayland.cpp

https://invent.kde.org/plasma/kwin/-/commit/374d8594931861ef7dfbed8eda5f8552aa4f825c

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

[kwin] [Bug 489797] Stutter when dragging window to tile or maximize it

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

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
  Component|Quick Tiling|performance

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

[kwin] [Bug 490270] key combo does not highlight URLs in Konsole on Wayland

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

--- Comment #7 from David Edmundson  ---
Any wayland app that acts on modifier keys to do stuff is being given wrong
data and therefore could be broken with us at fault, which is why I set it
high.

But the bugzilla severity doesn't really matter long term, it's being fixed
either way.

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

[kwin] [Bug 490703] Logout effect does not update animation duration in real-time

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

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/b0a5918db9
   ||e281e8b680317eb35a7d20084e1
   ||0c6
 Resolution|--- |FIXED

--- Comment #2 from David Edmundson  ---
Git commit b0a5918db9e281e8b680317eb35a7d20084e10c6 by David Edmundson.
Committed on 24/07/2024 at 15:09.
Pushed by davidedmundson into branch 'master'.

effects/logout Avoid caching animation duration

This is problematic as then we do not catch changes to animation speed
settings, it also doesn't make the code more readable when it's
only used in one place.

M  +2-9src/plugins/logout/package/contents/code/main.js

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

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

[kwin] [Bug 490531] Window Aperture/Show Desktop/Peek at Desktop effect does not update animation duration in real-time

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
animationDuration gets cached. This either needs re-evaluating on settings
change or simply remove the caching.

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

[kwin] [Bug 490653] Drag and drop files into Gajim (Flatpak) does not work

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
Can you confirm if it works on gnome?

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

[kwin] [Bug 490716] Rounded corners on quick tiling should be square

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

David Edmundson  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 484992] Xwayland apps get Tab keyboard events even when they should be filtered out by event filter

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

David Edmundson  changed:

   What|Removed |Added

 CC||brunoa...@gmail.com

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

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

[kwin] [Bug 490754] When using alt+tab the tab input is also pressed in the last active window

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

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

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

[plasma-nm] [Bug 487366] Start script at connection activation / deactivation

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
This is out of scope. If anyone wanted to do such a thing they can write some
small script in any language to also talk to NetworkManager without needing any
infrastructure on the KDE side.

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

[plasmashell] [Bug 490344] Logout/shutdown stopped working in Plasma 6.1.X

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #11 from David Edmundson  ---
from a clean boot, log in, try to log out, run:

"journalctl --user -b"

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

[plasmashell] [Bug 469644] Dragging and dropping files and screenshots from notifications into Chromium-based apps does not work

2024-07-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=469644

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/6943fab2c1 |ma/kwin/-/commit/c91040d3de
   |c46eb15e0018ae3419c0d43eb3c |ee8a2028562451fa056c002f35a
   |8d7 |e42

--- Comment #15 from David Edmundson  ---
Git commit c91040d3deee8a2028562451fa056c002f35ae42 by David Edmundson, on
behalf of David Edmundson.
Committed on 23/07/2024 at 13:13.
Pushed by davidedmundson into branch 'Plasma/6.1'.

wayland: Avoid klipper loop with existing but empty clipboards

In default settings if the clipboard or selection is empty klipper will try to
replace it with cached data.

To avoid an occurring race condition if a client deletes and then recreates a
selection kwin will deny klipper if another mimedata is present at the time
it tried to replace an empty clipboard.

Klipper also considers the presence of a valid mime data without any offers
to be an empty clipboard, whereas kwin did not.

If a super weird client set the clipboard to a valid entry with no offers,
klipper would get into an infinite loop of trying to set it's own selection
for it to be continually denied with no other valid offer from klipper's
perspective
ever received.


(cherry picked from commit 6943fab2c1c46eb15e0018ae3419c0d43eb3c8d7)

Co-authored-by: David Edmundson 

M  +4-3src/wayland/seat.cpp

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

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

[plasmashell] [Bug 469644] Dragging and dropping files and screenshots from notifications into Chromium-based apps does not work

2024-07-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=469644

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/d6016d8401c4a28928c7d641d |t/cf41b532579cb010fac218e18
   |f73fbddec83871d |6cf3df8968f6bbf

--- Comment #13 from David Edmundson  ---
Git commit cf41b532579cb010fac218e186cf3df8968f6bbf by David Edmundson, on
behalf of David Edmundson.
Committed on 23/07/2024 at 09:00.
Pushed by davidedmundson into branch 'Plasma/6.1'.

notifications: When doing a drag and drop, set the supported action to cpoy

By default QDrag::exec performs a drag where the allowed actions are
only "move".

The mimedata for a screenshot is a URI list to the file, dragging and
dropping should not move the original file.

Equally importantly if we want to share a file, that's effectively a
copy. Some clients will rightfully not accept a URI list with the only
action being move.

Testing done:

Screenshot taken with the spectacle global shortcut, then drag from that
into the Electron app "Discord"


(cherry picked from commit d6016d8401c4a28928c7d641df73fbddec83871d)

e41d94b3 notifications: When doing a drag and drop, set the supported action to
cpoy

Co-authored-by: David Edmundson 

M  +1-1applets/notifications/draghelper.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/cf41b532579cb010fac218e186cf3df8968f6bbf

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

[plasmashell] [Bug 469644] Dragging and dropping files and screenshots from notifications into Chromium-based apps does not work

2024-07-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=469644

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/d6016d8401c4a28928c7d641d
   ||f73fbddec83871d
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from David Edmundson  ---
Git commit d6016d8401c4a28928c7d641df73fbddec83871d by David Edmundson.
Committed on 23/07/2024 at 08:59.
Pushed by davidedmundson into branch 'master'.

notifications: When doing a drag and drop, set the supported action to cpoy

By default QDrag::exec performs a drag where the allowed actions are
only "move".

The mimedata for a screenshot is a URI list to the file, dragging and
dropping should not move the original file.

Equally importantly if we want to share a file, that's effectively a
copy. Some clients will rightfully not accept a URI list with the only
action being move.

Testing done:

Screenshot taken with the spectacle global shortcut, then drag from that
into the Electron app "Discord"

M  +1-1applets/notifications/draghelper.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/d6016d8401c4a28928c7d641df73fbddec83871d

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

[plasmashell] [Bug 469644] Dragging and dropping files and screenshots from notifications into Chromium-based apps does not work

2024-07-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=469644

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED
 CC||k...@davidedmundson.co.uk

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

[kwin] [Bug 490632] PC sometimes won't sleep

2024-07-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490632

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Kwin isn't involved in sleep, sorry. This is deeper in the stack, please report
to kernel people.

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

[plasmashell] [Bug 490619] [AMD] After switching multi-screen modes, some Plasma applet popups open almost zero-sized due to GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT error

2024-07-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490619

--- Comment #4 from David Edmundson  ---
That warning can be seen in harmless situations

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

[libplasma] [Bug 466940] Plasmashell crashes in PlasmaQuick::DialogPrivate::syncToMainItemSize()

2024-07-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=466940

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #17 from David Edmundson  ---
This will hopefully get fixed by
https://codereview.qt-project.org/c/qt/qtwayland/+/575074

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

[KScreen] [Bug 490461] Display KCM: Overscan SpinBox should visualize a live preview of screen corners

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490461

David Edmundson  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||k...@davidedmundson.co.uk

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

[krunner] [Bug 490325] krunner dialog stuck at fixed width after Frameworks 6.4.0 update, regardless of font size

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490325

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
Only settings exposed in the UI are supported

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

[plasmashell] [Bug 490344] Logout/shutdown stopped working in Plasma 6.1.X

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490344

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #5 from David Edmundson  ---
Can I have some non-truncated logs.

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

[plasmashell] [Bug 490360] Battery percentage is not shown in battery widget when charging while in power profile "powersave"

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490360

David Edmundson  changed:

   What|Removed |Added

  Component|Icons   |Battery Monitor
   Target Milestone|--- |1.0
   Assignee|visual-des...@kde.org   |plasma-b...@kde.org
 CC||k...@davidedmundson.co.uk,
   ||k...@privat.broulik.de,
   ||m...@ratijas.tk,
   ||natalie_clar...@yahoo.de
Product|Breeze  |plasmashell

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

[plasmashell] [Bug 489072] Null screen in QtWaylandClient::QWaylandWindow::handleScreensChanged

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489072

David Edmundson  changed:

   What|Removed |Added

 CC||alexbaldwin2...@gmail.com

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

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

[plasmashell] [Bug 485549] Plasma crash and firefox rendering issue on monitor ARC reconnect

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=485549

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 489072] Null screen in QtWaylandClient::QWaylandWindow::handleScreensChanged

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489072

David Edmundson  changed:

   What|Removed |Added

 CC||g56trx...@mozmail.com

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

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

[plasmashell] [Bug 490363] Plasmashell Crash on login

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490363

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

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

[plasma-nm] [Bug 490387] Cannot automatically connect to openconnect VPN

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490387

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
>2. Configure the connection and, under "General configuration", try to enable 
>"Automatically connect to VPN"

The UI is maybe confusing, but this option is enabled where you see LAN1 or
"MyWifi" and it's next to the combo box of which VPN to use.
You don't choose the VPN to auto-connect in the VPN settings.

Can you confirm that's the issue, then we can clean up the UI to become
invisible rather than disabled.

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

[plasmashell] [Bug 490402] Multiple visual bugs with the desktop icons

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490402

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
Can you share your folderview settings: 

Right click -> Desktop and wallpaper -> Icons

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

[Breeze] [Bug 490420] Wrong default scaling factor

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490420

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
The QStyle does define some icon sizes:
QStyle::PM_SmallIconSize
QStyle::PM_LargeIconSize


Nothing seems related to scaling, it's just a different default.

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

[plasmashell] [Bug 490425] no option to make wallpaper pixel-perfect

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490425

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
If you need custom control, edit the image yourself.

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

[plasmashell] [Bug 490241] KDE Desktop Crash After Logging in under Wayland

2024-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490241

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
>QRhiVulkan

You shouldn't be in here unless you've been meddling with settings. kcmshsell6
qtquicksettings and change the render type back to Auto

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

[kwin] [Bug 490191] closing a main window on overview doesn't make it clear that you should close all sub windows first

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490191

--- Comment #2 from David Edmundson  ---
Qt has changed and I was testing an older version.

Gnome behaves like KDE does, it just no-ops when a modal dialog is open.

We can fix Qt, but we can't do too much for the general case.

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

[kwin] [Bug 490409] KDE crashes

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490409

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Crash is deep in nouvea please report there

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

[kwin] [Bug 490191] closing a main window on overview doesn't make it clear that you should close all sub windows first

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490191

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Somehow Gnome shell is doing this, and I don't see how.

They send a close event to the relevant window, so do we. Yet they behave
differently for the same app. It needs research, but it shows something can be
done.

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

[kwin] [Bug 489977] XWayland windows are raised when getting the focus, which they shouldn't

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489977

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
   Priority|NOR |LO
   Severity|normal  |minor

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

[kwin] [Bug 489983] Incorrect window size when restoring from a maximized state

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489983

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 490057] Legacy X11 apps include mouse buttons results in focus stealing after vdesktop switch

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490057

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

--- Comment #2 from David Edmundson  ---
edit, someone just did

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

[kwin] [Bug 490057] Legacy X11 apps include mouse buttons results in focus stealing after vdesktop switch

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490057

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
We cannot reproduce using the steps above. If you have any more concrete steps
(video?) that could help.

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

[kwin] [Bug 490075] One-pixel rendering artifacts in high DPI XWayland applications with "Apply scaling themselves"

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490075

David Edmundson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1

--- Comment #2 from David Edmundson  ---
edit, reproduced

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

[kwin] [Bug 490075] One-pixel rendering artifacts in high DPI XWayland applications with "Apply scaling themselves"

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490075

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Can you confirm if this is still an issue on Plasma 6.2?

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

[kwin] [Bug 490097] Context menu of hanging app stays on top of all windows

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490097

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 469446] Present Windows is sluggish/slow/has huge dealy when shows up

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=469446

David Edmundson  changed:

   What|Removed |Added

 CC||faf04...@doolk.com

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

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

[kwin] [Bug 490178] WindowHeap-based effects are slightly slower to activate than previous versions

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490178

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[kwin] [Bug 490209] window stutters and freezes when dragged above screen when snap off

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490209

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 490295] some menu bars don't open the item that is clicked on

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490295

--- Comment #4 from David Edmundson  ---
FWIW, I can't reproduce with mousepad.

They might find a log of WAYLAND_DEBUG=1 mousepad in your bug report there.

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

[kwin] [Bug 490295] some menu bars don't open the item that is clicked on

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490295

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
>2. Open Mousepad, Sublime text (4) or any other application that uses the same 
>gui framework

Ok, report to that GUI framework.

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

[systemsettings] [Bug 490391] Asking for admin password for suspend on a device the user has access to seems questionable

2024-07-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490391

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This is not the case by default:

Can you run:
qdbus --system org.freedesktop.login1 /org/freedesktop/login1
org.freedesktop.login1.Manager.CanSuspend

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

[kwin] [Bug 490358] Jerky/stuttering graphics in Plasma 6 with Intel GPU

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

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 454413] Transition from Alt+Tab to Alt+Grave without releasing Alt unexpectedly switches windows

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
I can confirm this is how it behaves, I also don't see it as a bad thing, the
user has caused an explicit action to switch from switch between all windows
and windows of that app.

I bet we would get some complaints if we changed it.

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

[plasmashell] [Bug 490349] After installing Flatpack the problem seems to be fixed.

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

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 490270] key combo does not highlight URLs in Konsole on Wayland

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

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
   Priority|NOR |VHI

--- Comment #2 from David Edmundson  ---
Confirmed. 
Code in Xwayland is:

keyboard->sendModifiers(xkb->modifierState().depressed,
xkb->modifierState().latched,
xkb->modifierState().locked,
xkb->currentLayout());  // update global state

keyboard->sendKey(event->nativeScanCode(), state, xwaylandClient);  // to only
xwayland


that's clearly wrong, but it's not a super trivial fix either.

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

[kwin] [Bug 490218] [New feature] Customize sticky window border size

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

David Edmundson  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||k...@davidedmundson.co.uk

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

David Edmundson  changed:

   What|Removed |Added

 CC||fcve...@gmail.com

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

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

[kwin] [Bug 474368] Sometimes, on system wake-up, the entire desktop is messed up and the windows are blinking between the two screens

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

David Edmundson  changed:

   What|Removed |Added

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

--- 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 414805] On X11, crash in QScreen::handle() after QXcbIntegration::createPlatformOpenGLContext()

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

David Edmundson  changed:

   What|Removed |Added

 CC||r...@reidswanson.com

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

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

[kwin] [Bug 489744] KWin Crashes sometimes after waking from sleep

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 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 490286] Can't search in Chinese/Japanese in Overview mode.

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

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 489957] noisy kwin logs from ei and inputcapture subsystems

2024-07-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489957

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/5b17454aa5
   ||ed0d7f9849a699103ddcd85
   ||a6a

--- Comment #3 from David Edmundson  ---
Git commit 5b17454aa5ed0d7f9849a699103ddcd85a6a by David Edmundson.
Committed on 12/07/2024 at 12:39.
Pushed by davidedmundson into branch 'master'.

eis: Change default logging category to warning

This makes it consistent with other debug categories

M  +2-2src/plugins/eis/CMakeLists.txt

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

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

David Edmundson  changed:

   What|Removed |Added

 CC||e...@horse64.org

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

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

[kwin] [Bug 488756] Recurring but somewhat rare SIGSEGV crash in kwin_wayland

2024-07-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=488756

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REOPENED|RESOLVED

--- Comment #8 from David Edmundson  ---


*** 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 489374] Counter Strike 2 crashes on alt tabbing unless set to windowed

2024-07-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489374

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
If an application crashes, that's an application problem. Sorry.

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

[kwin] [Bug 490069] no synchronization between the X11 clipboard and the Wayland clipboard

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490069

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This is not reproducible for us. 

Can you confirm some of the following:
 - do you have any reliable steps?
 - is it reprocuible after removing the klipper applet (or just killall
plasmashell) 
 - if you open the kwin debug console (search for kwin in krunner) and clicking
on the clipboard tab does that show where things are wrong?

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
Can you confirm if this is still an issue in Plasma 6.0

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

[kwin] [Bug 488921] kwin_x11 crashes with sigsegv/11 when launching games

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=488921

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #7 from David Edmundson  ---


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

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

[kwin] [Bug 488830] Aurorae decorations crash when compositor turned off

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=488830

David Edmundson  changed:

   What|Removed |Added

 CC||superman_appendix672@8shiel
   ||d.net

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

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

[kwin] [Bug 490096] Screenshot (Portal?) breaks

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=490096

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
>compositor doesn't support wlr-screencopy-unstable-v1

This is expected, that is a sway only thing and does not involve the portal.

If spectacle fails to launch, please report to spectacle.

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

[kwin] [Bug 487859] In wayland, drag does not reliably work for [GIMP, Krita, Discord] when using scaling factors greater than 100%

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=487859

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This should be fixed in 6.1, please reopen if not

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

[kwin] [Bug 489531] everything freezes and clicking in any app kill it and goes black screen

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489531

--- Comment #2 from David Edmundson  ---
oops, sorry wrong number

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

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

[kwin] [Bug 489857] GL_INVALID_OPERATION in glDrawBuffers

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489857

David Edmundson  changed:

   What|Removed |Added

 CC||cobeb49...@dcbin.com

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

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

[kwin] [Bug 489531] everything freezes and clicking in any app kill it and goes black screen

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489531

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[kpdf] [Bug 171222] Hyperlinks go one page too far (_NOT_ in presentation mode)

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=171222

David Edmundson  changed:

   What|Removed |Added

 CC||cobeb49...@dcbin.com

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

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

[kwin] [Bug 489857] GL_INVALID_OPERATION in glDrawBuffers

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489857

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
Summary|kwin_wayland crashes|GL_INVALID_OPERATION in
   |periodically when pressing  |glDrawBuffers
   |Tab+Alt |

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

[kwin] [Bug 489854] Wayland crashing games and other apps

2024-07-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=489854

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
If the other app crashes, the other app is at fault.

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

[plasmashell] [Bug 489286] Since Plasma 6.1, the icons in systray for gtk2 applications do not work on Wayland after the first click

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

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/7ee0f7a2cdac1a348af3f634a |t/e2cc2c2aab112edd29d1f713d
   |d3c8c2073b55ce6 |f1769c068f3f20f

--- Comment #13 from David Edmundson  ---
Git commit e2cc2c2aab112edd29d1f713df1769c068f3f20f by David Edmundson, on
behalf of David Edmundson.
Committed on 09/07/2024 at 10:53.
Pushed by davidedmundson into branch 'Plasma/6.1'.

xembedsniproxy: Warp pointer to click location on wayland

Some clients track pointer focus and ignore clicks if they think
they dont have a window under the cursor. On Wayland pointer focus
is driven by the compositor - the client receives a click without
a prior enter event. To workaround this warp the pointer to the
click position before clicking which generates the needed enter.
FIXED-IN:6.1.3


(cherry picked from commit 7ee0f7a2cdac1a348af3f634ad3c8c2073b55ce6)

Co-authored-by: David Redondo 

M  +4-0xembed-sni-proxy/sniproxy.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/e2cc2c2aab112edd29d1f713df1769c068f3f20f

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

[plasmashell] [Bug 489286] Since Plasma 6.1, the icons in systray for gtk2 applications do not work on Wayland after the first click

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

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||6.1.3
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/7ee0f7a2cdac1a348af3f634a
   ||d3c8c2073b55ce6
 Resolution|--- |FIXED

--- Comment #12 from David Edmundson  ---
Git commit 7ee0f7a2cdac1a348af3f634ad3c8c2073b55ce6 by David Edmundson, on
behalf of David Redondo.
Committed on 09/07/2024 at 10:33.
Pushed by davidedmundson into branch 'master'.

xembedsniproxy: Warp pointer to click location on wayland

Some clients track pointer focus and ignore clicks if they think
they dont have a window under the cursor. On Wayland pointer focus
is driven by the compositor - the client receives a click without
a prior enter event. To workaround this warp the pointer to the
click position before clicking which generates the needed enter.
FIXED-IN:6.1.3

M  +4-0xembed-sni-proxy/sniproxy.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/7ee0f7a2cdac1a348af3f634ad3c8c2073b55ce6

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

[kwin] [Bug 489728] kwin_wayland spontaneously starts GPU hogging

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

David Edmundson  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 489072] Null screen in QtWaylandClient::QWaylandWindow::handleScreensChanged

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

David Edmundson  changed:

   What|Removed |Added

 CC||trebicki.jo...@gmail.com

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

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

[plasmashell] [Bug 489072] Null screen in QtWaylandClient::QWaylandWindow::handleScreensChanged

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

David Edmundson  changed:

   What|Removed |Added

 CC||g...@orzfly.com

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

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

[plasmashell] [Bug 489720] Plasmashell crashes after locking screen

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

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 489769] plasmashell crashs after waking monitors from sleep

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

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 489180] plasma crashed in QtWaylandClient::QWaylandWindow::waylandScreen() when external monitor lost power

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #22 from David Edmundson  ---
In progress with https://codereview.qt-project.org/c/qt/qtwayland/+/574934

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

[kwin] [Bug 488980] In the overview: clicking on a virtual desktop and attempting to enter a window does not work after entering cube once

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #3 from David Edmundson  ---
Will be fixed with
https://codereview.qt-project.org/c/qt/qtdeclarative/+/574172

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

[kwin] [Bug 489410] kwin_wayland crash

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

David Edmundson  changed:

   What|Removed |Added

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

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


*** 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 488713] kwin_wayland crashes in QCoreApplication::notifyInternal2(QObject*, QEvent*) - multiple times per week

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

David Edmundson  changed:

   What|Removed |Added

 CC||madl...@gmail.com

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

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

[kwin] [Bug 488980] In the overview: clicking on a virtual desktop and attempting to enter a window does not work after entering cube once

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

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[plasmashell] [Bug 489072] Null screen in QtWaylandClient::QWaylandWindow::handleScreensChanged

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

David Edmundson  changed:

   What|Removed |Added

Summary|Plasma, KRunner, Dr Konqi,  |Null screen in
   |and the lock screen crash   |QtWaylandClient::QWaylandWi
   |following a screen turning  |ndow::handleScreensChanged
   |off and back on (presumably |
   |at the upper edge)  |

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

[plasmashell] [Bug 489072] Plasma, KRunner, Dr Konqi, and the lock screen crash following a screen turning off and back on (presumably at the upper edge)

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

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

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

[libplasma] [Bug 466940] Plasmashell crashes in PlasmaQuick::DialogPrivate::syncToMainItemSize()

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

David Edmundson  changed:

   What|Removed |Added

 CC||madl...@gmail.com

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

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

[plasmashell] [Bug 489566] plasma crash

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

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[kwin] [Bug 481985] Feature request: bring back "Walk through desktops" shortcut

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

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[kwin] [Bug 481985] Feature request: bring back "Walk through desktops" shortcut

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

David Edmundson  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 489072] Plasma, KRunner, Dr Konqi, and the lock screen crash following a screen turning off and back on (presumably at the upper edge)

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

--- Comment #6 from David Edmundson  ---
Reading the wayland log:
 - we start with two screens (bound locally to IDs 24 and 26)
 - then screen 26 gets removed
(a delay)
 - screen 24 moves
 - screen 26 gets added again

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

[plasmashell] [Bug 489072] Plasma, KRunner, Dr Konqi, and the lock screen crash following a screen turning off and back on (presumably at the upper edge)

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

David Edmundson  changed:

   What|Removed |Added

   Priority|NOR |HI

--- Comment #5 from David Edmundson  ---
>... as mSurface->oldestEnteredScreen being null is allowed and fine

 QPlatformWindow::screen being null is a big surprise. I want to understand
that rather than just lazily add a guard.

The wayland backend always ensures there's a screen as far as Qt is concerned.
If there's no screen added we'll make a placeholder screen. 
QGuiApplication:;primaryScreen() should always be valid.

QWindow caches the screen pointer. When a window is added it starts on a
primary screen. Whenever a screen is removed
(QWindowSystemInterface::handleScreenRemoved) we loop through all windows and
assign any windows now not on a screen to the primary screen. If application
code calls QWindow::setScreen(null) it gets put on the primary screen.

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

[plasmashell] [Bug 489072] Plasma, KRunner, Dr Konqi, and the lock screen crash following a screen turning off and back on (presumably at the upper edge)

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

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 CC||k...@davidedmundson.co.uk
 Resolution|DUPLICATE   |---

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

[kwin] [Bug 489322] Spectacle is missing animations when opening/closing the program

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
This is intentional so that spectacle doesn't get caught in spectacle's own
screenshots. 

Arguably it could be more fine-grained, but it's diminishing returns requiring
new API

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

[kwin] [Bug 489009] Hide Cursor doesn't recognize moving cursor with a graphic tablet as a mouse movement

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

David Edmundson  changed:

   What|Removed |Added

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

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

[kwin] [Bug 488756] Recurring but somewhat rare SIGSEGV crash in kwin_wayland

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

David Edmundson  changed:

   What|Removed |Added

 CC||andresd.dia...@gmail.com

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

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

[kwin] [Bug 488994] Kwin crashes when an application e.g game disables/block the compositor

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #7 from David Edmundson  ---
backtraces don't match that, but do match the one I'm linking to. It's not a
helpful trace, kwin is mostly just idling.

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

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

  1   2   3   4   5   6   7   8   9   10   >