plasmid
02-08-2001, 09:22 PM
I'm running drake 7.2, and it seems to run some scripts in the directory /ect/X11/xinit.d/ . I want to prevent these scripts from runnning at the start of X for one of my users...how can I do this??
Thanks in advance
-plasmid
demian
02-08-2001, 10:08 PM
The scripts should be invoked from within the startx script. So you could just modify startx for the one user and make the original startx script invisible to him with appropriate file permissions. Then put a sym link called startx that points to the modified version somewhere in the users $PATH.
There sure is a more elegant solution but that's what I can think of right now.