[krita] [Bug 504544] New: Krita 5.2.9 UI under Windows: missing menu entries, broken shortcuts, and missing transparency options

2025-05-19 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=504544 Bug ID: 504544 Summary: Krita 5.2.9 UI under Windows: missing menu entries, broken shortcuts, and missing transparency options Classification: Applications Product: krita Version First 5.2.9

[krita] [Bug 504241] Uncontrolled .ora file growth: no options to disable mergedimage, thumbnail, or automatic backups

2025-05-19 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=504241 --- Comment #2 from Thomas Berger --- Thanks for the quick reply! I understand that these files (mergedimage, thumbnail, and backups) serve a purpose, and I don’t mean to suggest they are bugs in a technical sense. My point is rather that — from a

[krita] [Bug 504241] New: Uncontrolled .ora file growth: no options to disable mergedimage, thumbnail, or automatic backups

2025-05-14 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=504241 Bug ID: 504241 Summary: Uncontrolled .ora file growth: no options to disable mergedimage, thumbnail, or automatic backups Classification: Applications Product: krita Version: 5.2.9

[kde] [Bug 504226] New: No email confirmation after submitting bugs, despite correct settings

2025-05-14 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=504226 Bug ID: 504226 Summary: No email confirmation after submitting bugs, despite correct settings Classification: I don't know Product: kde Version: unspecified Platform: Microsof

[krita] [Bug 504062] New: Transparency background settings missing in Krita 5.2.9 UI (Windows)

2025-05-11 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=504062 Bug ID: 504062 Summary: Transparency background settings missing in Krita 5.2.9 UI (Windows) Classification: Applications Product: krita Version: 5.2.9 Platform: Microsoft Win

[krita] [Bug 504060] New: Add export option to limit thumbnail.png size in .ora files

2025-05-11 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=504060 Bug ID: 504060 Summary: Add export option to limit thumbnail.png size in .ora files Classification: Applications Product: krita Version: 5.2.9 Platform: Microsoft Windows

[ksystemstats] [Bug 490675] [cpu_plugin] k10temp does not work for multi-die systems

2024-07-23 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 --- Comment #7 from Thomas Berger --- I would like to propose the following fix: 1. Add a new list of SensorProperties to LinuxAllCpusObject 2. Add each Tdie temperature (one per k10temp) to this list as "DIE%id temperature" 3. If mor

[ksystemstats] [Bug 490675] [cpu_plugin] k10temp does not work for multi-die systems

2024-07-23 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 Thomas Berger changed: What|Removed |Added Blocks||484019 --- Comment #6 from Thomas Berger

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-23 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 Thomas Berger changed: What|Removed |Added Depends on||490675 Referenced Bugs: https://bugs.kde.org

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-23 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 --- Comment #19 from Thomas Berger --- Yeah, that proved some of my assumptions yesterday: The object is the same allocated from ``` void LinuxCpuObject::makeSensors() { BaseCpuObject::makeSensors(); m_frequency = new KSysGuard::SensorProperty

[ksystemstats] [Bug 490675] [cpu_plugin] k10temp does not work for multi-die systems

2024-07-23 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 --- Comment #5 from Thomas Berger --- (In reply to Jiri Palecek from comment #3) > Yeah, that would be nice, but there would need to be a reliable way to > assign the sensors to the individual cpus. After further thoughts, i don't think

[ksystemstats] [Bug 490675] [cpu_plugin] k10temp does not work for multi-die systems

2024-07-23 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 --- Comment #4 from Thomas Berger --- Created attachment 171934 --> https://bugs.kde.org/attachment.cgi?id=171934&action=edit PCI Bus devices -- You are receiving this mail because: You are watching all bug changes.

[ksystemstats] [Bug 490675] [cpu_plugin] k10temp does not work for multi-die systems

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 --- Comment #2 from Thomas Berger --- Output of sensors: # sensors k10temp-pci

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 --- Comment #17 from Thomas Berger --- While hunting this down, i have found another issues here: https://bugs.kde.org/show_bug.cgi?id=490675 I could imagine, that this is related. Overriding the same property value multiple times, could trigger some

[ksystemstats] [Bug 490675] [cpu_plugin] k10temp does not work for multi-die systems

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 --- Comment #1 from Thomas Berger --- (In reply to Thomas Berger from comment #0) > This may also be related to missing temperature values over all #474766 Sorry, i used the wrong ID, here is the correct one: https://bugs.kde.org/show_bug.cgi

[ksystemstats] [Bug 490675] New: [cpu_plugin] k10temp does not work for multi-die systems

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=490675 Bug ID: 490675 Summary: [cpu_plugin] k10temp does not work for multi-die systems Classification: Frameworks and Libraries Product: ksystemstats Version: unspecified Platform:

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 --- Comment #16 from Thomas Berger --- I was able to create a debug prefix. I found a very strange behavior: 1. In `linuxcpu.cpp, line 89, we call `m_temperature->update()` 2. m_temperature is a pointer to `KSysGuard::SensorProperty` created by

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 --- Comment #14 from Thomas Berger --- Sorry for the confusion, of course i was talking about libksysguard. I don't know why, but somehow i dropped the "lib" prefix. To be able to debug this, i need a debug build of both parts, but t

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-22 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 --- Comment #11 from Thomas Berger --- (In reply to Jiri Palecek from comment #10) > Hi! > > ksystemstats doesn't call ksysguard(d), it is everything in the /plugins/ > source directory. In your case, /plugins/cpu/linuxcpuplugin.cp

[ksystemstats] [Bug 484019] CPU Temperature not available for AMD Threadripper 2950x

2024-07-19 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=484019 Thomas Berger changed: What|Removed |Added Status|REOPENED|CONFIRMED CC

[kdevelop] [Bug 398804] New: Kdevelop crashes sometimes on clang parser errors

2018-09-18 Thread Thomas Berger
https://bugs.kde.org/show_bug.cgi?id=398804 Bug ID: 398804 Summary: Kdevelop crashes sometimes on clang parser errors Product: kdevelop Version: 5.2.4 Platform: Compiled Sources OS: Linux Status: REPORTED

[plasma-nm] [Bug 356587] Connecting to openconnect vpn fails

2016-05-06 Thread Thomas Berger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356587 Thomas Berger changed: What|Removed |Added CC||tbe@euthanasie-webhosting.d