Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
specify-gui-failure.patch | Improve gui failure description The start_gui function only fails when no supported sensors are found; update the error description to reflect that. |
Nanley Chery <nanleychery@gmail.com> | no | |||
remove-unused-variables.patch | Remove declared, but unused variables | Jean Delvare <khali@linux-fr.org> | no | debian | ||
cleanup-allocs.patch | Fix memory allocation and freeing in add_sensor_tab * When realloc fails, it doesn't free the original buffer. * strcat never fails. * Use free, not g_free, to free memory not allocated with g_malloc. * No need to free feattext twice. |
Jean Delvare <khali@linux-fr.org> | no | |||
replace-deprecated-gtk.patch | Update deprecated gtk casts and replace deprecated function calls with their analogous cairo counterparts. | Nanley Chery <nanleychery@gmail.com> | no | debian | ||
improve-sensor-detection.patch | Remove early termination behavior during sensor detection Exit the application when all sensors on the system are determined to be unsupported rather than exiting immediately after encountering the first unsupported sensor. |
Nanley Chery <nanleychery@gmail.com> | no | |||
fix-cross-build.patch | FTCBFS: uses the wrong pkg-config | Helmut Grohne <helmut@subdivi.de> | no | debian |