Steve Dondley
Steve Dondley
Yeah, I wondered the same thing, if the old version reported might be some kind of compatibility thing. But I searched through Window's registry of the machine and found no...
I'm not very qualified to make recommendations for such low level code, but it seems like the file at https://github.com/rakudo/rakudo/blob/1fc8cce31a370149326e029bd51eb884b7610205/src/core.c/Distro.pm6 should execute some commands similar with what's there for macOS...
Judging by https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions, looks like there are probably less than 20 if you don't worry about anything before say 2012 (when Windows 8 came out). A developer running anything older...
And the `ver` command is what is issued from the cmd shell, which should work on all versions of Windows. That results in something like this: `Microsoft Windows [Version 10.0.22000.856]`
See also: https://www.windows-commandline.com/find-windows-os-version-from-command/ The `systeminfo` command has a ton of info: ``` C:\Users\sdond>systeminfo Host Name: WIN11 OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22000 N/A Build 22000 OS Manufacturer:...
Looks like this Perl module can save a lot of wheel reinventing: https://metacpan.org/pod/Win32#Win32::GetOSName()
I'm on 10.15.4 and I've had no issues.
Roundcube is showing an error for me in rouncube error logs: ```PHP Error: Failed to load plugin file /var/lib/roundcube/plugins/html5_notifier/html5_notifier.php in /usr/share/roundcube/program/lib/Roundcube/rcube_plugin_api.php on line 181 (POST /?_task=settings&_action=refresh)``` Running php 7.3 on...
OK, I see the issue now. The path is wrong. On my debian install, it should go to ```/usr/share/roundcube/plugins/...``` instead of ```/var/lib/roundcube/plugins```
Still works fine in 1.5.1. Though I thought I used to get an audio alert. Not sure how as the plugin does not have an audio file associated with it.