On mer, 2009-05-20 at 10:34 +0200, François Wendling wrote: > I start XFCE using startx, my xinitrc : > > ~ $ cat .xinitrc > numlockx & > xmodmap ~/.Xmodmap & > startxfce4
Definitely. When you use startx with an .xinitrc, you won't use the debian X startup stuff (/etc/X11/Xsession.d) and thus you don't have the authorizations. So you need to wipe out your .xinitrc and replace it by an .xsession file. I think you should be able to put there: numlockx xmodmap ~/.Xmodmap exec startxfce4 Maybe tune that a little, then start using startx only, and it ~should~ work fine. Cheers, -- Yves-Alexis -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

