On 13/11/06, Saverio Iacovelli <[EMAIL PROTECTED]> wrote:
...
xmessage: not found <----
waiting for x server to shut down FreeFontPath: FPE
"/usr/pkg/xorg/lib/X11/misc/" refcount is 2, should be
1: fixing
If I delete the following line:
session.screen0.rootCommand: fbsetbg -f
/root/.fluxbox/backgrounds/image.jpg
Then xmessage: not found don't appears
Seems like a /usr/pkg/xorg/bin isn't in the PATH. Turn it on explicitly, like:
env PATH=/usr/pkg/xorg/bin:$PATH startx
and look whether something changes. If so, change your script of
.xinitrc to include smth like:
export PATH=/usr/pkg/xorg/bin:$PATH
-regards