Hi Andreas,
Andreas Höschler via Discussion list for the GNUstep programming environment wrote: > > but rather with > >>> 2020-05-06 18:43:11.384 SOObjectBrowser[8177:8177] Warning: shmget() >>> failed: Invalid argument. > > 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, strange. On a setup with I suppose is very similar to yours, I don't get this error. What versions of gnustep are you using? And again, I asked about how other applications perform on your setup. Riccardo
