Hamish Mcintyre-Bhatty

Results 159 comments of Hamish Mcintyre-Bhatty

I think I'll split this into a few issues to make it easier to tackle them one by one - there's currently no maintainer for this project so anything to...

Done, here: Hardinfo: - https://github.com/lpereira/hardinfo/issues/654 - https://github.com/lpereira/hardinfo/issues/655 - https://github.com/lpereira/hardinfo/issues/656 - https://github.com/lpereira/hardinfo/issues/657 - https://github.com/lpereira/hardinfo/issues/658 - https://github.com/lpereira/hardinfo/issues/659 - https://github.com/lpereira/hardinfo/issues/660 - https://github.com/lpereira/hardinfo/issues/661 If you're happy with these sub-reports, I guess we can close...

Oh yeah, I reported this last year. IIRC the issue is that smartctl outputs the information differently for NVME disks for some reason. [smartctl_output.txt](https://github.com/ashaduri/gsmartcontrol/files/8808764/smartctl_output.txt) Attached is my nvme smartctl output...

Hmm, do you mean the GUI, GSmartControl? The smartctl on my Linux Mint 20.3 (Ubuntu 20.04 LTS) install says it's version 7.1, so 1.1.4 would be very very old. It...

I use codesign --deep with an ad hoc key at the moment, and I don't have this issue. However, ad hoc keys don't do anything other than providing a checksum,...

As noted by Yanone (#254), symlinks can be used to fix this. Below are the commands I use as a workaround. cd dist/.app/Contents/Resources/lib/python3.8/lib-dynload/wx ln -s ../../../../../Frameworks/libwx_baseu-3.0.0.4.0.dylib ./ ln -s ../../../../../Frameworks/libwx_baseu_net-3.0.0.4.0.dylib...

NB: This fix can be modified for wxPython 4.1.x with wxWidgets 3.1.x as so: `cd dist//Contents/Resources/lib/python3.8/lib-dynload/wx ln -s ../../../../../Frameworks/libwx_baseu-3.1.5.0.0.dylib ./ ln -s ../../../../../Frameworks/libwx_baseu_net-3.1.5.0.0.dylib ./ ln -s ../../../../../Frameworks/libwx_osx_cocoau_adv-3.1.5.0.0.dylib ./ ln -s...

Okay, with current py2app, wxPython 4.1.1, and Python 3.9 (highest supported by wxPython as of right now), this workaround is no longer needed, and dark mode works too. I would...

I think you might have accidentally dropped Python 2 support - I get a syntax error when trying to run anything newer than 0.24 on Py2.7. Or it was deliberate...