gnustep / libs-gui

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
279 stars 103 forks source link

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

Closed rmottola closed 8 months ago

rmottola commented 1 year ago

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 commented 1 year ago

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 commented 8 months ago

Base fixes this.