View Single Post

  #2 (permalink)  
Old 09-16-2004
Bit Twister
 
Posts: n/a
Default Re: How to run program automatically while login?

On 15 Sep 2004 18:30:42 -0700, wilson wrote:
> Dear All:
>
> If I want to run a program or command automatically everytime when I
> login, how can I do it?


If running the KDE desktop. Create a script to run whatever in
..kde/Autostart and chmod +x your_script_here.


If command line, not gui desktop, call your script from bottom of .bash_profile

Reply With Quote