At 07 September, 2003 MrPaulAR wrote:
> At 01:46 PM 09/07/2003, you wrote:
> >i need to activate some scripts (different for each user) after a user 
> >login in to gnome. Where can i place those scripts ?
> 
> Put them in the ~/.xinitrc I think.

No, that'd run them in lieu of gnome-session.

If you want to make them run *before* login, write a ~/.xinitrc like:
        
        #!/bin/sh
        do-this-before-login
        exec gnome-session

If you want to make them run *after* login, you'll have to set them up
as manual session items. Take a look at the session settings
(Control Center::Advanced:Session) for the UI.

-- 
Andrew Farmer
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to