[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-24 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #6 from Kyle Devir --- Martin, Gnome, in the latest GTK+3 release, they added support for detecting if KWin was running as the compositor and allowing CSD apps to prefer SSD decorations instead. This was the bug report, which has been

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-24 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #7 from Kyle Devir --- I'll create a bug on the GTK side, and see what they can do about it. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-24 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #8 from Kyle Devir --- I've created a bug report here: https://bugzilla.gnome.org/show_bug.cgi?id=792889 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #9 from Kyle Devir --- It turns out that the function for checking whether GTK3 surfaces should use CSD or not was returning "false" for preferring SSD instead of "true". Seems like it was likely never tested after th

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #10 from Kyle Devir --- I've added a patch on the GTK side that should fix that issue. A simple typo can do a lot... -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #11 from Kyle Devir --- Here is the patch to apply to GTK3 to fix the issue: https://bug792889.bugzilla-attachments.gnome.org/attachment.cgi?id=367417 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389117 Kyle Devir changed: What|Removed |Added Attachment #110130|Forcing SSD with my new |Image demonstrating results description

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389117 --- Comment #15 from Kyle Devir --- Created attachment 110130 --> https://bugs.kde.org/attachment.cgi?id=110130&action=edit Forcing SSD with my new patch causes the issue to pop up again Martin, with being able to force SSD instead of CSD no

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389117 --- Comment #14 from Kyle Devir --- Created attachment 110129 --> https://bugs.kde.org/attachment.cgi?id=110129&action=edit Dirty hack to make GTK3 Wayland windows request SSD instead of CSD Okay... with this patch, it would seem like forci

[kwin] [Bug 389361] Non-Gnome GTK3 apps started with GDK_BACKEND=wayland have no decorations

2018-01-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389361 --- Comment #13 from Kyle Devir --- Turns out it wasn't much of a fix ~ it broke the CSD decorations in Weston. I looked at the code a bit more, and saw that it never bothers to request server-side decorations. The code really seems to have not

[kwin] [Bug 389117] GTK3 apps started with GDK_BACKEND=wayland have incorrect or inconsistent decorations

2018-01-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389117 --- Comment #17 from Kyle Devir --- Leave this issue closed for now, because this particular issue has been solved. The non-request for server-side decorations is a GTK3 bug, but with the request being forced, it exposes a bug somewhere on the KWin

[kwin] [Bug 389495] New: When GTK3 applications request SSD, decorations are either no shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 Bug ID: 389495 Summary: When GTK3 applications request SSD, decorations are either no shown or show SSD on top of CSD Product: kwin Version: 5.11.95 Platform: Archlinux Packages

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either no shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com -- You are receiving this

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either no shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #1 from Kyle Devir --- Created attachment 110142 --> https://bugs.kde.org/attachment.cgi?id=110142&action=edit Patch to force GTK3 applications to request SSD The problem isn't fixed on the GTK side, yet, however, this should

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 Kyle Devir changed: What|Removed |Added Summary|When GTK3 applications |When GTK3 applications |request

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #3 from Kyle Devir --- Created attachment 110143 --> https://bugs.kde.org/attachment.cgi?id=110143&action=edit Debug output for Evince -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #4 from Kyle Devir --- Created attachment 110144 --> https://bugs.kde.org/attachment.cgi?id=110144&action=edit Debug output for MyPaint -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #5 from Kyle Devir --- The output for Evince and MyPaint should suffice, I hope. It took me longer to understand the issue than I usually would, so I apologize for possibly having caused any confusion and frustration throughout

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #7 from Kyle Devir --- On Sway, which implements your SSD protocol, no matter whether the decorations requested are none, client or server, server-side decorations are always used. So, maybe examining how Sway implements and handles the

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #8 from Kyle Devir --- I'm sure whether or not providing debug output for these applications of Sway would help or not. Probably not, most likely... :/ -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #9 from Kyle Devir --- Created attachment 110145 --> https://bugs.kde.org/attachment.cgi?id=110145&action=edit Screenshot demonstrating issue on kwin_wayland I'll post one showing results on Sway in a moment. -- You are re

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #10 from Kyle Devir --- Created attachment 110146 --> https://bugs.kde.org/attachment.cgi?id=110146&action=edit Screenshot demonstrating results on Sway -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #11 from Kyle Devir --- (In reply to Martin Flöser from comment #6) > The debug output shows that the application request SSD. So do they get KWin > decos or not? The screenshot I uploaded shows that requesting SSD bring back th

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #13 from Kyle Devir --- Is there a solution to make MyPaint and the like have decorations, CSD or SSD, on the KWin side? Or is this a problem with the GTK3 SSD implementation? -- You are receiving this mail because: You are watching all

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #16 from Kyle Devir --- Thanks Martin, When GTK3 requests SSD, GTK3 should be dropping the remaining CSD for Evince and others, allowing an SSD provider to do their own decorations. This is a GTK3 bug, I believe. Without said bug, the SSD

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 Kyle Devir changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #17 from Kyle Devir --- Reopened, because this bug relates to GTK3 apps explicitly requesting SSD, but acting weirdly on KWin. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 389495] When GTK3 applications request SSD, decorations are either not shown or show SSD on top of CSD

2018-01-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389495 --- Comment #19 from Kyle Devir --- (In reply to Martin Flöser from comment #18) > MyPaint isn't requesting ssd according to the debug output My debug output? Or yours? GTK3 needs a patch to force SSD, because their implementation prefers

[kwin] [Bug 389298] GZDoom (SDL2), at least, run with SDL_VIDEODRIVER=wayland under kwin_wayland experience alpha transparency bleeding weirdness

2018-01-28 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=389298 --- Comment #6 from Kyle Devir --- (In reply to Martin Flöser from comment #5) > (In reply to Kyle Devir from comment #4) > > GZDoom is free, and should be in your distro's repositories. > > By any chance do you know the pa

[kdevelop] [Bug 399439] Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery, causing CMake configuration failure

2018-10-06 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399439 Kyle Devir changed: What|Removed |Added Summary|Commit |Commit

[kdevelop] [Bug 399439] New: Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery

2018-10-06 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399439 Bug ID: 399439 Summary: Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery Product: kdevelop Version: git master Platform: Other OS: Linux

[kdevelop] [Bug 399439] Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery, causing CMake configuration failure

2018-10-06 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399439 --- Comment #2 from Kyle Devir --- Created attachment 115455 --> https://bugs.kde.org/attachment.cgi?id=115455&action=edit LLVM config output > "/usr/lib64/clang/8.0.0/include/cpuid.h" Is how it's indeed installed as,

[kdevelop] [Bug 399439] Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery, causing CMake configuration failure

2018-10-06 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399439 --- Comment #3 from Kyle Devir --- Ah, I see what you mean, now. I misread, sorry. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 399439] Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery, causing CMake configuration failure

2018-10-07 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399439 --- Comment #5 from Kyle Devir --- Thanks! It works now, happily. :) -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 399439] Commit 716372ae2e8dff9c51e94d33443536786e4bd85b breaks Clang discovery, causing CMake configuration failure

2018-10-07 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399439 Kyle Devir changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[plasmashell] [Bug 399591] New: Qt 5.12 Beta ~ on Wayland, PlasmaShell popups are drawn at top-left of screen

2018-10-09 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399591 Bug ID: 399591 Summary: Qt 5.12 Beta ~ on Wayland, PlasmaShell popups are drawn at top-left of screen Product: plasmashell Version: 5.14.0 Platform: Archlinux Packages

[plasmashell] [Bug 399591] Qt 5.12 Beta ~ on Wayland, PlasmaShell panel popups are drawn at top-left of screen

2018-10-09 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399591 Kyle Devir changed: What|Removed |Added Summary|Qt 5.12 Beta ~ on Wayland, |Qt 5.12 Beta ~ on Wayland

[plasmashell] [Bug 399591] Qt 5.12 Beta ~ on Wayland, PlasmaShell panel popups are drawn at top-left of screen

2018-10-09 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399591 --- Comment #1 from Kyle Devir --- Okay... no screenshots, then, because trying to start Spectacle causes kwin_wayland to segfault... lovely. :/ Time to post another bug... -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 399591] Qt 5.12 Beta ~ on Wayland, PlasmaShell panel popups are drawn at top-left of screen

2018-10-09 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399591 --- Comment #2 from Kyle Devir --- Ah, also, hardware ~ RX 580 with Mesa master and LLVM master. -- You are receiving this mail because: You are watching all bug changes.

[Spectacle] [Bug 399592] New: Qt 5.12 Beta ~ on Wayland, trying to start Spectacle causes kwin_wayland to segfault

2018-10-09 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399592 Bug ID: 399592 Summary: Qt 5.12 Beta ~ on Wayland, trying to start Spectacle causes kwin_wayland to segfault Product: Spectacle Version: 18.08.1 Platform: Archlinux Packages

[plasmashell] [Bug 399591] Qt 5.12 Beta ~ on Wayland, PlasmaShell panel popups are drawn at top-left of screen

2018-10-10 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399591 --- Comment #4 from Kyle Devir --- So it's already been caught! :) Thanks David. :) -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 399592] Qt 5.12 Beta ~ on Wayland, trying to start Spectacle causes kwin_wayland to segfault

2018-10-10 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=399592 Kyle Devir changed: What|Removed |Added Product|Spectacle |kwin Assignee|m...@baloneygeek.com

[kwin] [Bug 394431] New: KWin hangs forever when trying to start with XWayland with inet6-related errors

2018-05-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=394431 Bug ID: 394431 Summary: KWin hangs forever when trying to start with XWayland with inet6-related errors Product: kwin Version: 5.12.90 Platform: Other OS: Linux

[kwin] [Bug 394431] KWin hangs forever when trying to start with XWayland with inet6-related errors

2018-05-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=394431 --- Comment #1 from Kyle Devir --- According to another forum's post on a similar issue, -nolisten inet6 solves this issue. Would be nice to be able to customize some of the options passed to Xwayland by KWin, if possible. -- You are receiving

[kwin] [Bug 394431] KWin hangs forever when trying to start with XWayland with inet6-related errors

2018-05-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=394431 --- Comment #2 from Kyle Devir --- Also, I am running Xwayland 1.20.0 and Qt5 5.11.0rc2 on Arch Linux. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 394431] KWin hangs forever when trying to start with XWayland with inet6-related errors

2018-05-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=394431 --- Comment #4 from Kyle Devir --- I've reported this upstream. You're correct that it is unreasonable to expect KWin to workaround this. :/ -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 394431] KWin hangs forever when trying to start with XWayland with inet6-related errors

2018-05-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=394431 Kyle Devir changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail because

[kwin] [Bug 398614] New: Using --gpu-context=wayland, mpv complains that kwin_wayland doesn't support the xdg_wm_base interface

2018-09-14 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398614 Bug ID: 398614 Summary: Using --gpu-context=wayland, mpv complains that kwin_wayland doesn't support the xdg_wm_base interface Product: kwin Version: 5.13.90 Platform: Other

[kwin] [Bug 398614] Using --gpu-context=wayland, mpv complains that kwin_wayland doesn't support the xdg_wm_base interface

2018-09-14 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398614 --- Comment #3 from Kyle Devir --- Always the small things, I suppose. :) Is there any chance it would be suitable for adding to the next Plasma patch release? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 398654] New: QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 Bug ID: 398654 Summary: QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell Product: plasmashell

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #2 from Kyle Devir --- Arch Linux. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #4 from Kyle Devir --- Because with "QT_QPA_PLATFORM=wayland" added, Xwayland never once segfaults, at all, no matter what I do with Plasma Shell. Every single time I've started Plasma Shell like this, it just works. It

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #5 from Kyle Devir --- I probably should have specified at the beginning that I'm running an RX580 with Mesa master and LLVM master from AUR. I'm not sure this has an impact, because with QT_QPA_PLATFORM=wayland, there's n

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #7 from Kyle Devir --- No, it doesn't. It just exits immediately, because of the already running plasmashell process. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #9 from Kyle Devir --- Whoops. I skipped that part somehow. Let's try that again... -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #10 from Kyle Devir --- Now that I've done it properly... Yes, it works just fine. Also, Xwayland doesn't segfault at all, amusingly. What next, I wonder? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 --- Comment #12 from Kyle Devir --- XDG_SESSION_TYPE is unset. I log in via TTY, and then run startplasmacompositor. Does KDE rely on a GUI login manager to set XDG_SESSION_TYPE properly...? -- You are receiving this mail because: You are watching

[plasmashell] [Bug 398654] QT_QPA_PLATFORM, unset by default, defaults to xcb, causing Xwayland to segfault due to not being able to handle Plasma Shell

2018-09-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=398654 Kyle Devir changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[frameworks-kio] [Bug 492537] Assert in KProtocolInfoFactory::findProtocol

2024-12-20 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=492537 Kyle Devir changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[frameworks-kimageformats] [Bug 502474] New: kimageformats fails to build with OpenEXR 3.3.3

2025-04-05 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=502474 Bug ID: 502474 Summary: kimageformats fails to build with OpenEXR 3.3.3 Classification: Frameworks and Libraries Product: frameworks-kimageformats Version: unspecified Platform: Compiled Sources

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 --- Comment #11 from Kyle Devir --- (In reply to wolthera from comment #10) > BTW, I forgot to reply to your other comment: Krita doesn't support wayland > yet, so it isn't yet integrating with kwin's color management. If you hav

[krita] [Bug 501522] New: Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 Bug ID: 501522 Summary: Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others) Classification: Applications Product: krita Version: 5.2.9 Platform: Arch L

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com --- Comment #2 from Kyle

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 --- Comment #4 from Kyle Devir --- Created attachment 179421 --> https://bugs.kde.org/attachment.cgi?id=179421&action=edit kwin display settings -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 --- Comment #7 from Kyle Devir --- Created attachment 179423 --> https://bugs.kde.org/attachment.cgi?id=179423&action=edit Extracted broken(?) ICC profile -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 --- Comment #8 from Kyle Devir --- (In reply to wolthera from comment #5) > Thanks! Thankfully that display profile isn't the cause of this crash. Did > the images you were exporting have any particular display profile, or was it > the s

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 --- Comment #3 from Kyle Devir --- (In reply to wolthera from comment #1) > Looks like you have a broken icc profile on your system. Could you somehow > share that with us, so we can use it for testing? Done. Though, weirdly, this shouldn&#x

