Tagged Questions
5
votes
3answers
2k views
How to execute a script on gdm login automatically for all users?
What file should I modify to execute some instructions when any user logs in through gdm?
I tried /etc/bashrc but that is executed ony when starting bash (and each time an xterm is open). I'd like to ...