libs-gui icon indicating copy to clipboard operation
libs-gui copied to clipboard

issues when loading NIB files - Page Layout Panel does not show

Open rmottola opened this issue 2 years ago • 1 comments

On many systems, the Page Layout Panel does not show properly, the interface fails to load.

Test: open an application, e.g. Ink, load "Page Layout"

rmottola avatar Nov 21 '23 11:11 rmottola

Most probable explanation currently: there are several versions of GUI resources installed (upgraded system) even if only one library and the latest gui library is used. The wrong resources is looked up and old versions did not have the PageLayout.gorm file so they fail. See then Base issue: https://github.com/gnustep/libs-base/issues/351

rmottola avatar Nov 21 '23 12:11 rmottola

Base fixes this.

rmottola avatar Mar 26 '24 22:03 rmottola