kykc
kykc
For anyone interested, I was able to hack minimal project using gtk-rs/vcpkg which is buildable with `*-pc-msvc` targets on Windows: [repo](https://github.com/kykc/gtk-rs-msvc) It was almost straightforward, but a few hacks was...
Strangely, I can confirm @thallian statement: D-Sub from F-Droid works fine with airsonic 10.1.2 and LDAP, but D-Sub from play market doesn't
Yep, that's the reason. I've compiled 5.4.2 floss version from sources and it's not working. If I will have enough spare time I'll try to pinpoint exact version of D-Sub...
I think that should be done in the very least is: do not panic for `file:///` or all other unsupported but completely valid URIs. For now if I don't filter...
I second this, there's no notification of unread messages if I've missed Desktop Notification popup for some reason. No blinking for attention and no unread message count badge on taskbar...
Interesting. Install performs two simple operations: 1) copy MsiWmiAcpiMof.dll to SysWOW64 2) Add https://github.com/kykc/MsiFanControl/blob/master/MsiFanControl/MsiWmiAcpiMof.reg this to registry I reckon something got corrupted along the way, file were deleted or registry...
Sadly, this is rather involved process, as MSI uses WMI (Windows Instrumentation) to communicate with ACPI and control fans. It's almost surely can be done on linux too, but it...
The thing that I can possibly do is try to migrate this repo to .NET Core 2.x, this shouldn't be too involved and will be some start towards portability
Sadly, free time is still a problem for me. I'll try to port it to .net core at least. Also, I don't think fan control will solve your overheating issues....
> Actually, it does. > Forcing fan speed to 100% on Windows prevents my CPU temperature to exceed 40°C > > I however think that the root cause is that...