On Thu, 21 Mar 2002, Thoughts... wrote:

> I have found the best way to be to remove all calls
> to window managers, and simply put
> 
> "exec sw/bin/gnome-session-real"

Actually, try this instead:

  "exec sw/bin/gnome-session"

It's almost the same thing, but wrapped in this shell script:

    #!/bin/sh
    exec gnome-session-real --no-xshm "$@"

Hence it gets around a shared memory bug by disabling it. Otherwise it
does the same thing your version does. 
 
 
-- 
Chris Devers                                [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/


_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to