RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

How do I autostart application after login to KDE4

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:

~/.kde/Autostart

For example let's say that we want to start Google's chrome browser automatically after login. To achieve this we ca do:

$ echo google-chrome > ~/.kde/Autostart/autostart.sh
$ chmod +x ~/.kde/Autostart/autostart.sh

All done.

Linux questions and answers

Share this linux post:

Submit How do I autostart application after login to KDE4 in Delicious Submit How do I autostart application after login to KDE4 in Digg Submit How do I autostart application after login to KDE4 in FaceBook Submit How do I autostart application after login to KDE4 in Google Bookmarks Submit How do I autostart application after login to KDE4 in Stumbleupon Submit How do I autostart application after login to KDE4 in Technorati Submit How do I autostart application after login to KDE4 in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download