On 2007-11-05 21:24 +0600, Dmitry wrote: > /usr/bin/ion3: ion-statusd timed out. > /usr/bin/ion3: ion-statusd quit. > ===================== > > So, ion-statusd has not been loaded, but what does that "timed out" > mean and what should I do with it?
Nothing else? Timeout means that mod_statusbar didn't get enough responses from ion-statusd within 3 seconds of its launch. That itself is not fatal; the timeout is there merely to calculate a useful initial statusbar size before workspaces are created etc. Ion can cope without that, but it can result in annoying extra resizes after the statusbar has finally managed to start up. It, however, seems that statusd just quit without doing anything, not even complaining. That should not happen. Try running ion-statusd outside Ion (it's in $PREFIX/lib/ion3/bin/ normally), with and without parameters (such as -q -m scriptname). If that works, try figuring out the parameters Ion is running it with, and check your configuration, including any custom scripts that might call os.exit() or something. -- Tuomo
