#8602 closed enhancement (fixed)
System info very detailed for Windows, but not for Linux
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
The recently introduced OS addition (r5819) 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?
Attachments (0)
Change History (7)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
lsb_release -ds produces nicer output:
lsb_release -ds Debian GNU/Linux 6.0.7 (squeeze)
comment:3 by , 12 years ago
Description: | modified (diff) |
---|
comment:6 by , 12 years ago
Improved style a bit it [5852:5853], so we have a common OS identifier again.
Replying to stoecker:
Yep. We can add further info even for Windows systems (32 or 64bits for example)