Re: Gnome 2 on RedHat 9 and Solaris
Havoc Pennington <[email protected]> Mon, 5 May 2003 15:29:19 -0400
| Newsgroups | gmane.comp.gnome.os.redhat |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 05, 2003 at 12:06:04PM -0700, Chris Majewski wrote: > Now the problem is that if I do a "save current setup" on exit in Linux, > a subsequent Solaris session hangs on login. (Incidentally, the > reverse is not true: "save settings" on Solaris allows me to > subsequently login to a Linux box; moreover, the settings are > preserved - if I had a terminal window open in Solaris, it reappears in Linux.) > > Anybody know how to fix this, or to disable "save current setup" on Linux? Chances are that ~/.gnome2/session ends up containing some application that doesn't exist on Solaris, or that doesn't work, and so the session manager waits for a several-minute timeout for that thing to start up. If that's the problem it's possible you could fix it by symlinking the relevant binary name to /bin/false or the like. Havoc