[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-12 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=482077 Nicolas Fella changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-12 Thread Jakob Petsovits
https://bugs.kde.org/show_bug.cgi?id=482077 Jakob Petsovits changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482077 duha.b...@gmail.com changed: What|Removed |Added CC||dandrag...@gmail.com --- Comment #60 from

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-10 Thread Jakob Petsovits
https://bugs.kde.org/show_bug.cgi?id=482077 Jakob Petsovits changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-10 Thread Jakob Petsovits
https://bugs.kde.org/show_bug.cgi?id=482077 Jakob Petsovits changed: What|Removed |Added CC||jpe...@petsovits.com --- Comment #59 from

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread David Conner
https://bugs.kde.org/show_bug.cgi?id=482077 David Conner changed: What|Removed |Added CC||dconner@gmail.com --- Comment #58 from

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #57 from Vlad Zahorodnii --- > but that doesn't mean KWin shouldn't be fixed kwin's already fixed, see commits above. It's just that powerdevil has to be fixed now so it doesn't pass garbage values to KIdleTime::addIdleTimeout(). If you

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Jonathan Lopes
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #56 from Jonathan Lopes --- (In reply to Dāvis from comment #55) > But I disagree that this is Powerdevil's bug. KWin should either respect > this and notify after ~50days or ignore it and potentially let application > know this in some

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Dāvis
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #55 from Dāvis --- (In reply to Vlad Zahorodnii from comment #46) > > It looks like some application is using > > ext_idle_notifier_v1::get_idle_notification() with 4294967295ms as timeout > > value, it's uint so this is kinda valid... >

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #54 from Vlad Zahorodnii --- Yeah, with that, I'm able to reproduce the bug \o/ -- You are receiving this mail because: You are watching all bug changes.

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Jonathan Lopes
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #53 from Jonathan Lopes --- Just a follow up, I just achieved to reproduce the same thing on my NixOS laptop, which was not suffering from this. On Energy Saving settings, deselect “Turn Off screen” on all modes: On AC Power, On Batter and

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Jonathan Lopes
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #52 from Jonathan Lopes --- (In reply to Jonathan Lopes from comment #51) > Does have a check. Ignore this last line, I mistakenly moved it to the end lmao. -- You are receiving this mail because: You are watching all bug changes.

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Jonathan Lopes
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #51 from Jonathan Lopes --- Created attachment 166718 --> https://bugs.kde.org/attachment.cgi?id=166718=edit powerdevil.gdb (In reply to Vlad Zahorodnii from comment #49) > (In reply to Jonathan Lopes from comment #48) > > 2652 is

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=482077 --- Comment #50 from Vlad Zahorodnii --- It looks like a regression after https://invent.kde.org/plasma/powerdevil/-/merge_requests/301/diffs powerdevil used to have "timeout > 0" guards, which are missing now -- You are receiving this mail because:

[Powerdevil] [Bug 482077] powerdevil can pass -1 to KIdleTime::addIdleTimeout()

2024-03-08 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=482077 Vlad Zahorodnii changed: What|Removed |Added Summary|Journal is flooded with |powerdevil can pass -1 to