Transfered from Linux Config:
Question:
How do I autostart application after login to KDE4?
Answer:
The easiest way to autostart application after user login is to create a simple script with all commands to start any desired application and place this script into:
For example let's say that we want to start Google's chrome browser automatically after login. To achieve this we ca do:Code:~/.kde/Autostart
All done.Code:$ echo google-chrome > ~/.kde/Autostart/autostart.sh $ chmod +x ~/.kde/Autostart/autostart.sh


Reply With Quote
