eul icon indicating copy to clipboard operation
eul copied to clipboard

[bug] Incorrect disk usage

Open Fizz-pop-bang opened this issue 3 years ago • 0 comments

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" ] }

Fizz-pop-bang avatar Aug 29 '22 09:08 Fizz-pop-bang