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 _______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

