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

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

Re: GTK on Mac OS X

2018-03-26 Thread Lucky B.C
h is calling a program, we will close the program too. On Mon, Mar 26, 2018 at 5:50 PM, Wojciech Puchar <w.puc...@digitalsystems.pl > wrote: > how to link (or otherwise do other things) to disable opening terminal > when starting my gtk program under mac os x. > > on windows it'

Re: GTK on Mac OS X

2018-03-26 Thread Joël Krähemann
e opening terminal when > starting my gtk program under mac os x. > > on windows it's a link time option -mwindows (no console) or -mconsole (with > console). > > > thanks > > ___ > gtk-app-devel-list mailing list > gtk-app-dev

GTK on Mac OS X

2018-03-26 Thread Wojciech Puchar
how to link (or otherwise do other things) to disable opening terminal when starting my gtk program under mac os x. on windows it's a link time option -mwindows (no console) or -mconsole (with console). thanks ___ gtk-app-devel-list mailing list