<p></p>
<p><b>@codebrainz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2618#discussion_r502961123">src/utils.c</a>:</p>
<pre style='color:#555'>> +
+               os_str = g_string_new(pretty_name);
+               g_free(pretty_name);
+
+               code_name = g_get_os_info(G_OS_INFO_KEY_VERSION_CODENAME);
+               if (code_name != NULL)
+               {
+                       g_string_append_printf(os_str, " (%s)", code_name);
+                       g_free(code_name);
+               }
+
+               os_info = g_string_free(os_str, FALSE);
+       }
+# else
+       /* on macOS, only `G_OS_INFO_KEY_NAME` is supported and returns the
+        * fixed string `macOS`, as of Oct 13, 2020 */
</pre>
<p><em>eek</em> they're on to me! back to the time machine!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2618#discussion_r502961123">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6VTSHG7YGVMKTYCQTSKIHKVANCNFSM4SLMEEVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ5OM7GCGZY2MJT6M5LSKIHKVA5CNFSM4SLMEEVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODYWDGRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2618#discussion_r502961123",
"url": "https://github.com/geany/geany/pull/2618#discussion_r502961123",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>