Opened 13 years ago
Last modified 13 years ago
#8602 closed enhancement
System info very detailed for Windows, but not for Linux — at Initial Version
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
The recently introduced OS addition allows us to track used OS. Thought for Linux it only shows "Linux". The result of commandline call "lsb_release -is" should be appended (when successful and without exception). This call returns vendor name like openSUSE or uBuntu.
@team: Anyone who knows better than me how to call an external tool (must we Java-Applet save code with fallback to ignore error)!
Should be called only when os.name is "Linux".
Maybe move the whole os-determination call into the Plattform Hook?


