You are not logged in.

#1 2008-08-07 14:51:03

fivre
Member
Registered: 2007-04-17
Posts: 97

Skippy-xd and fluxbox

I'm trying to get skippy-xd to run with fluxbox, and it works great, but I can't get it to start with .xinitrc. Skippy complains that the WM is not NETWM compliant, mainly because fluxbox hasn't started yet.

bash /home/fivre/.dzensh &

eval `/usr/bin/ssh-agent`
SSH_ASKPASS=/usr/lib/openssh/x11-ssh-askpass ssh-add < /dev/null

volwheel &

export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE="scim"
export QT_IM_MODULE="scim"
scim -d

urxvtd&

#xbindkeys &

#/usr/bin/skippy-xd &
sleep 10 
{
    skippy-xd & 
} &
fbsetbg /home/fivre/tan/onetwomany.png

exec /usr/bin/fluxbox

I've tried moving the sleepy 10{ etc } section after the exec line, but then it just doesn't start at all.

Offline

#2 2008-08-07 17:17:41

ghostHack
Member
From: Bristol UK
Registered: 2008-02-29
Posts: 261

Re: Skippy-xd and fluxbox

have you tried using

(sleep 10 && skippy-xd) &

before the exec fluxbox line

Offline

#3 2008-08-26 22:21:55

nephish99
Member
Registered: 2007-09-01
Posts: 85

Re: Skippy-xd and fluxbox

i installed skippy-xd from the pkgbuild in aur,
seemed to build fine
installed with no errors
skippy-xd gives me  'no such file or directory'
any ideas?

Offline

Board footer

Powered by FluxBB