On 07-Feb-2002 Johan Ronstr�m wrote: > I dont know if this is the right newsgroup but bblaunch is a bbtool... > > When I use BBLaunch to start apps in other workspaces and so, the log says > 'XGetCommand can't allocate enough memory' and the program launches normally > (in the current workspace). I've tried to use the -p command to let the > program > take time, but no difference exept that I have to wait for the same result. > > What can I do? >
Let's start off by assuming you have enough memory to actually load a string of say 1024 chars (which is only 1 kilobyte). What is most likely happening is that bblaunch asks the X application to return the command line that started it. The application however does not store that information for whatever reason and bblaunch is confused by the results. Of course, that is 100% guess work as I do not have the code in front of me right now.
