Package: projectcenter.app Version: 0.6.0 --- Please enter the report below this line. ---
I want to add information that the builded application can't be started even out of ProjectCenter! In an xterm window I change directory to the builded application and start it with command: openapp ./PenzValto.app/ and nothing happen. I tried even to debug this application: $ ls obj PenzValto.app $ debugapp ./PenzValto.app/ --GNU-Debug=dflt GNU gdb (GDB) 7.3-debian Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /debian-adatok-1/Programozas/Obj_C_ben/TervezetekPC-vel/PenzValto.build/PenzValto.app/PenzValto...done. (gdb) run Starting program: /debian-adatok-1/Programozas/Obj_C_ben/TervezetekPC-vel/PenzValto.build/PenzValto.app/PenzValto --GNU-Debug=dflt [Thread debugging using libthread_db enabled] NOTE! Here nothing happen, but expecting to appeares the application's window. Can I here to run some gdb command to get more information about what happen here? Regards, from Pal

