Opened 13 years ago

Last modified 13 years ago

#8602 closed enhancement

System info very detailed for Windows, but not for Linux — at Version 3

Reported by: stoecker Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by Don-vip)

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?

Change History (3)

in reply to:  description comment:1 by Don-vip, 13 years ago

Replying to stoecker:

Maybe move the whole os-determination call into the Platform Hook?

Yep. We can add further info even for Windows systems (32 or 64bits for example)

comment:2 by Don-vip, 13 years ago

lsb_release -ds produces nicer output:

lsb_release -ds
Debian GNU/Linux 6.0.7 (squeeze)

comment:3 by Don-vip, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.