Re: Re: GTK on Mac OS X

2018-03-27 Thread Bachsau
Am 26.03.2018 um 14:07 schrieb Lucky B.C: In Unix-like operating system, If we disable the opening terminal which is calling a program, we will close the program too. That's bullshit. SIGHUP is not connected to the fact of a terminal running. It is tight to the existence of a parent process an

Re: GTK on Mac OS X

2018-03-27 Thread Bachsau
Am 26.03.2018 um 12:50 schrieb Wojciech Puchar: how to link (or otherwise do other things) to disable opening terminal when starting my gtk program under mac os x. You need to put it in an .app-bundle. Any application packaged in a proper bundle has a configuration file that allows you to conf

Re: GTK on Mac OS X

2018-03-26 Thread Lucky B.C
Hi, The link maybe helps you or you maybe need a desktop shortcut . In Unix-like operating system, If we disable the opening terminal which is calling a p

Re: GTK on Mac OS X

2018-03-26 Thread Joël Krähemann
Hi Wojciech, Some useful links: https://wiki.gnome.org/Projects/GTK+/OSX/Building https://github.com/jralls/gtk-mac-integration Bests, Joël On Mon, Mar 26, 2018 at 12:50 PM, Wojciech Puchar wrote: > how to link (or otherwise do other things) to disable opening terminal when > starting my gtk