Jump to content

Starting application automatically after WM login


nasa01
 Share

Recommended Posts

Hi,

 

I have been looking all over the place (I most likely just missed it), it seems like a simple thing -- I would like to start a full screen application as soon as the WM finishes loading up. I realize with a regular app you can use 'remember' settings to get the app to start -- but how do you do this for a full screen app. I wish to do this in E16, but kde will do just as well. I am not shy about editing config files, if that is necessary. I appreciate any hints I can get. Thanks

 

Nasa

Link to comment
Share on other sites

I don't know for E16, but KDE you do it in the following location:

 

~/.kde/Autostart

 

put a symlink in here to the app you want to start. An example, you have firefox in /usr/bin, so you would do this:

 

ln -s /usr/bin/firefox ~/.kde/Autostart/firefox

 

That will create a symlink called firefox, and it will start each time you login.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...