Running scripts at GUI login or log-off

From Notes_Wiki
Revision as of 04:23, 10 November 2012 by Saurabh (talk | contribs) (Created page with "=Running scripts at GUI login or log-off= Some times it is desired that scripts run automatically after every GUI login / log-off. We cannot use '<tt>/etc/rc.d/rc.local</tt>'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Running scripts at GUI login or log-off

Some times it is desired that scripts run automatically after every GUI login / log-off. We cannot use '/etc/rc.d/rc.local' for such cases as that would cause script to run at system start-up and only once and not at every user login/log-off.

For such cases we can edit file '/etc/gdm/PreSession/Default' or '/etc/gdm/PostSession/Default' and enter full path of scripts to be executed before GUI login or after log-off respectively. These scripts would be run as root user and hence would allow all types of configuration to be done without facing permission issues.