Re: Gimp doesn't start

2018-11-28 Thread Christoph Kukulies
Thanks to all. It works. sudo port uninstall gimp sudo port reclaim sudo port install gimp +quartz -x11 did the job and the app starts fine from the launcher view. — Christoph > Am 28.11.2018 um 11:26 schrieb Riccardo Mottola : > > Hi, > > Vincent Habchi wrote: >> Nah. This is not X11 relat

Re: Gimp doesn't start

2018-11-28 Thread Ryan Schmidt
On Nov 28, 2018, at 01:29, Christoph Kukulies wrote: > I tried the following: > > Christophs-MBP:MacOS kuku$ pwd > /Applications/MacPorts/GIMP.app/Contents/MacOS > Christophs-MBP:MacOS kuku$ ls > GIMP > Christophs-MBP:MacOS kuku$ file GIMP > GIMP: Mach-O 64-bit executable x86_64 > Christophs-M

Re: Gimp doesn't start

2018-11-28 Thread Ryan Schmidt
On Nov 28, 2018, at 02:23, Ruben Di Battista wrote: > Try to install it with `+quartz` variant. I installed it like this on Mojave > and it works as expected... If you want to do this, first uninstall all ports. There are some exceptions, but you generally shouldn't mix +x11 ports with +qua

Re: Gimp doesn't start

2018-11-28 Thread Riccardo Mottola via macports-users
Hi, Vincent Habchi wrote: Nah. This is not X11 related but Cocoa-. It means the underlying handling code for some UI elements is missing, which is rather strange. When you launch GIMP, do you (briefly) see the X11 icon popping up? Did you installed GTK3 with the +quartz variant too? I would

Re: Gimp doesn't start

2018-11-28 Thread Vincent Habchi
> Christophs-MBP:MacOS kuku$ pwd > /Applications/MacPorts/GIMP.app/Contents/MacOS > Christophs-MBP:MacOS kuku$ ls > GIMP > Christophs-MBP:MacOS kuku$ file GIMP > GIMP: Mach-O 64-bit executable x86_64 > Christophs-MBP:MacOS kuku$ ./GIMP > 2018-11-28 08:23:18.176 GIMP[86714:1924234] Failed to connect

Re: Gimp doesn't start

2018-11-28 Thread Ruben Di Battista
Open a new terninal and run `gimp` directly from the terminal and not from the app directory... It's very strange. Il giorno mer 28 nov 2018, 09:31 Christoph Kukulies ha scritto: > OK, I did: > > Christophs-MBP:MacOS kuku$ sudo port install gimp +quartz > Warning: port definitions are more than

Re: Gimp doesn't start

2018-11-28 Thread Christoph Kukulies
OK, I did: Christophs-MBP:MacOS kuku$ sudo port install gimp +quartz Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'. ---> Computing dependencies for gimp ---> Fetching archive for gimp Warning: Your DNS servers incorrectly claim to kn

Re: Gimp doesn't start

2018-11-28 Thread Ruben Di Battista
Try to install it with `+quartz` variant. I installed it like this on Mojave and it works as expected... Il giorno mer 28 nov 2018, 08:30 Christoph Kukulies ha scritto: > I tried the following: > > Christophs-MBP:MacOS kuku$ pwd > /Applications/MacPorts/GIMP.app/Contents/MacOS > Christophs-MBP:M