[krita] [Bug 501522] Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others)

2025-03-15 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=501522 --- Comment #6 from Kyle Devir --- Created attachment 179422 --> https://bugs.kde.org/attachment.cgi?id=179422&action=edit Broken colour profile? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kimageformats] [Bug 502474] kimageformats fails to build with OpenEXR 3.3.3

2025-04-11 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=502474 Kyle Devir changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[kwin] [Bug 505762] Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-19 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 Kyle Devir changed: What|Removed |Added Resolution|--- |UPSTREAM Status|REPORTED

[kwin] [Bug 505762] Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-19 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 Kyle Devir changed: What|Removed |Added Platform|Other |Compiled Sources -- You are receiving this mail

[kwin] [Bug 505762] Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 --- Comment #1 from Kyle Devir --- Created attachment 182375 --> https://bugs.kde.org/attachment.cgi?id=182375&action=edit journalctl entries from soft-frozen boot -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 505762] Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 --- Comment #3 from Kyle Devir --- Created attachment 182376 --> https://bugs.kde.org/attachment.cgi?id=182376&action=edit 6.16-rc1 config for testing -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 505762] Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-19 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 --- Comment #2 from Kyle Devir --- Also comes in the "kwin_wayland_drm: Atomic test failed! Invalid argument" flavour too, apparently. Common underlying issue too, probably. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 505762] Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-19 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com -- You are receiving this

