Jump to content

Start apps on login into KDE


TopDog
 Share

Recommended Posts

I've been google'ing a while now, trying to find out how I can set current apps to start automaticly when I log into KDE. Maybe it's just me being dumb today, but I can't seem to find what I'm looking for, so I'll take my chances and ask the stupid question here.

 

The closest I think I got was this:

on KDE, just dump a symplink in ~/.kde/Autostart

Is this correct, and what is a symplink?

 

What I want to start is Torsmo and KSmoothDock.

Link to comment
Share on other sites

they meant to say symlink (IE: symbolic link). it's a virtual connection (of sorts) to an exectuable, without having to put the actual executable in the autostart directory.

 

how to do it? ok, i'll give you three methods, from easy GUI to easy CLI........

 

method 1 (GUI). you can just copy & paste the executable file that you want to start automatically in the ./kde/autostart directory. find the binary or script files that start those apps (they should be in the /usr/bin directory) & just copy & paste them to the /autostart directory.

 

method 2 (GUI). if you want to do a symlink (preferred method) via GUI, open Konqueror file manager, go to file in the top menu bar (it might be edit......i'm at work so i'm going by memory), select "create new", then "file", then select "link to application", browse to the executable you want to link, click "ok"/"apply".

 

method 3 (CLI). open a terminal (or Konsole). navigate to your autostart directory (type..... cd /.kde/autostart & hit enter) then for a symlink, type.........

 

ln -s /path/to/executable (hit enter)

 

where /path to executable might look like........

 

ln -s /usr/bin/ksmoothdock.sh (or whatever the ksmoothdock executable name is)

 

Chris

Edited by chris z
Link to comment
Share on other sites

method 2 (GUI). if you want to do a symlink (preferred method) via GUI, open Konqueror file manager, go to file in the top menu bar (it might be edit......i'm at work so i'm going by memory), select "create new", then "file", then select "link to application", browse to the executable you want to link, click "ok"/"apply".

Thanks, this metod worked perfectly!

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...