|
From: | Andreas Höschler |
Subject: | Re: GNUstep app fails on Ubuntu 16 shmget() related |
Date: | Wed, 6 May 2020 19:22:20 +0200 |
Hi all
but rather with
shmget is not used by gui but by the backend. /usr/src/GNUstep/libs-back# grep -r "shmget" . ./Source/x11/XWindowBuffer.m: shminfo.shmid = shmget(IPC_PRIVATE, ./Source/x11/XWindowBuffer.m: NSLog(@"XShm not supported, shmget() failed: %m."); ./Source/x11/XWindowBuffer.m: wi->shminfo.shmid = shmget(IPC_PRIVATE, ./Source/x11/XWindowBuffer.m: NSLog(@"Warning: shmget() failed: %m."); ./Source/x11/xutil.c: rximg->info.shmid = shmget(IPC_PRIVATE, I get lost here. Any idea? Thanks, Andreas |
[Prev in Thread] | Current Thread | [Next in Thread] |