[kwin] [Bug 505762] New: Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1

2025-06-18 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=505762 Bug ID: 505762 Summary: Error "kwin_wayland_drm: Atomic test failed! Permission denied" with 6.16-rc1 Classification: Plasma Product: kwin Version First git master Reported In:

[krita] [Bug 506168] Krita crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com -- You are receiving this

[krita] [Bug 506168] New: Krita crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 Bug ID: 506168 Summary: Krita crashing with AVIF HDR file, but PNG equivalent loads fine Classification: Applications Product: krita Version First 5.2.9 Reported In: Platfor

[krita] [Bug 506168] Krita crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 --- Comment #3 from Kyle Devir --- Managed to get a backtrace: #0 Planar::value, 12, (LinearizePolicy)0, 0> (img=, stride=, x=, y=) at /usr/src/debug/krita-qt6-git/build/plugins/impex/heif/kis_heif_import_tools_AVX2+FMA.cpp:80 #1 Planar::readLa

[krita] [Bug 506168] 88295ba7c35eca7e668d48e02e7b752828832454 crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 Kyle Devir changed: What|Removed |Added Platform|Arch Linux |Compiled Sources -- You are receiving this mail

[krita] [Bug 506168] 88295ba7c35eca7e668d48e02e7b752828832454 crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 Kyle Devir changed: What|Removed |Added Version First|5.2.9 |git master (please specify Reported In

[krita] [Bug 506168] Krita crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 --- Comment #2 from Kyle Devir --- Created attachment 182655 --> https://bugs.kde.org/attachment.cgi?id=182655&action=edit Working PNG file -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 506168] Krita crashing with AVIF HDR file, but PNG equivalent loads fine

2025-06-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506168 --- Comment #1 from Kyle Devir --- Created attachment 182654 --> https://bugs.kde.org/attachment.cgi?id=182654&action=edit Broken AVIF file -- You are receiving this mail because: You are watching all bug changes.

[KScreen] [Bug 506626] New: Request for a better HDR calibration tool

2025-07-05 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506626 Bug ID: 506626 Summary: Request for a better HDR calibration tool Classification: Plasma Product: KScreen Version First master Reported In: Platform: Compiled Sources OS: Linux

[KScreen] [Bug 506626] Request for a better HDR calibration tool

2025-07-05 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=506626 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com -- You are receiving this

[filelight] [Bug 507502] New: Filelight doesn't ignore hardlinks, bloating displayed directory size

2025-07-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=507502 Bug ID: 507502 Summary: Filelight doesn't ignore hardlinks, bloating displayed directory size Classification: Applications Product: filelight Version First unspecified Reported In:

[filelight] [Bug 507502] Filelight doesn't ignore hardlinks, bloating displayed directory size

2025-07-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=507502 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com -- You are receiving this

[filelight] [Bug 507502] [Git master] Filelight doesn't ignore hardlinks, bloating displayed directory size

2025-07-25 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=507502 Kyle Devir changed: What|Removed |Added Summary|Filelight doesn't ignore|[Git master] File

[filelight] [Bug 507502] [Git master] Filelight doesn't ignore hardlinks, bloating displayed directory size

2025-07-27 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=507502 --- Comment #5 from Kyle Devir --- (In reply to Harald Sitter from comment #4) > So the hardlink is not in the same directory? Oops. I thought it was when I initially made the bug report... But at least it's clearer now that it doesn&#x

[filelight] [Bug 507502] [Git master] Filelight doesn't ignore hardlinks, bloating displayed directory size

2025-07-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=507502 --- Comment #3 from Kyle Devir --- (In reply to Harald Sitter from comment #1) > Cannot reproduce. Attached an example of what I'm referring to. The 126GB file in the base directory is a hardlink of the one in the dlc directory. -- You are r

[filelight] [Bug 507502] [Git master] Filelight doesn't ignore hardlinks, bloating displayed directory size

2025-07-26 Thread Kyle Devir
https://bugs.kde.org/show_bug.cgi?id=507502 --- Comment #2 from Kyle Devir --- Created attachment 183555 --> https://bugs.kde.org/attachment.cgi?id=183555&action=edit Filelight hardlink visual -- You are receiving this mail because: You are watching all bug changes.

[Breeze] [Bug 361066] [Feature Request] GTK+ 3.20 support

2016-04-13 Thread Kyle Devir via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361066 Kyle Devir changed: What|Removed |Added CC||kyle.de...@mykolab.com -- You are receiving this

<    1   2   3