Irrelevant Window Title in GUI on Linux
Description
Currently, the Khiops GUI window titles on Linux are all like "normGUI-engine-GUIObject".
Questions/Ideas
- The resolution of this issue is to have relevant titles for all windows of the Khiops GUI on Linux.
- Perhaps this could be related to the switch to the cross-platform "metal" look and feel for
UIManager, in PR https://github.com/KhiopsML/khiops/pull/439?
- Perhaps this could be related to the switch to the cross-platform "metal" look and feel for
Context
- Khiops version: >= 10.3.0
- Log file (use
khiops -e log.txt): N/A - Scenario file (use
khiops -o scenario._kh): N/A - OS description (use
khiops -s): Linux.
On my laptop, with Ubuntu 22.04, the windows titles are OK. However, on the top bar, the title is "normGUI-engine-GUIObject"
An input for the the top menu bar https://askubuntu.com/questions/1334437/title-of-application-menu-in-top-bar-shows-java-package-path
Possible impacts: https://github.com/KhiopsML/khiops/blob/5952a5303c0a0cfc7c1473e41d7ae70fa0bd171a/src/Norm/NormGUI/src/normGUI/engine/GUIUnit.java#L1233
https://github.com/KhiopsML/khiops/blob/5952a5303c0a0cfc7c1473e41d7ae70fa0bd171a/src/Norm/NormGUI/src/normGUI/engine/GUIDialog.java#L104