Skip to content

Add information about Linux GFX environnement in FC info

Jonathan Wiedemann requested to merge github/fork/0penBrain/session_info into master

Created by: 0penBrain

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written

Add some useful information about the user desktop environment (mainly Linux environments are concerned) when FC info are copied to clipboard with the dedicated button of the about dialog. This pull request replaces patch proposed in issue #3884 (with QString::FromAscii replaced by QString::FromLatin1 as been made obsolete in Qt5).

Merge request reports