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

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2618#discussion_r502899188">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>when he hopes it will be merged <g-emoji class="g-emoji" alias="grin" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f601.png">😁</g-emoji></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_r502899188">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYP23XGZZZLAACIE63SKGFGXANCNFSM4SLMEEVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4MCGO7OR3L2AST5QDSKGFGXA5CNFSM4SLMEEVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODYVYB5I.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_r502899188",
"url": "https://github.com/geany/geany/pull/2618#discussion_r502899188",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>