[kwin] [Bug 487557] Inconsistency in window activation under Wayland in multi-window applications.

2024-05-26 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=487557

Jordan Pryde  changed:

   What|Removed |Added

 CC||jor...@pryde.me

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

[frameworks-ksvg] [Bug 453876] kf.plasma.core: findInCache with a lastModified timestamp of 0 is deprecated

2024-05-03 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=453876

Jordan Pryde  changed:

   What|Removed |Added

 CC||jor...@pryde.me

--- Comment #4 from Jordan Pryde  ---
There are now 2 (!) patches for this issue:
https://invent.kde.org/frameworks/ksvg/-/merge_requests/46 by Timothée
https://invent.kde.org/frameworks/ksvg/-/merge_requests/47 by myself

They were submitted within a few hours of each other, I didn't see theirs
before submitting mine. They do take different approaches to solving this bug.

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

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

2024-05-03 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=482142

Jordan Pryde  changed:

   What|Removed |Added

 CC||jor...@pryde.me

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

[krfb] [Bug 478057] krfb crashes with ASSERT: "qimage.size() == streamSize"

2024-03-12 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=478057

Jordan Pryde  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/krfb/-/commit/966ad6a16
   ||39732f882284ff6e708b0e37e62
   ||4ca7
   Version Fixed In||24.02
 Resolution|--- |FIXED
 CC||jor...@pryde.me

--- Comment #1 from Jordan Pryde  ---
(Manually making this comment since I didn't have a bug tracker account until
now - I got an email that this failed)
Fixed by https://invent.kde.org/network/krfb/-/merge_requests/63 in master

@bug_id = 478057
@bug_status = RESOLVED
@resolution = FIXED
@cf_commitlink =
https://invent.kde.org/network/krfb/-/commit/966ad6a1639732f882284ff6e708b0e37e624ca7

Git commit 966ad6a1639732f882284ff6e708b0e37e624ca7 by Jordan Pryde.
Committed on 12/03/2024 at 16:11.
Pushed by nicolasfella into branch 'release/24.02'.

DMA-BUF size may not match size from handleRemoteDesktopStarted()

QScreen::size() marshalled from xdg-desktop-portal-kde uses logical
scaled size but the DMA-BUF from pipewire is the physical pixel count.
We now check the DMA-BUF size each frame and resize the QImage buffer when
needed.
Related: bug 482929, bug 464547

M  +1-0framebuffers/pipewire/pw_framebuffer.cpp

https://invent.kde.org/network/krfb/-/commit/966ad6a1639732f882284ff6e708b0e37e624ca7

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

[krfb] [Bug 482929] Krfb crashes with segmentation fault on Wayland when scaling is enabled

2024-03-12 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=482929

Jordan Pryde  changed:

   What|Removed |Added

 CC||jor...@pryde.me
 Resolution|--- |FIXED
   Version Fixed In||24.02
  Latest Commit||https://invent.kde.org/netw
   ||ork/krfb/-/commit/966ad6a16
   ||39732f882284ff6e708b0e37e62
   ||4ca7
 Status|REPORTED|RESOLVED

--- Comment #7 from Jordan Pryde  ---
(Manually making this comment since I didn't have a bug tracker account until
now - I got an email that this failed)
Fixed by https://invent.kde.org/network/krfb/-/merge_requests/63 in master

@bug_id = 482929
@bug_status = RESOLVED
@resolution = FIXED
@cf_commitlink =
https://invent.kde.org/network/krfb/-/commit/966ad6a1639732f882284ff6e708b0e37e624ca7

Git commit 966ad6a1639732f882284ff6e708b0e37e624ca7 by Jordan Pryde.
Committed on 12/03/2024 at 16:11.
Pushed by nicolasfella into branch 'release/24.02'.

DMA-BUF size may not match size from handleRemoteDesktopStarted()

QScreen::size() marshalled from xdg-desktop-portal-kde uses logical
scaled size but the DMA-BUF from pipewire is the physical pixel count.
We now check the DMA-BUF size each frame and resize the QImage buffer when
needed.
Related: bug 478057, bug 464547

M  +1-0framebuffers/pipewire/pw_framebuffer.cpp

https://invent.kde.org/network/krfb/-/commit/966ad6a1639732f882284ff6e708b0e37e624ca7

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

[krfb] [Bug 464547] krfb-virtualmonitor asserts on start

2024-03-12 Thread Jordan Pryde
https://bugs.kde.org/show_bug.cgi?id=464547

Jordan Pryde  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||24.02
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/krfb/-/commit/966ad6a16
   ||39732f882284ff6e708b0e37e62
   ||4ca7
 CC||jor...@pryde.me

--- Comment #2 from Jordan Pryde  ---
(Manually making this comment since I didn't have a bug tracker account until
now - I got an email that this failed)
Fixed by https://invent.kde.org/network/krfb/-/merge_requests/63 in master

@bug_id = 482929
@bug_status = RESOLVED
@resolution = FIXED
@cf_commitlink =
https://invent.kde.org/network/krfb/-/commit/966ad6a1639732f882284ff6e708b0e37e624ca7

Git commit 966ad6a1639732f882284ff6e708b0e37e624ca7 by Jordan Pryde.
Committed on 12/03/2024 at 16:11.
Pushed by nicolasfella into branch 'release/24.02'.

DMA-BUF size may not match size from handleRemoteDesktopStarted()

QScreen::size() marshalled from xdg-desktop-portal-kde uses logical
scaled size but the DMA-BUF from pipewire is the physical pixel count.
We now check the DMA-BUF size each frame and resize the QImage buffer when
needed.
Related: bug 478057, bug 464547

M  +1-0framebuffers/pipewire/pw_framebuffer.cpp

https://invent.kde.org/network/krfb/-/commit/966ad6a1639732f882284ff6e708b0e37e624ca7

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