Hi,
I have a calender synchronisation daemon that I would like to start every time I log into my account. It's started with a shell script. I have been putting some extra lines in /etc/profile but I want those to start for every user when the computer loads Linux - this I don't. I also don't want to add the shell script to the ~/kde/Autostart directory. Can anyone recommend which file to append to run the shell script on each login? Thanks!
					I have a calender synchronisation daemon that I would like to start every time I log into my account. It's started with a shell script. I have been putting some extra lines in /etc/profile but I want those to start for every user when the computer loads Linux - this I don't. I also don't want to add the shell script to the ~/kde/Autostart directory. Can anyone recommend which file to append to run the shell script on each login? Thanks!




 I tried creating a new .bash_profile file so that it would run upon log in. One visit to the root console later... it didn't work that well! So should I just create a new bash script that looks like:
 I tried creating a new .bash_profile file so that it would run upon log in. One visit to the root console later... it didn't work that well! So should I just create a new bash script that looks like: 
							
						


Comment