On Thu, Apr 24, 2008 at 2:40 AM, Andrew Ruder <[EMAIL PROTECTED]> wrote: > A long time ago when Ubuntu made the transition to Xorg, I found myself > needing to set XLIB_SKIP_ARGB_VISUALS=1 to get GNUstep applications to run. > Maybe try something like this at the command line: > > export XLIB_SKIP_ARGB_VISUALS=1 > openapp TextEdit.app > > and see if that solves the issue?
Depends on the backend used -- if it's the art backend for instance, this could be a SHM issue (there's a default to tell the backend to not use shm that you could try). -- Nicolas Roard "Java, the best argument for Smalltalk since C++ " -- Frank Winkler _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
