Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • xfce4-sensors-plugin xfce4-sensors-plugin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Panel PluginsPanel Plugins
  • xfce4-sensors-pluginxfce4-sensors-plugin
  • Merge requests
  • !64
The source project of this merge request has been removed.

Fix crash in hddtemp codepath with a SATA SSD drive; increase HDD/GPU temperature range by 10℃

Merged Ghost User requested to merge (removed):master into master Nov 11, 2021
  • Overview 0
  • Pipelines 0
  • Changes 6

List of changes:

  • Fix crash in hddtemp codepath with a SATA SSD drive. This adds support for cases in which the drive's temperature isn't being reported by hddtemp, such as: /dev/sdd: Samsung SSD 850 PRO 256G @: no sensor

  • Increase default temperature ranges of HDDs and NVIDIA GPUs by 10℃

  • Remove timer in order to deallocate memory at program termination. This change is only intended to check that t_sensors_dialog destructor is being invoked when it is supposed to be invoked when running "G_MESSAGES_DEBUG=all ./xfce4-sensors" in a terminal.

  • NVIDIA: Close X11 display via the destructor of a static variable. This is a tiny change that fixes a currently unimportant memory leak in main.cc.

  • Reformat source code of the initialize_hddtemp() function

Closes: #27 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master