Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Incorrect disk usage #250

Open
Fizz-pop-bang opened this issue Aug 29, 2022 · 0 comments
Open

[bug] Incorrect disk usage #250

Fizz-pop-bang opened this issue Aug 29, 2022 · 0 comments

Comments

@Fizz-pop-bang
Copy link

Incorrect disk usage showing in menu bar.
For example, EUL is showing 323Gb free, but Finder is showing 428Gb free

Screenshots
Screenshot 2022-08-29 at 10 02 26

Context

  • eul version: 1.6.2
  • macOS version: 12.5.1
  • Device model: MacBook Pro (16-inch, 2021)

Debug Output

⚙️ loaded data from user defaults preference {
"showRAMTopActivities" : false,
"fontDesign" : "default",
"language" : "en",
"networkRefreshRate" : 3,
"checkStatusItemVisibility" : true,
"showIcon" : true,
"textDisplay" : "compact",
"showCPUTopActivities" : false,
"cpuMenuDisplay" : "usagePercentage",
"smcRefreshRate" : 1,
"temperatureUnit" : "celius",
"showNetworkTopActivities" : false,
"appearance" : "auto",
"upgradeMethod" : "autoUpdate"
}
SMC init error unknown(kIOReturn: -536870206, SMCResult: 0)
🔋 battery info 100 100 0 0 true false good acPower
🔋 battery info 100 100 0 0 true false good acPower
⚙️ loaded data from user defaults EulComponent {
"activeComponents" : [
"Disk"
],
"showComponents" : true,
"availableComponents" : [
"GPU",
"Battery",
"Network",
"CPU",
"Memory"
]
}
⚙️ loaded data from user defaults EulMenuComponent {
"availableComponents" : [
"Bluetooth",
"CPU",
"GPU",
"Memory",
"Battery",
"Network",
"Disk"
],
"activeComponents" : [

],
"showComponents" : true
}
shell with ["system_profiler SPDisplaysDataType -xml"]
⚙️ loaded data from user defaults componentConfig {
"converted" : true,
"configs" : [
{
"showGraph" : false,
"networkPortSelection" : "",
"component" : "Memory",
"showIcon" : true,
"diskSelection" : ""
},
{
"showGraph" : false,
"networkPortSelection" : "",
"component" : "Network",
"showIcon" : true,
"diskSelection" : ""
},
{
"diskSelection" : "",
"showIcon" : true,
"component" : "Battery",
"showGraph" : false,
"networkPortSelection" : ""
},
{
"diskSelection" : "",
"showIcon" : true,
"component" : "GPU",
"showGraph" : false,
"networkPortSelection" : ""
},
{
"diskSelection" : "",
"showIcon" : true,
"component" : "CPU",
"showGraph" : false,
"networkPortSelection" : ""
},
{
"diskSelection" : "Macintosh HD",
"showIcon" : false,
"component" : "Disk",
"showGraph" : false,
"networkPortSelection" : ""
}
]
}
⚙️ loaded data from user defaults CpuTextComponent {
"activeComponents" : [
"usagePercentage",
"temperature"
],
"availableComponents" : [
"loadAverage1Min",
"loadAverage5Min",
"loadAverage15Min"
],
"showComponents" : true
}
⚙️ loaded data from user defaults GpuTextComponent {
"availableComponents" : [
"temperature"
],
"showComponents" : true,
"activeComponents" : [
"usagePercentage"
]
}
⚙️ loaded data from user defaults DiskTextComponent {
"showComponents" : true,
"activeComponents" : [
"free"
],
"availableComponents" : [
"usagePercentage",
"usage",
"total"
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant