When available, acquire the name and release of the Linux distribution and return it as wxGetOsDescription()'s output, followed by the near equivalent of the traditional uname -srm output.
The uname output, something like Linux 6.19.0-5-generic x86_64, is not the best description for a Linux system, since it leaves up to the reader to figure out what kind of a system this actually is.
The output changes significantly from what it was earlier, but the output was never meant to be machine-readable, nor was it consistent across different operating systems.
https://github.com/wxWidgets/wxWidgets/pull/26231
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@lanurmi pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz requested changes on this pull request.
Thanks, I agree with the idea but:
interface/wx/utils.h with an example of newly returned string?camelCase convention for the variable names instead of capitalizing many of them?Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@lanurmi pushed 3 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()