[Debian-med-packaging] Bug#645923: biococoa.app: Crashes on startup

Yavor Doganov yavor at gnu.org
Thu Oct 20 07:31:24 UTC 2011


user pkg-gnustep-maintainers at lists.alioth.debian.org
usertags 645923 gnustep-gui0.20-transition gnustep-transition
tags 645923 + patch
thanks

Andreas Tille wrote:
> do you have any hint how to fix this.

Sure, trivial patch attached.  (You could simply merge it with the
existing debian/patches/05_main.patch.)
-------------- next part --------------
--- biococoa.app-1.6.0.orig/main.m
+++ biococoa.app-1.6.0/main.m
@@ -15,9 +15,8 @@
     
     pool = [NSAutoreleasePool new];
     app = [NSApplication sharedApplication];
-    [app setApplicationIconImage: [NSImage imageNamed: @"Calculator.app.tiff"]];
+    [app setApplicationIconImage: [NSImage imageNamed: @"biococoa.tiff"]];
     
     /*
     mainMenu = [[NSMenu new]autorelease];


More information about the Debian-med-packaging mailing list