Hi,

well, I suppose the culprit is in GSTheme.m:767

      _icon = RETAIN([_imageClass imageNamed: @"GNUstep"]);

a Theme shouldn't override "GNUstep".

Is it fine if I remove that mapping? I tried and everything works fine for me apparently and the issue is solved, but I haven't committed yet.

Riccardo

Gregory Casamento wrote:
Strictly speaking the issue is that the themes use GNUstep/NSApplicationIcon as their icon in the first place. It's easy enough to create a separate icon for this.

On Thursday, July 11, 2013, Germán Arias wrote:

    I think the problem is the first line at nsmapping.strings:

    GNUstep = NSApplicationIcon;






_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to